Commit e88e3b63 authored by Don Gagne's avatar Don Gagne

Update VTOL command text

parent 42f447cc
...@@ -308,8 +308,8 @@ ...@@ -308,8 +308,8 @@
{ {
"id": 84, "id": 84,
"rawName": "MAV_CMD_NAV_VTOL_TAKEOFF", "rawName": "MAV_CMD_NAV_VTOL_TAKEOFF",
"friendlyName": "VTOL takeoff", "friendlyName": "VTOL takeoff and transition",
"description": "Takeoff from ground using VTOL mode.", "description": "Takeoff from ground using VTOL mode and transition to forwards flight.",
"specifiesCoordinate": true, "specifiesCoordinate": true,
"friendlyEdit": true, "friendlyEdit": true,
"category": "VTOL", "category": "VTOL",
...@@ -323,8 +323,8 @@ ...@@ -323,8 +323,8 @@
{ {
"id": 85, "id": 85,
"rawName": "MAV_CMD_NAV_VTOL_LAND", "rawName": "MAV_CMD_NAV_VTOL_LAND",
"friendlyName": "VTOL land", "friendlyName": "VTOL transition and land",
"description": "Land using VTOL mode.", "description": "Transition to VTOL mode and land.",
"specifiesCoordinate": true, "specifiesCoordinate": true,
"friendlyEdit": true, "friendlyEdit": true,
"category": "VTOL", "category": "VTOL",
...@@ -975,7 +975,7 @@ ...@@ -975,7 +975,7 @@
"id": 3000, "id": 3000,
"rawName": "MAV_CMD_DO_VTOL_TRANSITION", "rawName": "MAV_CMD_DO_VTOL_TRANSITION",
"friendlyName": "VTOL Transition", "friendlyName": "VTOL Transition",
"description": "Perform flight mode transition", "description": "Perform flight mode transition.",
"category": "VTOL", "category": "VTOL",
"param1": { "param1": {
"label": "Mode:", "label": "Mode:",
......
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