Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
f12f02ad
Commit
f12f02ad
authored
Apr 14, 2017
by
DonLakeFlyer
Browse files
Fix arm/disarm
parent
ccd91f7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/FlightDisplay/GuidedActionsController.qml
View file @
f12f02ad
...
...
@@ -215,10 +215,10 @@ Item {
_activeVehicle
.
startMission
()
break
case
actionArm
:
_
v
ehicle
A
rmed
=
true
_
activeV
ehicle
.
a
rmed
=
true
break
case
actionDisarm
:
_
v
ehicle
A
rmed
=
false
_
activeV
ehicle
.
a
rmed
=
false
break
case
actionEmergencyStop
:
_activeVehicle
.
emergencyStop
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment