Skip to content
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

AP_DDS: Support publishing GeoPoseStamped #23534

Closed
Ryanf55 opened this issue Apr 18, 2023 · 1 comment · Fixed by #23540
Closed

AP_DDS: Support publishing GeoPoseStamped #23534

Ryanf55 opened this issue Apr 18, 2023 · 1 comment · Fixed by #23540
Assignees
Labels
For-4.5 Planned for 4.5 release ROS

Comments

@Ryanf55
Copy link
Collaborator

Ryanf55 commented Apr 18, 2023

          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.

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).

@Ryanf55 Ryanf55 added ROS For-4.5 Planned for 4.5 release labels Apr 18, 2023
@Ryanf55 Ryanf55 added this to DDS/ROS2 Apr 18, 2023
@pedro-fuoco
Copy link
Contributor

I'll look into it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For-4.5 Planned for 4.5 release ROS
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants