MavCmdInfoFixedWing.json 626 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{
    "version": 1,

    "mavCmdInfo": [
        {
            "id":                   22,
            "rawName":              "MAV_CMD_NAV_TAKEOFF",
            "friendlyName":         "Takeoff",
            "description":          "Take off from the ground.",
            "specifiesCoordinate":  true,
            "friendlyEdit":         true,
            "category":             "Basic",
            "param1": {
                "label":            "Pitch:",
                "units":            "radians",
                "default":          0.26179939,
                "decimalPlaces":    2
            }
        }
    ]
}