jobafr

Results 9 issues of jobafr

I'm following the NixoOs Use'sr Guide. After having installed the nix package manager, [it says](https://releases.nixos.org/nixops/latest/manual/manual.html#chap-installation) to install the latest version of nixops using `nix-env -i nixops`. The installation fails with...

Hi, I'm writing a watchdog type of thing, which waits for roscore to come online, offers a few services while a roscore is running, keeps querying the `run_id` parameter periodically...

Hi, this is a follow-up to #1855, because I think the fix there was incomplete. When the parameter `/rosout_disable_topics_generation` is unset, the call to get_param_cached in https://github.com/ros/ros_comm/blob/noetic-devel/clients/rospy/src/rospy/impl/rosout.py#L91 returns the default...

Hi, I'm currently in the process of porting some Arduino based ESP32 firmwares to Rust. On one device, we noticed that one of the input pins always read as high...

## Bug description After using `espup install` under Ubuntu 20.04 (aarch64, NVidia Jetson AGX Xavier), running the cargo binary produces a linker error. ``` $ ~/.rustup/toolchains/esp/bin/cargo /home/me/.rustup/toolchains/esp/bin/cargo: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.32'...

3rd party limitation

Hi, I noticed considerable load on my roscore due to lots of `paramUpdate` entries in `~/.ros/log/latest/master.log`. I patched roscore so it would log which nodes are being updated of a...

- **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) Bug fix - **What is the current behavior?** (You can also link to an open...

When recording the output of rosrust based nodes using rosbag, the connection header inside the rosbag file contains an empty `latching=` field, because this field is missing from the original...

### Feature Description Hi, thank you so much for this project! We'd like to use the [linux-rockchip](https://github.com/Joshua-Riek/linux-rockchip) kernel with an mcp2515 CAN adapter connected to our Radxa Rock 5b on...

enhancement