We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc7c5e commit f8fd277Copy full SHA for f8fd277
planning/obstacle_cruise_planner/config/obstacle_cruise_planner.param.yaml
@@ -96,7 +96,7 @@
96
ego_obstacle_overlap_time_threshold : 2.0 # time threshold to decide cut-in obstacle for cruise or stop [s]
97
max_prediction_time_for_collision_check : 20.0 # prediction time to check collision between obstacle and ego
98
yield:
99
- enable_yield: true
+ enable_yield: false
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
max_obstacles_collision_time: 10.0 # how far the blocking obstacle
0 commit comments