mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 16:23:56 -04:00
GCS_MAVLink: mark MAV_CMD_DO_REPOSITION as having a location
This commit is contained in:
parent
2e804bb0d5
commit
f25755a05f
@ -4500,6 +4500,7 @@ bool GCS_MAVLINK::command_long_stores_location(const MAV_CMD command)
|
||||
case MAV_CMD_DO_SET_ROI:
|
||||
case MAV_CMD_DO_SET_ROI_LOCATION:
|
||||
case MAV_CMD_NAV_TAKEOFF:
|
||||
case MAV_CMD_DO_REPOSITION:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user