How to plot the result of navigation on 2D
We can look at the path and pose of robot with Rviz but I don't know how to look at the result on 2D graph. 2DPlotTool seems to be available during navigation. The web is this ( https://github.com/clearpathrobotics/2D_Plot_Tool ). To use this plottool, I have to edit demo.cpp. I want to get the geometrymsgs::Path and geometry_msgs::Pose. Does anyone teach me how to edit demo.cpp? or Does Anyone know how to plot the result of navigation?
Asked by Ken_in_JAPAN on 2014-07-31 22:38:02 UTC
Answers
As far as I understand your question, you can try;
rosrun rqt_plot rqt_plot
Asked by Jude_Robise on 2019-03-27 09:44:51 UTC
Comments