Commit bf22cf56 authored by Valentin Platzgummer's avatar Valentin Platzgummer

before changeing wima planData structure

parent 8db58b36
How to exchange mission between WimaPlaner and WimaController.
1) convert mission into waypoints
2) send waypoints to WimaController
3) upload desired subset of waypoints to vehicle
4) start/continue mission
5) return vehicle on battery low
6) go to 4) or quit if last waypoint reached
......@@ -1289,7 +1289,7 @@ QGCView {
QGCButton {
text: qsTr("Upload")
Layout.fillWidth: true
enabled: !masterController.offline && !masterController.syncInProgress && _visualItems.count > 1
enabled: /*!masterController.offline &&*/ !masterController.syncInProgress && _visualItems.count > 1
visible: !QGroundControl.corePlugin.options.disableVehicleConnection
onClicked: {
dropPanel.hide()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment