mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-16 11:29:12 +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>