Easiest way to show travelled path on gmapping generated map
I'd like to create and then export a map created with gmapping
along with the path my robot has travelled to a graphic file. Do I need any additional packages for that, or it's just a matter of configuring gmapping
? I'm running gmapping with a modified version of laser_scan_matcher
as odometry source (it also publishes an \odom
topic, not only a \tf
from \odom -> \base_link).
Any hints appreciated.