MobileSim and gmapping
I'm working with MoblieSim and I have tow nodes: teleop_node and movement_node. The first one is running in my laptop and the second one in the p3dx.
I get the laser buffer readings and I build LaserScanner messages. I publish them in /base_scan in order to send them to the gmapping node (which must be running in another console, is it right?).
I guess gmapping also needs odometry. How can I know it? Is it just the cmd_vel used to teleoperate the robot?
Thanks beforehand