Skip to content

Commit ff3052e

Browse files
update parameters
Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp>
1 parent dbb7310 commit ff3052e

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
@@ -99,7 +99,7 @@
9999
enable_yield: true
100100
lat_distance_threshold: 4.0 # lateral margin between obstacle in neighbor lanes and trajectory band with ego's width for yielding
101101
max_lat_dist_between_obstacles: 2.0 # lateral margin between moving obstacle in neighbor lanes and stopped obstacle in front of it
102-
max_moving_obstacle_long_distance: 50.0 # how far the blocking obstacle
102+
max_obstacles_collision_time: 10.0 # how far the blocking obstacle
103103
max_long_distance_between_obstacles: 50.0 # only consider to yield when the two obstacles are at most this distance apart
104104
slow_down:
105105
max_lat_margin: 1.1 # lateral margin between obstacle and trajectory band with ego's width

0 commit comments

Comments
 (0)