Skip to content

Commit 5c59624

Browse files
authored
Merge branch 'main' into feat/improve_shape_unstable_object_tracking
2 parents f7a44a3 + 90335b4 commit 5c59624

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/intersection.param.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
attention_area_angle_threshold: 0.785
88
use_intersection_area: false
99
default_stopline_margin: 3.0
10+
pass_judge_line_margin: 0.0
1011
stopline_overshoot_margin: 0.5
1112
path_interpolation_ds: 0.1
1213
max_accel: -2.8

autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/motion_velocity_planner/run_out.param.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
keep_condition: # keep the stop decision if we still find any collision with the object within some time+distance range
3333
time: 5.0 # [s] time along the ego trajectory
3434
distance: 10.0 # [m] distance along the ego trajectory
35+
reuse_margin: 5.0 # [m] the previous stop pose is reused if it is positioned before the newly calculated stop pose and their arc length difference is smaller than this margin
3536

3637
ego:
3738
# additional margins to calculate the ego footprint used for collision detection

0 commit comments

Comments
 (0)