Commit eb13f463 authored by DonLakeFlyer's avatar DonLakeFlyer

parent 2baf67ae
...@@ -47,11 +47,13 @@ ...@@ -47,11 +47,13 @@
"specifiesAltitudeOnly": true "specifiesAltitudeOnly": true
}, },
{ {
"id": 84, "id": 84,
"comment": "MAV_CMD_NAV_VTOL_TAKEOFF", "comment": "MAV_CMD_NAV_VTOL_TAKEOFF",
"specifiesCoordinate": true, "description": "Takeoff to specified altitude.",
"friendlyEdit": true, "specifiesCoordinate": false,
"category": "VTOL" "specifiesAltitudeOnly": true,
"friendlyEdit": true,
"category": "VTOL"
}, },
{ {
"id": 85, "id": 85,
......
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
{ {
"id": 84, "id": 84,
"rawName": "MAV_CMD_NAV_VTOL_TAKEOFF", "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.", "description": "Takeoff in VTOL mode, transition to forward flight and fly to the specified location.",
"specifiesCoordinate": true, "specifiesCoordinate": true,
"friendlyEdit": true, "friendlyEdit": true,
......
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