APM-MavCmdInfoMultiRotor.json 546 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
{
    "comment":      "ArduPilot, Multi Rotor",
    "version":      1,
    "fileType":  "MavCmdInfo",

    "mavCmdInfo": [
        {
            "id":           16,
            "comment":      "MAV_CMD_NAV_WAYPOINT",
            "paramRemove":  "3,4"
        },
        {
            "id":           21,
            "comment":      "MAV_CMD_NAV_LAND",
            "paramRemove":  "1,4"
        },
        {
            "id":           22,
            "comment":      "MAV_CMD_NAV_TAKEOFF",
            "paramRemove":  "1,2,3,4"
        }
    ]
}