Skip to content

Commit 53cd6f3

Browse files
revert(obstacle_cruise): reduce using predicted paths to maintain conventional behavior (#621)
Signed-off-by: Yuki Takagi <[email protected]>
1 parent c4762e9 commit 53cd6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/obstacle_cruise_planner/obstacle_cruise_planner.param.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
ego_obstacle_overlap_time_threshold : 0.2 # time threshold to decide cut-in obstacle for cruise or stop [s]
127127
max_prediction_time_for_collision_check : 10.0 # prediction time to check collision between obstacle and ego
128128
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
130130
yield:
131131
enable_yield: true
132132
lat_distance_threshold: 5.0 # lateral margin between obstacle in neighbor lanes and trajectory band with ego's width for yielding

0 commit comments

Comments
 (0)