MavCmdInfoCommon.json 1.33 KB
Newer Older
1 2 3 4
{
    "version": 1,

    "mavCmdInfo": [
5 6 7 8 9 10 11 12 13 14 15 16 17 18
        {
            "id":                   22,
            "rawName":              "MAV_CMD_NAV_TAKEOFF",
            "friendlyName":         "Takeoff",
            "description":          "Take off from the ground.",
            "specifiesCoordinate":  false,
            "friendlyEdit":         true,
            "category":             "Basic",
            "param1": {
                "label":            "Pitch:",
                "units":            "radians",
                "default":          0.26179939,
                "decimalPlaces":    2
            }
Don Gagne's avatar
Don Gagne committed
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
        },
        {
            "id":                   84,
            "rawName":              "MAV_CMD_NAV_VTOL_TAKEOFF",
            "friendlyName":         "VTOL takeoff",
            "description":          "Takeoff from ground using VTOL mode.",
            "specifiesCoordinate":  true,
            "friendlyEdit":         true,
            "category":             "VTOL"
        },
        {
            "id":                   85,
            "rawName":              "MAV_CMD_NAV_VTOL_LAND",
            "friendlyName":         "VTOL land",
            "description":          "Land using VTOL mode.",
            "specifiesCoordinate":  true,
            "friendlyEdit":         true,
            "category":             "VTOL"
37
        }
38 39
    ]
}