-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NavSatStatus quality status #165
Comments
Agreed I would like to see STATUS_RTK_FIX and STATUS_FLOAT_FIX (STATUS_FLT_FIX) as well. |
+1 on including RTK fix and float status. |
I would also be in favor of being able to distinguish between Differential, RTK-Float and RTK-Fix status. The current |
@tfoote ros-drivers/nmea_navsat_driver distinguishes RTK FIX or not by covariance, but I think it is inappropriate because covariance depends on environment, etc. |
To push this forward please make a proposal on the new repo for ROS 2 https://github.com/ros2/common_interfaces We can target it into rolling and then it will get into future distributions. Over there we'll want to see a discussion of what you'd like to change with examples of how it will be used and showing the improved performance. As well as consideration for how this will effect current users and any migration requirements necessary. |
The related discussion is here: ros2/common_interfaces#220 . |
Would there be any interest in extending the NavSatStatus message to include a quality status? Right now it isn't easy to see what type of position quality you have.
Proposed extension:
NMEA-183 GGA Sentence https://www.trimble.com/OEM_ReceiverHelp/V4.44/en/NMEA-0183messages_GGA.html
The text was updated successfully, but these errors were encountered: