|
@@ -17,8 +17,7 @@
|
|
|
# 20180410:init this file.
|
|
|
# 20200413:更新参数并更新注释信息.
|
|
|
#
|
|
|
-obstacle_range: 1.0
|
|
|
-raytrace_range: 1.5
|
|
|
+
|
|
|
|
|
|
#单独圆形机器人的参数
|
|
|
#robot_radius: 0.13
|
|
@@ -28,11 +27,21 @@ footprint: [[ 0.22, 0.00],[ 0.22, 0.04],[ 0.10, 0.04],
|
|
|
[ 0.09, 0.09],[ 0.00, 0.13],[-0.09, 0.09],
|
|
|
[-0.13, 0.00],[-0.09, -0.09],[ 0.00, -0.13],
|
|
|
[ 0.09, -0.09],[ 0.10, -0.04],[ 0.22, -0.04]]
|
|
|
+map_type: costmap
|
|
|
+
|
|
|
+obstacle_layer:
|
|
|
+ enabled: true
|
|
|
+ obstacle_range: 1.0
|
|
|
+ raytrace_range: 1.5
|
|
|
+ inflation_radius: 0.05
|
|
|
+ observation_sources: scan
|
|
|
+ scan: {sensor_frame: lidar, data_type: LaserScan, topic: scan, marking: true, clearing: true}
|
|
|
+
|
|
|
+
|
|
|
+inflation_layer:
|
|
|
+ enabled: true
|
|
|
+ cost_scaling_factor: 10
|
|
|
+ inflation_radius: 0.10
|
|
|
|
|
|
-inflation_radius: 0.15
|
|
|
-cost_scaling_factor: 10
|
|
|
|
|
|
-map_type: costmap
|
|
|
-observation_sources: scan
|
|
|
-scan: {sensor_frame: lidar, data_type: LaserScan, topic: scan, marking: true, clearing: true}
|
|
|
|