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
43bf296a
Commit
43bf296a
authored
May 21, 2019
by
Peter Barker
Browse files
MissionManager: correct frame on Rally mission items
parent
63778dc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MissionManager/RallyPointManager.cc
View file @
43bf296a
...
...
@@ -55,7 +55,7 @@ void RallyPointManager::sendToVehicle(const QList<QGeoCoordinate>& rgPoints)
MissionItem
*
item
=
new
MissionItem
(
0
,
MAV_CMD_NAV_RALLY_POINT
,
MAV_FRAME_GLOBAL
,
MAV_FRAME_GLOBAL
_RELATIVE_ALT
,
0
,
0
,
0
,
0
,
// param 1-4 unused
rgPoints
[
i
].
latitude
(),
rgPoints
[
i
].
longitude
(),
...
...
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