how to use the frontier_exploration package
Hello I am currently working on a project where a turtlebot robot have to create a map of a room without human intervention. I am working with Ubuntu 14.04 LTS with ROS Indigo. I found the Frontier_Exploration package which, if i understood the documentation well, should allow me to do this mapping, but i was not able to make it work.
So i had some questions :
- What nodes and topics does the global_map.launch file need in order to works ?
- How to tell the turtlebot to start the exploration ?
EDIT : One last question, i just wanted to know where you have to change the obstacle's width. For now my robot cant go though all the room i want to map because there is 2 wall too close one to each other, and the package consider the robot cant go though ( even when it is amply possible ). I tried changing the inflation_radius parameter in global_map.launch (frontier_exploration/launch ) and in costmap_common_params.yaml (turtlebot_navigation/param ) but it don't change the radius.
EDIT 2 : Solved it, the parameter to change was indeed inflation_radius, but i forgot to change it in the laser/costman_comon_param.yaml