How to build a map without controlling it "SLAM"
Hi ROS comunity.
I'm trying to make a 2D map using navigation stack, gmapping, teleop_twist_keyboard, dephtimage_to_laserscan and freenect_launch. I'm having some troubles by the moment with that, but I'm close to generate the map.
The thing is, I'd like afterwards make my robot drive itself through an unknown, indoors planar environment in order to building a map. What other packages should I use? or should I keep using the ones I'm currently using for that? Is it necessary use more sensors like ultrasonic sonars?
I hope you can guide me in that part.
Thanks
You should read this setup guide: http://wiki.ros.org/navigation/Tutori...
Thanks, so I should try another method to make autonomous mapping? which one?