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
275c3005
Commit
275c3005
authored
Jun 28, 2010
by
pixhawk
Browse files
fixed waypoint loading even more
parent
cdef70bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/WaypointList.cc
View file @
275c3005
...
...
@@ -302,7 +302,7 @@ void WaypointList::saveWaypoints()
for
(
int
i
=
0
;
i
<
waypoints
.
size
();
i
++
)
{
Waypoint
*
wp
=
waypoints
[
i
];
in
<<
"
\t
"
<<
wp
->
getId
()
<<
"
\t
"
<<
wp
->
getX
()
<<
"
\t
"
<<
wp
->
getY
()
<<
"
\t
"
<<
wp
->
getZ
()
<<
"
\t
"
<<
wp
->
getYaw
()
<<
"
\t
"
<<
wp
->
getAutoContinue
()
<<
"
\t
"
<<
wp
->
getCurrent
()
<<
wp
->
getOrbit
()
<<
"
\t
"
<<
wp
->
getHoldTime
()
<<
"
\n
"
;
in
<<
"
\t
"
<<
wp
->
getId
()
<<
"
\t
"
<<
wp
->
getX
()
<<
"
\t
"
<<
wp
->
getY
()
<<
"
\t
"
<<
wp
->
getZ
()
<<
"
\t
"
<<
wp
->
getYaw
()
<<
"
\t
"
<<
wp
->
getAutoContinue
()
<<
"
\t
"
<<
wp
->
getCurrent
()
<<
"
\t
"
<<
wp
->
getOrbit
()
<<
"
\t
"
<<
wp
->
getHoldTime
()
<<
"
\n
"
;
in
.
flush
();
}
file
.
close
();
...
...
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