-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcostmap_common_params.yaml
More file actions
48 lines (38 loc) · 1.38 KB
/
Copy pathcostmap_common_params.yaml
File metadata and controls
48 lines (38 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# obstacle_range: 2.5
# raytrace_range: 3.0
# #footprint: [[x0, y0], [x1, y1], ... [xn, yn]]
# robot_radius: 0.6
# inflation_radius: 0.55
# #observation_sources: laser_scan_sensor point_cloud_sensor
# observation_sources: point_cloud_sensor
# #laser_scan_sensor: {sensor_frame: frame_name, data_type: LaserScan, topic: topic_name, marking: true, clearing: true}
# point_cloud_sensor: {sensor_frame: "zed_camera", data_type: PointCloud2, topic: /camera/depth/points, marking: true, clearing: true}
plugins:
- {name: static_layer, type: "costmap_2d::StaticLayer"}
- {name: obstacles, type: "costmap_2d::ObstacleLayer"}
- {name: inflation, type: "costmap_2d::InflationLayer"}
publish_frequency: 1.0
obstacles:
track_unknown_space: false
footprint_clearing_enabled: true
combination_method: 1
observation_sources: point_cloud_sensor
point_cloud_sensor:
sensor_frame: "zed_camera"
data_type: PointCloud2
topic: /camera/depth/points
observation_persistance: 0.0
expected_update_rate: 0.0
max_obstacle_height: 10.0
min_obstacle_height: 2.0
obstacle_range: 2.5
raytrace_range: 3.0
inf_is_valid: false
marking: true
clearing: true
inflation:
inflation_radius: 0.5
cost_scaling_factor: 10.0
static_layer:
map_topic: "/map"
first_map_only: false