Skip to content

Commit 41c1005

Browse files
committedJan 30, 2024
set cruise planner as default for testing
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
1 parent a3fa9b3 commit 41c1005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
max_prediction_time_for_collision_check : 20.0 # prediction time to check collision between obstacle and ego
9898
yield:
9999
enable_yield: true
100-
lat_distance_threshold: 4.0 # lateral margin between obstacle in neighbor lanes and trajectory band with ego's width for yielding
101-
max_lat_dist_between_obstacles: 2.0 # lateral margin between moving obstacle in neighbor lanes and stopped obstacle in front of it
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
102102
max_obstacles_collision_time: 10.0 # how far the blocking obstacle
103103
slow_down:
104104
max_lat_margin: 1.1 # lateral margin between obstacle and trajectory band with ego's width

0 commit comments

Comments
 (0)