ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

move_base scrapes obstacles instead of staying clear

asked 2011-08-29 17:07:45 -0500

PKG gravatar image

I'm having a situation where move_base's planning causes my robot to scrape against obstacles as it turns away from them.

What parameter should I change to ensure that move_base turns away from obstacles well before hitting them? I've tried increasing the clearing & inflation radii, and also expanding the robot footprint. I can include my yaml files if needed.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-09-02 03:48:06 -0500

DimitriProsser gravatar image

updated 2011-09-02 03:48:57 -0500

Some parameters that I've modified to resolve this problem are:

  • local_costmap/update_frequency (I noticed that the robot was entering the inflated radius before it had time to react)

  • obstacle_range and raytrace_range for both costmaps (you must also overwrite this value for each sensor that you're using or they will take their default value instead).

Also, is your robot rectangular? If so, is the footprint rectangular as well?

Try those and see if they help at all.

~ Brian

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-08-29 17:07:45 -0500

Seen: 350 times

Last updated: Sep 02 '11