Auterion / px4-ros2-interface-lib

Library to interface with PX4 from a companion computer using ROS 2
BSD 3-Clause "New" or "Revised" License
60 stars 21 forks source link

Add OdometryAttitude class #31

Closed GuillaumeLaine closed 7 months ago

GuillaumeLaine commented 7 months ago

Changes

Note

OdometryAttitude::yaw() and OdometryLocalPosition::heading() return the same value (up to PX4 timing), but I think it still makes sense to add a OdometryLocalPosition::heading() method for cases where the local position is already subscribed to e.g. in our local goto example.

JIRA: APX4-3816