34 lines
837 B
YAML
34 lines
837 B
YAML
robot_costmap_2d:
|
|
# Derived from pnkx_nav_core/config/costmap_local_params.yaml.
|
|
# NUC path is intentional for the user's local test workspace.
|
|
library_path: /home/robotics/DuongTD/dev_ws/devel/lib/libplugins.so
|
|
global_frame: odom
|
|
robot_base_frame: base_link
|
|
rolling_window: true
|
|
track_unknown_space: false
|
|
|
|
plugins:
|
|
# Derived from costmap_local_params_plugins_no_virtual_walls.yaml.
|
|
- name: obstacles
|
|
type: VoxelLayer
|
|
- name: inflation
|
|
type: InflationLayer
|
|
|
|
footprint:
|
|
- [0.30, 0.30]
|
|
- [0.30, -0.30]
|
|
- [-0.30, -0.30]
|
|
- [-0.30, 0.30]
|
|
|
|
transform_tolerance: 1.0
|
|
performance_metrics_enabled: true
|
|
performance_metrics_period: 5.0
|
|
update_frequency: 6.0
|
|
width: 8.0
|
|
height: 8.0
|
|
resolution: 0.05
|
|
origin_x: 0.0
|
|
origin_y: 0.0
|
|
footprint_padding: 0.0
|
|
robot_radius: 0.0
|