return(capabilities&(MavCmdPreflightStorageCapability|GuidedModeCapability|SetFlightModeCapability|PauseVehicleCapability/*| OrbitModeCapability still NYI*/))==capabilities;
readonlypropertystringemergencyStopMessage:qsTr("WARNING: This still stop all motors. If vehicle is currently in air it will crash.")
readonlypropertystringtakeoffMessage:qsTr("Takeoff from ground and hold position.")
readonlypropertystringstartMissionMessage:qsTr("Start the mission which is currently displayed above. If the vehicle is on the ground it will takeoff.")
propertystringresumeMissionMessage:qsTr("Resume the mission which is displayed above. This will re-generate the mission from waypoint %1, takeoff and continue the mission.").arg(_resumeMissionItem)
readonlypropertystringresumeMissionReadyMessage:qsTr("Review the modified mission above. Confirm if you want to takeoff and begin mission.")
readonlypropertystringlandMessage:qsTr("Land the vehicle at the current position.")
readonlypropertystringrtlMessage:qsTr("Return to the home position of the vehicle.")
readonlypropertystringchangeAltMessage:qsTr("Change the altitude of the vehicle up or down.")
readonlypropertystringgotoMessage:qsTr("Move the vehicle to the location clicked on the map.")
propertystringsetWaypointMessage:qsTr("Adjust current waypoint to %1.").arg(_actionData)
readonlypropertystringorbitMessage:qsTr("Orbit the vehicle around the current location.")
readonlypropertystringlandAbortMessage:qsTr("Abort the landing sequence.")
readonlypropertystringpauseMessage:qsTr("Pause the vehicle at it's current position.")