Files
Julian Oes d87a73e23b feat(msg): add frame field, bump to v1
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>
2026-05-05 12:11:33 +12:00
..