Static Layer Parameters
This implements a costmap layer taking in a map from either SLAM or map_server
(or other) to place into the costmap. It resizes the costmap to its size and places the static obstacles on the planning space.
<static layer>
is the corresponding plugin name selected for this type.
<static layer>
.enabledType
Default
bool
True
- Description
Whether it is enabled.
<static layer>
.footprint_clearing_enabledType
Default
bool
False
- Description
Clear any occupied cells under robot footprint.
<static layer>
.subscribe_to_updatesType
Default
bool
False
- Description
Subscribe to static map updates after receiving first.
<static layer>
.map_subscribe_transient_localType
Default
bool
True
- Description
QoS settings for map topic.
<static layer>
.transform_toleranceType
Default
double
0.0
- Description
TF tolerance.
<static layer>
.map_topicType
Default
string
“”
- Description
Map topic to subscribe to. If left empty the map topic will default to the global map_topic parameter in costmap_2d_ros.