Browse Source

MAV_CMD_NAV_TAKEOFF does not specify coordinate

QGC4.4
Don Gagne 9 years ago
parent
commit
d608366176
  1. 2
      src/FirmwarePlugin/APM/MavCmdInfoFixedWing.json
  2. 2
      src/FirmwarePlugin/APM/MavCmdInfoMultiRotor.json

2
src/FirmwarePlugin/APM/MavCmdInfoFixedWing.json

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
"rawName": "MAV_CMD_NAV_TAKEOFF",
"friendlyName": "Takeoff",
"description": "Take off from the ground.",
"specifiesCoordinate": true,
"specifiesCoordinate": false,
"friendlyEdit": true,
"category": "Basic",
"param1": {

2
src/FirmwarePlugin/APM/MavCmdInfoMultiRotor.json

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
"rawName": "MAV_CMD_NAV_TAKEOFF",
"friendlyName": "Takeoff",
"description": "Take off from the ground.",
"specifiesCoordinate": true,
"specifiesCoordinate": false,
"friendlyEdit": true,
"category": "Basic"
},

Loading…
Cancel
Save