Should global costmap have an obstacle layer when using a SLAM node?
I am trying to build a navigation system, but am a bit confused about the configuration of my global costmap for move_base.
I am using gmapping to create a map of the environment, which is published to /map.
I want global_costmap to use this map while planning, so I set static_map to true.
I find that global_costmap will load an obstacle layer and inflation layer by default.
Should I keep the obstacle layer? Wouldn't it just be redundant with the gmapping?