PX4-MavCmdInfoMultiRotor.json 1.02 KB
Newer Older
1
{
2 3 4
    "comment":      "PX4 Pro, Multi Rotor",
    "version":      1,
    "fileType":  "MavCmdInfo",
5 6 7

    "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
        },
        {
            "id":           22,
            "comment":      "MAV_CMD_NAV_TAKEOFF",
28
            "paramRemove":  "1",
DoinLakeFlyer's avatar
DoinLakeFlyer committed
29
            "description":  "Hover straight up to specified altitude. Then travel to specified position."
30 31 32
        }
    ]
}