Skip to content

Commit 719d973

Browse files
danielsanchezaransaka1-s
authored andcommitted
feat(behavior_path_planner): add yaw threshold param (autowarefoundation#1040)
add yaw threshold param Signed-off-by: Daniel Sanchez <[email protected]>
1 parent 8c52fd2 commit 719d973

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/static_obstacle_avoidance.param.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178
safety_check_backward_distance: 100.0 # [m]
179179
hysteresis_factor_expand_rate: 1.5 # [-]
180180
hysteresis_factor_safe_count: 3 # [-]
181+
collision_check_yaw_diff_threshold: 3.1416 # [rad]
181182
# predicted path parameters
182183
min_velocity: 1.38 # [m/s]
183184
max_velocity: 50.0 # [m/s]

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/goal_planner/goal_planner.param.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@
182182
time_horizon: 10.0
183183
# hysteresis factor to expand/shrink polygon with the value
184184
hysteresis_factor_expand_rate: 1.0
185+
collision_check_yaw_diff_threshold: 3.1416
185186
# temporary
186187
backward_path_length: 30.0
187188
forward_path_length: 100.0

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/lane_change/lane_change.param.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
# safety check
3131
safety_check:
3232
allow_loose_check_for_cancel: true
33+
collision_check_yaw_diff_threshold: 3.1416
3334
execution:
3435
expected_front_deceleration: -1.0
3536
expected_rear_deceleration: -1.0

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/start_planner/start_planner.param.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,10 @@
143143
lateral_distance_max_threshold: 3.0
144144
longitudinal_distance_min_threshold: 3.0
145145
longitudinal_velocity_delta_time: 0.8
146+
extended_polygon_policy: "along_path" # [-] select "rectangle" or "along_path"
146147
# hysteresis factor to expand/shrink polygon
147148
hysteresis_factor_expand_rate: 1.0
149+
collision_check_yaw_diff_threshold: 1.578
148150
# temporary
149151
backward_path_length: 30.0
150152
forward_path_length: 100.0

0 commit comments

Comments
 (0)