Jack O'Quin
Jack O'Quin
You are welcome, Jackie. @heavyhuang: can you verify whether this fixes your problem with Arch Linux? You'll need to build it from source, as this fix has only been released...
See: http://wiki.ros.org/common_msgs#Guidelines_for_submitting_to_common_msgs It need not be added to `sensor_msgs`, or even to the `common_msgs` repository. The main requirements are: - creating a separate `*_msgs` package - gaining community use and...
One of the advantages of releasing a separate package in its own repository is that it can be added at any time without breaking existing installations. That's great for gathering...
These are good questions to discuss with the [ROS Drivers Special Interest Group](http://wiki.ros.org/sig/Drivers).
Most likely your machine or operating system is getting busy doing some other activity from time to time. You don't mention what OS you are running. Modern Linux kernels have...
I have not done it because I lack access to those devices. Which model are you interested in? See also: #15
If you are only concerned with the 32E, it publishes these data to a separate UDP port. So, the simplest GPS solution is a small Python node that unpacks those...
Sounds great, thanks!
Feedback on ARM would be great. Please check whether it is actually little-endian, apparently that is implementation-dependent. It should be relatively simple to make it portable to big-endian, as long...
Thanks for the report. Do you have a test case that demonstrates the bug? Have you experimented with any fixes?