GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
tsukuba2022
/
waypoint_navigation
Browse code
update
master
1 parent
55d0357
commit
918b81d1900aee8075d3b55124c65e454deb16fa
koki
authored
on 4 Sep 2022
Patch
Unified
Split
Showing
1 changed file
+0
-1
■
■■■■
waypoint_saver/src/waypoint_saver.cpp
Ignore Space
Show notes
View
1
■
■■■■
waypoint_saver/src/waypoint_saver.cpp
*/
ofs
<<
"waypoints:"
<<
std
::
endl
;
for
(
int
i
=
0
;
i
<
waypoints_
.
size
();
i
++)
{
ofs
<<
"- point: "
<<
waypoints_
[
i
].
getYAMLstr
()
<<
std
::
endl
;
ofs
<<
std
::
endl
;
}
/*
finish_pose:
header: {seq: *, stamp: *, frame_id: *}
Show line notes below