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