Commit aac95cad authored by Don Gagne's avatar Don Gagne

VTOL_LAND sets alt=0

parent 942a24db
......@@ -623,6 +623,7 @@ void SimpleMissionItem::setDefaultsForCommand(void)
break;
case MAV_CMD_NAV_LAND:
case MAV_CMD_NAV_VTOL_LAND:
_missionItem.setParam7(0);
break;
default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment