MavCmdInfoMultiRotor.json 896 Bytes
Newer Older
1
{
2 3
    "comment":  "PX4 Pro, Multi Rotor",

4 5 6 7
    "version": 1,

    "mavCmdInfo": [
        {
8 9 10 11
            "id":           17,
            "comment":      "MAV_CMD_NAV_LOITER_UNLIM",
            "description":  "Travel to a position and Loiter indefinitely.",
            "paramRemove":  "3"
12 13
        },
        {
14 15 16
            "id":           18,
            "comment":      "MAV_CMD_NAV_LOITER_TURNS",
            "description":  "Travel to a position and Loiter for a number of turns.",
17
            "paramRemove":  "3"
18 19
        },
        {
20 21 22
            "id":           19,
            "comment":      "MAV_CMD_NAV_LOITER_TIME",
            "description":  "Travel to a position and Loiter for an amount of time.",
23
            "paramRemove":  "3"
DonLakeFlyer's avatar
DonLakeFlyer committed
24 25 26 27 28
        },
        {
            "id":           22,
            "comment":      "MAV_CMD_NAV_TAKEOFF",
            "paramRemove":  "1"
29 30 31
        }
    ]
}