GCS_MAVLink: mark MAV_CMD_DO_SET_ROI_LOCATION as having a location
This commit is contained in:
parent
7775b519bb
commit
2e804bb0d5
@ -4498,6 +4498,7 @@ bool GCS_MAVLINK::command_long_stores_location(const MAV_CMD command)
|
||||
switch(command) {
|
||||
case MAV_CMD_DO_SET_HOME:
|
||||
case MAV_CMD_DO_SET_ROI:
|
||||
case MAV_CMD_DO_SET_ROI_LOCATION:
|
||||
case MAV_CMD_NAV_TAKEOFF:
|
||||
return true;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user