We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I always viewed `NavSatFix` as rawish sensor data more than an actual position output.
Similar to the way for orientation we use a Pose message with a Quaternion field, and not, say, a MagneticField (https://docs.ros2.org/foxy/api/sensor_msgs/msg/MagneticField.html) message.
Pose
Quaternion
MagneticField
As it's appropriate here, I'll mention the option of using the geographic_msgs GeoPoseStamped (https://github.com/ros-geographic-info/geographic_info/blob/ros2/geographic_msgs/msg/GeoPoseStamped.msg) type.
geographic_msgs
GeoPoseStamped
Originally posted by @russkel in #23277 (comment)
This ticket is to add GeoPoseStamped support, which is the fused GPS position of the vehicle (from AHRS).
The text was updated successfully, but these errors were encountered:
I'll look into it!
Sorry, something went wrong.
pedro-fuoco
Successfully merging a pull request may close this issue.
Similar to the way for orientation we use a
Pose
message with aQuaternion
field, and not, say, aMagneticField
(https://docs.ros2.org/foxy/api/sensor_msgs/msg/MagneticField.html) message.As it's appropriate here, I'll mention the option of using the
geographic_msgs
GeoPoseStamped
(https://github.com/ros-geographic-info/geographic_info/blob/ros2/geographic_msgs/msg/GeoPoseStamped.msg) type.Originally posted by @russkel in #23277 (comment)
This ticket is to add GeoPoseStamped support, which is the fused GPS position of the vehicle (from AHRS).
The text was updated successfully, but these errors were encountered: