You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for publishing the velocity of the vehicle in the local coordinate system. This message goes hand in hand with #23278 (they are published at the same rate at the same time).
The Twist message captures the linear and angular velocities of the vehicle following ROS REP 103 conventions (SI units, ENU, right-handed quaternion orientation)
The text was updated successfully, but these errors were encountered:
Ryanf55
changed the title
AP_DDS: Add support for geometry_msgs/TwistStamped
AP_DDS: Add support for geometry_msgs/TwistStamped velocity publishing from AP
Apr 13, 2023
Should we use a body-fixed or local NED orientation for this topic ?
MAVROS uses a body-fixed orientation in their local position plugin, and I agree with them, it is more convenient in velocity data to have an x-forward standard
Add support for publishing the velocity of the vehicle in the local coordinate system. This message goes hand in hand with #23278 (they are published at the same rate at the same time).
The Twist message captures the linear and angular velocities of the vehicle following ROS REP 103 conventions (SI units, ENU, right-handed quaternion orientation)
The text was updated successfully, but these errors were encountered: