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

Costmap not inflating all obstacles

asked 2016-05-02 13:02:35 -0500

Robocop87 gravatar image

Hi all,

Sometimes my local costmap does not inflate all obstacles. It marks everything that it should as LETHAL, but then doesn't mark some of the cells around the lethal cells. Picture attached for reference.

image description

Might this be a bug in the inflation_layer? I've used dynamic_reconfigure to play with my costmap settings and nothing has helped it.

ROS Indigo standard navigation stack

edit retag flag offensive close merge delete

Comments

1

Can you post the YAML files you used to configure the costmaps, as well as the relevant launch files?

robustify gravatar image robustify  ( 2016-05-02 23:34:35 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2016-05-03 17:15:22 -0500

Robocop87 gravatar image

Hi all,

The problem was the ordering of the plugins. If the inflation_layer plugin gets loaded before the obstacle_layer plugin, you get the above behavior. Loading the obstacle layer first solves this problem.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-05-02 13:02:35 -0500

Seen: 1,049 times

Last updated: May 03 '16