Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tune gmapping parameters for gazebo turtlebot #124

Open
jihoonl opened this issue Oct 29, 2014 · 4 comments
Open

tune gmapping parameters for gazebo turtlebot #124

jihoonl opened this issue Oct 29, 2014 · 4 comments
Labels

Comments

@jihoonl
Copy link
Member

jihoonl commented Oct 29, 2014

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.

@jihoonl jihoonl added the minor label Oct 29, 2014
@stonier
Copy link
Member

stonier commented Nov 3, 2014

@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.

@stonier
Copy link
Member

stonier commented Nov 17, 2014

Perhaps some steps to get started:

  • Validate the tutorial works fine - this is a feature rich environment
  • Setup a non-concert corridor environment (@jihoonl can you provide this?)
  • Play around with the noise model for the odometry in the kobuki gazebo plugin
  • Check the noise model for the 3d sensor
  • Play around with the gmapping minimumScore parameters (currently 200)
    • What scores are a simple environment creating?
    • What happens if you make this really large (shouldn't do any particle jumping)
  • ....

@jihoonl
Copy link
Member Author

jihoonl commented Nov 17, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants