update
1 parent 55d0357 commit 918b81d1900aee8075d3b55124c65e454deb16fa
@koki koki authored on 4 Sep 2022
Showing 1 changed file
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: *}