mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-14 16:50:44 +08:00
d87a73e23b
COMMAND_INT carries a frame field on the wire that determines whether param5/6/7 are AMSL, home-relative, or terrain-relative, but vehicle_command_s had nowhere to put it - so navigator handlers always assumed AMSL. Bump v0 -> v1 with a v0 translation that defaults the new field to FRAME_GLOBAL so external px4_msgs_old consumers keep building. Signed-off-by: Julian Oes <julian@oes.ch>
Message Translations
This package contains a message translation node and a set of old message conversion methods. It allows to run applications that are compiled with one set of message versions against a PX4 with another set of message versions, without having to change either the application or the PX4 side.
For details, see https://docs.px4.io/main/en/ros2/px4_ros2_msg_translation_node.html.