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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@
126
126
ego_obstacle_overlap_time_threshold : 0.2# time threshold to decide cut-in obstacle for cruise or stop [s]
127
127
max_prediction_time_for_collision_check : 10.0# prediction time to check collision between obstacle and ego
128
128
max_lateral_time_margin: 5.0# time threshold of lateral margin between obstacle and trajectory band with ego's width [s]
129
-
num_of_predicted_paths: 3# number of the highest confidence predicted path to check collision between obstacle and ego
129
+
num_of_predicted_paths: 1# number of the highest confidence predicted path to check collision between obstacle and ego
130
130
yield:
131
131
enable_yield: true
132
132
lat_distance_threshold: 5.0# lateral margin between obstacle in neighbor lanes and trajectory band with ego's width for yielding
0 commit comments