turtlebot / turtlebot_apps

A group of simple demos and exmaples to run on your TurtleBot to help you get started with ROS and TurtleBot.
http://www.ros.org/wiki/turtlebot_apps
196 stars 225 forks source link

tune gmapping parameters for gazebo turtlebot #124

Open jihoonl opened 9 years ago

jihoonl commented 9 years ago

turtlebot gmapping parameters seems not fit for gazebo simulated turtlebot. The robot jumps seriously a lot while slam and does not trust odometry...

The current param set works ok with real turtlebot though.

stonier commented 9 years ago

@jihoonl Is this a recent problem or was always a problem? I suspect its always been there because the commit history indicates the only change is the minimumScore update.

@AlexReimann, @mehditlili you might like to tune into this issue.

jihoonl commented 9 years ago

Related ROS Answers : http://answers.ros.org/question/189159/bad-maps-produced-by-gmapping-in-simulation-with-feature-poor-environments/?answer=189171#post-id-189171

stonier commented 9 years ago

Perhaps some steps to get started:

jihoonl commented 9 years ago

How to start gazebo with corrider world

  1. get the latest code of turtlebot_simulator
  2. Then ..

roslaunch turtlebot_gazebo turtlebot_world.launch world_name:=corridor

//empty, and playground are also available

  1. Start gmapping, teleop, rviz and test.