<obstacle layer> .enabled: |
|
- Description
Whether it is enabled.
|
<obstacle layer> .footprint_clearing_enabled: |
|
- Description
Clear any occupied cells under robot footprint.
|
<obstacle layer> .max_obstacle_height: |
|
- Description
Maximum height to add return to occupancy grid.
|
<obstacle layer> .combination_method: |
|
- Description
Enum for method to add data to master costmap, default to maximum.
|
<obstacle layer> .observation_sources: |
|
Type |
Default |
vector<string> |
{“”} |
- Description
namespace of sources of data.
|
<obstacle layer> . <data source> .topic: |
|
- Description
Topic of data.
|
<obstacle layer> . <data source> .sensor_frame: |
|
- Description
Frame of sensor, to use if not provided by message. If empty, uses message frame_id.
|
<obstacle layer> . <data source> .observation_persistence: |
|
- Description
How long to store messages in a buffer to add to costmap before removing them (s).
|
<obstacle layer> . <data source> .expected_update_rate: |
|
- Description
Expected rate to get new data from sensor.
|
<obstacle layer> . <data source> .data_type: |
|
Type |
Default |
string |
“LaserScan” |
- Description
Data type of input, LaserScan or PointCloud2.
|
<obstacle layer> . <data source> .min_obstacle_height: |
|
- Description
Minimum height to add return to occupancy grid.
|
<obstacle layer> . <data source> .max_obstacle_height: |
|
- Description
Maximum height to add return to occupancy grid.
|
<obstacle layer> . <data source> .inf_is_valid: |
|
- Description
Are infinite returns from laser scanners valid measurements to raycast.
|
<obstacle layer> . <data source> .marking: |
|
- Description
Whether source should mark in costmap.
|
<obstacle layer> . <data source> .clearing: |
|
- Description
Whether source should raytrace clear in costmap.
|
<obstacle layer> . <data source> .obstacle_max_range: |
|
- Description
Maximum range to mark obstacles in costmap.
|
<obstacle layer> . <data source> .obstacle_min_range: |
|
- Description
Minimum range to mark obstacles in costmap.
|
<obstacle layer> . <data source> .raytrace_max_range: |
|
- Description
Maximum range to raytrace clear obstacles from costmap.
|
<obstacle layer> . <data source> .raytrace_min_range: |
|
- Description
Minimum range to raytrace clear obstacles from costmap.
|