QGC is throwing an error ‘Command not supported … Command: Loiter (turns)’ when uploading the mission for a vehicle with MAV_TYPE = MAV_TYPE_VTOL_TILTROTOR. This vehicle takes off in vtol and then transitions to fixed wing. Any ideas?
PX4: 1.14
QGC: 4.4.3
{
"fileType": "Plan",
"geoFence": {
"circles": [],
"polygons": [],
"version": 2
},
"groundStation": "QGroundControl",
"mission": {
"cruiseSpeed": 15.0,
"firmwareType": 12,
"globalPlanAltitudeMode": 0,
"hoverSpeed": 5.0,
"items": [
{
"autoContinue": true,
"command": 84,
"doJumpId": 1,
"frame": 3,
"params": [ 0.0, 0.0, 0.0, 0.0, LAT, LON, 50.0 ],
"type": "SimpleItem"
},
{
"autoContinue": true,
"command": 16,
"doJumpId": 2,
"frame": 3,
"params": [ 0.0, 0.0, 0.0, 0.0, LAT, LON, 100.0 ],
"type": "SimpleItem"
},
{
"autoContinue": true,
"command": 18,
"doJumpId": 3,
"frame": 3,
"params": [ 1.0, 0.0, 1770.3, 0.0, LAT, LON, 100.0 ],
"type": "SimpleItem"
},
{
"autoContinue": true,
"command": 16,
"doJumpId": 4,
"frame": 3,
"params": [ 0.0, 0.0, 0.0, 0.0, LAT, LON, 60.0 ],
"type": "SimpleItem"
},
{
"autoContinue": true,
"command": 85,
"doJumpId": 5,
"frame": 3,
"params": [ 0.0, 0.0, 0.0, 0.0, LAT, LON, 0.0 ],
"type": "SimpleItem"
}
],
"plannedHomePosition": [
LAT,
LON,
ALT
],
"vehicleType": 20,
"version": 2
},
"rallyPoints": {
"points": [],
"version": 2
},
"version": 1
}