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

[amcl_demo] robot_radius infestation #94

Closed stonier closed 10 years ago

stonier commented 10 years ago

Seems the costmaps and inflation layers both have robot_radius dynamically reconfigurable parameters. The costmap parameter is 0.18 and inflation layer parameter is 0.46.

mikeferguson commented 10 years ago

0.46 is, I believe, the default from the PR2. Most of the navigation stack defaults are from the PR2.

stonier commented 10 years ago

Thanks fergs.

Looks like it's set by default by the inflation plugin.

Odd thing though, it doesn't seem to have any effect. Local obstacles in rviz have a collision zone of 0.18 still, not 0.46 and dynamically reconfiguring it also doesn't seem to have any effect.