Skip to content

Commit

Permalink
feat(obstacle_cruise_planner): enable obstacle cruise's yield functio…
Browse files Browse the repository at this point in the history
…n by default (#917)

enable obstacle cruise's yield function by default

Signed-off-by: Daniel Sanchez <[email protected]>
  • Loading branch information
danielsanchezaran authored Mar 12, 2024
1 parent 8ac1045 commit 7635c51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
ego_obstacle_overlap_time_threshold : 2.0 # time threshold to decide cut-in obstacle for cruise or stop [s]
max_prediction_time_for_collision_check : 20.0 # prediction time to check collision between obstacle and ego
yield:
enable_yield: false
enable_yield: true
lat_distance_threshold: 5.0 # lateral margin between obstacle in neighbor lanes and trajectory band with ego's width for yielding
max_lat_dist_between_obstacles: 2.5 # lateral margin between moving obstacle in neighbor lanes and stopped obstacle in front of it
max_obstacles_collision_time: 10.0 # how far the blocking obstacle
Expand Down

0 comments on commit 7635c51

Please sign in to comment.