diff --git a/src/FirmwarePlugin/APM/MavCmdInfoCommon.json b/src/FirmwarePlugin/APM/MavCmdInfoCommon.json index f5db22fca1e562043c05c57ace837a7c3ce76905..1226035af76adf73ae086e9cb70ac2225e3e0065 100644 --- a/src/FirmwarePlugin/APM/MavCmdInfoCommon.json +++ b/src/FirmwarePlugin/APM/MavCmdInfoCommon.json @@ -47,11 +47,13 @@ "specifiesAltitudeOnly": true }, { - "id": 84, - "comment": "MAV_CMD_NAV_VTOL_TAKEOFF", - "specifiesCoordinate": true, - "friendlyEdit": true, - "category": "VTOL" + "id": 84, + "comment": "MAV_CMD_NAV_VTOL_TAKEOFF", + "description": "Takeoff to specified altitude.", + "specifiesCoordinate": false, + "specifiesAltitudeOnly": true, + "friendlyEdit": true, + "category": "VTOL" }, { "id": 85, diff --git a/src/MissionManager/MavCmdInfoCommon.json b/src/MissionManager/MavCmdInfoCommon.json index e3d017852d869906dcd3451d03d8f812e8e0b166..48a9cb1085dc47778114b387f06b8caa03e4da05 100644 --- a/src/MissionManager/MavCmdInfoCommon.json +++ b/src/MissionManager/MavCmdInfoCommon.json @@ -286,7 +286,7 @@ { "id": 84, "rawName": "MAV_CMD_NAV_VTOL_TAKEOFF", - "friendlyName": "VTOL takeoff and transition", + "friendlyName": "VTOL takeoff", "description": "Takeoff in VTOL mode, transition to forward flight and fly to the specified location.", "specifiesCoordinate": true, "friendlyEdit": true,