You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/motion_velocity_planner/obstacle_slow_down.param.yaml
+8
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,14 @@
42
42
pedestrian: true
43
43
pointcloud: false
44
44
45
+
pointcloud:
46
+
pointcloud_voxel_grid_x: 0.05
47
+
pointcloud_voxel_grid_y: 0.05
48
+
pointcloud_voxel_grid_z: 100000.0
49
+
pointcloud_cluster_tolerance: 1.0
50
+
pointcloud_min_cluster_size: 1
51
+
pointcloud_max_cluster_size: 100000
52
+
45
53
min_lat_margin: 0.0# lateral margin between obstacle and trajectory band with ego's width to avoid the conflict with the obstacle_stop
46
54
max_lat_margin: 1.1# lateral margin between obstacle and trajectory band with ego's width
Copy file name to clipboardExpand all lines: autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/motion_velocity_planner/obstacle_stop.param.yaml
+8
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,14 @@
54
54
bicycle: false
55
55
pedestrian: false
56
56
57
+
pointcloud:
58
+
pointcloud_voxel_grid_x: 0.05
59
+
pointcloud_voxel_grid_y: 0.05
60
+
pointcloud_voxel_grid_z: 100000.0
61
+
pointcloud_cluster_tolerance: 1.0
62
+
pointcloud_min_cluster_size: 1
63
+
pointcloud_max_cluster_size: 100000
64
+
57
65
# hysteresis for velocity
58
66
obstacle_velocity_threshold_to_stop : 3.0# stop planning is executed to the obstacle whose velocity is less than this value [m/s]
59
67
obstacle_velocity_threshold_from_stop : 3.5# stop planning is executed to the obstacle whose velocity is less than this value [m/s]
0 commit comments