mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2025-03-26 11:06:02 +00:00
12 lines
261 B
YAML
12 lines
261 B
YAML
local_costmap:
|
|
global_frame: map
|
|
robot_base_frame: base_link
|
|
update_frequency: 5.0
|
|
publish_frequency: 1.0
|
|
static_map: false
|
|
rolling_window: true
|
|
width: 10.0 #6.0
|
|
height: 10.0 #6.0
|
|
resolution: 0.01
|
|
transform_tolerance: 0.5
|
|
map_type: costmap |