6import QGroundControl.Controls
7import QGroundControl.FlyView
10 property var model: listModel
14 name: qsTr("Fixed Wing Initial Checks")
16 PreFlightCheckButton {
17 name: qsTr("Hardware")
18 manualText: qsTr("Props mounted? Wings secured? Tail secured?")
21 PreFlightBatteryCheck {
23 allowFailurePercentOverride: false
26 PreFlightSensorsHealthCheck {
31 allowOverrideSatCount: true
39 name: qsTr("Please arm the vehicle here")
41 PreFlightCheckButton {
42 name: qsTr("Actuators")
43 manualText: qsTr("Move all control surfaces. Did they work properly?")
46 PreFlightCheckButton {
48 manualText: qsTr("Propellers free? Then throttle up gently. Working properly?")
51 PreFlightCheckButton {
53 manualText: qsTr("Please confirm mission is valid (waypoints valid, no terrain collision).")
61 name: qsTr("Last preparations before launch")
63 // Check list item group 2 - Final checks before launch
64 PreFlightCheckButton {
66 manualText: qsTr("Configured and started? Payload lid closed?")
69 PreFlightCheckButton {
70 name: qsTr("Wind & weather")
71 manualText: qsTr("OK for your platform? Lauching into the wind?")
74 PreFlightCheckButton {
75 name: qsTr("Flight area")
76 manualText: qsTr("Launch area and path free of obstacles/people?")