MavCmdInfoMultiRotor.json 764 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 17
            "id":           18,
            "comment":      "MAV_CMD_NAV_LOITER_TURNS",
            "description":  "Travel to a position and Loiter for a number of turns.",
            "paramRemove":  "3,4"
18 19
        },
        {
20 21 22 23
            "id":           19,
            "comment":      "MAV_CMD_NAV_LOITER_TIME",
            "description":  "Travel to a position and Loiter for an amount of time.",
            "paramRemove":  "3,4"
24 25 26
        }
    ]
}