mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
enabled Mavlink Land command
This commit is contained in:
parent
0475dbf8ae
commit
63a1cf75df
@ -904,11 +904,9 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
|
||||
result=1;
|
||||
break;
|
||||
|
||||
/* Land is not an implemented flight mode in APM 2.0
|
||||
case MAV_ACTION_LAND:
|
||||
set_mode(LAND);
|
||||
break;
|
||||
*/
|
||||
|
||||
case MAV_ACTION_LOITER:
|
||||
set_mode(LOITER);
|
||||
|
Loading…
Reference in New Issue
Block a user