6import QGroundControl.Controls
7import QGroundControl.FlyView
10 property var model: listModel
14 name: qsTr("Rover Initial Checks")
16 PreFlightCheckButton {
17 name: qsTr("Hardware")
18 manualText: qsTr("Battery 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("Please confirm mission is valid (waypoints valid, no terrain collision).")
51 name: qsTr("Last preparations before launch")
53 // Check list item group 2 - Final checks before launch
54 PreFlightCheckButton {
56 manualText: qsTr("Configured and started? Payload lid closed?")
59 PreFlightCheckButton {
60 name: qsTr("Wind & weather")
61 manualText: qsTr("OK for your platform?")
64 PreFlightCheckButton {
65 name: qsTr("Mission area")
66 manualText: qsTr("Mission area and path free of obstacles/people?")