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/obstacle_cruise_planner/obstacle_cruise_planner.param.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -97,8 +97,8 @@
97
97
max_prediction_time_for_collision_check : 20.0# prediction time to check collision between obstacle and ego
98
98
yield:
99
99
enable_yield: true
100
-
lat_distance_threshold: 4.0# lateral margin between obstacle in neighbor lanes and trajectory band with ego's width for yielding
101
-
max_lat_dist_between_obstacles: 2.0# lateral margin between moving obstacle in neighbor lanes and stopped obstacle in front of it
100
+
lat_distance_threshold: 5.0# lateral margin between obstacle in neighbor lanes and trajectory band with ego's width for yielding
101
+
max_lat_dist_between_obstacles: 2.5# lateral margin between moving obstacle in neighbor lanes and stopped obstacle in front of it
102
102
max_obstacles_collision_time: 10.0# how far the blocking obstacle
103
103
slow_down:
104
104
max_lat_margin: 1.1# lateral margin between obstacle and trajectory band with ego's width
0 commit comments