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

Try disabling smoother for amcl_demo [indigo] #93

Open stonier opened 10 years ago

stonier commented 10 years ago

This theoretically will interfere with the ability of the robot to follow paths and a well followed path should be pretty smooth. Try disabling it.

Still useful for make a map though.

stonier commented 10 years ago

Ah, now I remember why we did this. The move base commands are fairly discrete. We use the smoother to basically interpolate.

The key criteria though is that the smoother and dwa local planner velocity and accelerations limits should be compatible.

stonier commented 10 years ago

Actually, I wonder if the path planning modules can be parameterised to update alot faster and more smoothly to remove the need for smooth interpolation outside. I haven't investigated these navigation parameters in detail yet.