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
dc3189ad
Commit
dc3189ad
authored
Mar 24, 2017
by
DonLakeFlyer
Browse files
Fix MAV_FRAME on land end action
parent
489d6acf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MissionManager/MissionSettingsComplexItem.cc
View file @
dc3189ad
...
...
@@ -245,7 +245,7 @@ bool MissionSettingsComplexItem::addMissionEndAction(QList<MissionItem*>& items,
qCDebug
(
MissionSettingsComplexItemLog
)
<<
"Appending end action Land seqNum"
<<
seqNum
;
item
=
new
MissionItem
(
seqNum
,
MAV_CMD_NAV_LAND
,
lastWaypointFrame
,
MAV_FRAME_GLOBAL_RELATIVE_ALT
,
0
,
// abort Altitude
0
,
0
,
// not used
0
,
// yaw
...
...
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