Commit d6083661 authored by Don Gagne's avatar Don Gagne

MAV_CMD_NAV_TAKEOFF does not specify coordinate

parent 812ca6dd
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"rawName": "MAV_CMD_NAV_TAKEOFF", "rawName": "MAV_CMD_NAV_TAKEOFF",
"friendlyName": "Takeoff", "friendlyName": "Takeoff",
"description": "Take off from the ground.", "description": "Take off from the ground.",
"specifiesCoordinate": true, "specifiesCoordinate": false,
"friendlyEdit": true, "friendlyEdit": true,
"category": "Basic", "category": "Basic",
"param1": { "param1": {
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"rawName": "MAV_CMD_NAV_TAKEOFF", "rawName": "MAV_CMD_NAV_TAKEOFF",
"friendlyName": "Takeoff", "friendlyName": "Takeoff",
"description": "Take off from the ground.", "description": "Take off from the ground.",
"specifiesCoordinate": true, "specifiesCoordinate": false,
"friendlyEdit": true, "friendlyEdit": true,
"category": "Basic" "category": "Basic"
}, },
......
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