When doing mapping with $roslaunch rtabmap_ros demo_turtlebot_mapping.launch file,
It records database file. If I see it with rtabmap-databaseViewer, and do view-graph, I could see
map image with the total trajectory robot moved during the mapping(blue line). I really need that blue line.
But, I need trajectory when I do the localization mode.
1)Is there way to show that trajectory in Rviz?(I looked at Path topics but I could only see global/local paths, not past paths)
2)Is there way to record .db during the localization?
Or Is there any other way to do that??
(I could also record bag, but couldn't find appropriate topic that could record trajectory)
Thank you.