Browse Source

Fixes found by unit test

QGC4.4
Don Gagne 9 years ago
parent
commit
adbe27ac89
  1. 5
      src/FirmwarePlugin/APM/MavCmdInfoCommon.json
  2. 5
      src/FirmwarePlugin/PX4/MavCmdInfoCommon.json
  3. 5
      src/FirmwarePlugin/PX4/MavCmdInfoFixedWing.json

5
src/FirmwarePlugin/APM/MavCmdInfoCommon.json

@ -5,6 +5,11 @@ @@ -5,6 +5,11 @@
"mavCmdInfo": [
{
"id": 16,
"comment": "MAV_CMD_NAV_WAYPOINT",
"paramRemove": "2"
},
{
"id": 84,
"comment": "MAV_CMD_NAV_VTOL_TAKEOFF",
"specifiesCoordinate": true,

5
src/FirmwarePlugin/PX4/MavCmdInfoCommon.json

@ -4,5 +4,10 @@ @@ -4,5 +4,10 @@
"version": 1,
"mavCmdInfo": [
{
"id": 16,
"comment": "MAV_CMD_NAV_WAYPOINT",
"paramRemove": "2,3,4"
}
]
}

5
src/FirmwarePlugin/PX4/MavCmdInfoFixedWing.json

@ -5,11 +5,6 @@ @@ -5,11 +5,6 @@
"mavCmdInfo": [
{
"id": 16,
"comment": "MAV_CMD_NAV_WAYPOINT",
"paramRemove": "3,4"
},
{
"id": 21,
"comment": "MAV_CMD_NAV_LAND",
"paramRemove": "1,4"

Loading…
Cancel
Save