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

Revision history [back]

As seen from your global_costmap.yaml file, you do not incorporate obstacle layer into global costmap.

You should change

plugins:
  - {name: static,                  type: "costmap_2d::StaticLayer"}
  - {name: inflation,               type: "costmap_2d::InflationLayer"}

to

plugins:
  - {name: static,                  type: "costmap_2d::StaticLayer"}
  - {name: obstacles,            type: "costmap_2d::ObstacleLayer"}
  - {name: inflation,               type: "costmap_2d::InflationLayer"}