Skip to content

Commit 4334e53

Browse files
enable obstacle cruise's yield function by default
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
1 parent 8ac1045 commit 4334e53

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
ego_obstacle_overlap_time_threshold : 2.0 # time threshold to decide cut-in obstacle for cruise or stop [s]
9797
max_prediction_time_for_collision_check : 20.0 # prediction time to check collision between obstacle and ego
9898
yield:
99-
enable_yield: false
99+
enable_yield: true
100100
lat_distance_threshold: 5.0 # lateral margin between obstacle in neighbor lanes and trajectory band with ego's width for yielding
101101
max_lat_dist_between_obstacles: 2.5 # lateral margin between moving obstacle in neighbor lanes and stopped obstacle in front of it
102102
max_obstacles_collision_time: 10.0 # how far the blocking obstacle

0 commit comments

Comments
 (0)