Skip to content

Commit f0397bd

Browse files
add param for stopped obj speed threshold
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
1 parent 41c1005 commit f0397bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
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
103+
stopped_obstacle_velocity_threshold: 0.5
103104
slow_down:
104105
max_lat_margin: 1.1 # lateral margin between obstacle and trajectory band with ego's width
105106
lat_hysteresis_margin: 0.2

0 commit comments

Comments
 (0)