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
While #23277 adds support for WGS-84 position reporting, the PoseStamped message is used to report position+orientation in a local coordinate system following ENU convention for ROS2 consumers.
This is commonly used as the position+orientation component an Odometry message in ROS2, when combined with the appropriate velocity message.
The text was updated successfully, but these errors were encountered:
Just talked to @tridge. We are good to continue with only ENU support. Since the conversion is usually trivial, and most ROS community is already in ENU, ArduPilot will expose ENU.
If we need NED, ArduPilot should follow ROS REP 103/105/147 by adding the _ned suffix to the frame ID. Perhaps enabled with a parameter so there isn't duplicate data. Not a priority for now unless someone makes a strong case for it.
While #23277 adds support for WGS-84 position reporting, the PoseStamped message is used to report position+orientation in a local coordinate system following ENU convention for ROS2 consumers.
This is commonly used as the position+orientation component an Odometry message in ROS2, when combined with the appropriate velocity message.
The text was updated successfully, but these errors were encountered: