nmea_navsat_driver icon indicating copy to clipboard operation
nmea_navsat_driver copied to clipboard

ROS package containing drivers for NMEA devices that can output satellite navigation data (e.g. GPS or GLONASS).

Results 16 nmea_navsat_driver issues
Sort by recently updated
recently updated
newest added

Fix the problem: https://github.com/ros-drivers/nmea_navsat_driver/issues/171 It's been tested in real life. - [x] branch: ros2 - [x] commint:548c84a469bf723ee911d824c33fa50b87106fc1

## settled - [x] brach: ros2 - [x] commit: [861323c](https://github.com/ros-drivers/nmea_navsat_driver/commit/861323c83c04ca02454187c85528ddca9a7ef94d) - [x] Already read the document - [x] Debugging the code to make sure it's a code bug - [x]...

bug
Help Wanted

This significantly reduces CPU load caused by this driver. Without this change, CPU load on a powerful x86 machine with a USB-connected GPS is 36%. The output of the strace...

enhancement
Fix in Review

Hello everyone, please tell me how to improve the topic(/fix) output accuracy to 10 decimal places?. When I run the demo, the altitude read always only has 3 digits after...

1. My GPS communication protocol corresponds to NMEA protocol version V410. Why is it that after running this program, only longitude, latitude, and altitude information are output, while speed and...