Skip to content

Commit fdba739

Browse files
authoredMar 18, 2025
Merge pull request #793 from tier4/sync-awf-latest
chore: sync awf-latest
2 parents 34bfc35 + 21362b1 commit fdba739

File tree

1 file changed

+1
-1
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/motion_velocity_planner

1 file changed

+1
-1
lines changed
 

‎autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/motion_velocity_planner/obstacle_stop.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
obstacle_velocity_threshold_from_stop : 3.5 # stop planning is executed to the obstacle whose velocity is less than this value [m/s]
6868

6969
max_lat_margin: 0.3 # lateral margin between the obstacles except for unknown and ego's footprint
70-
max_lat_margin_against_unknown: 0.3 # lateral margin between the unknown obstacles and ego's footprint
70+
max_lat_margin_against_predicted_object_unknown: 0.3 # lateral margin between the unknown obstacles and ego's footprint
7171

7272
min_velocity_to_reach_collision_point: 2.0 # minimum velocity margin to calculate time to reach collision [m/s]
7373
stop_obstacle_hold_time_threshold : 1.0 # maximum time for holding closest stop obstacle

0 commit comments

Comments
 (0)
Failed to load comments.