MavCmdInfoFixedWing.json 352 Bytes
Newer Older
1
{
2 3
    "comment":  "PX4 Pro, Fixed Wing",

4
    "version": 1,
5

6
    "mavCmdInfo": [
7
        {
8 9 10 11 12
            "id":                       21,
            "comment":                  "MAV_CMD_NAV_LAND",
            "paramRemove":              "1,4",
            "specifiesCoordinate":      false,
            "specifiesAltitudeOnly":    true
13
        }
14 15
    ]
}