ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

rqt_plot will plot this information if you publish it in a topic. Let's see in more detail what you want to do, first:

  1. the path that robot finds: This is best displayed in RViz IMHO, because it will be super-posed to the map.
  2. You need a XY plot, rather than the time-series visualization provided by rqt_plot
  3. you need to publish this information if you want a graphic tool to be able to visualize it.

I suggest you to take a look at

https://github.com/facontidavide/PlotJuggler

https://vimeo.com/214389001

Cheers