Skip to content

Commit 180c988

Browse files
fix(planning): reduce longitudinal velocity delta time
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
1 parent 349899f commit 180c988

File tree

1 file changed

+5
-5
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/lane_change

1 file changed

+5
-5
lines changed

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,28 +32,28 @@
3232
allow_loose_check_for_cancel: true
3333
execution:
3434
expected_front_deceleration: -1.0
35-
expected_rear_deceleration: -1.0
35+
expected_rear_deceleration: -1.5
3636
rear_vehicle_reaction_time: 1.5
3737
rear_vehicle_safety_time_margin: 1.0
38-
lateral_distance_max_threshold: 2.0
38+
lateral_distance_max_threshold: 1.5
3939
longitudinal_distance_min_threshold: 3.0
40-
longitudinal_velocity_delta_time: 0.8
40+
longitudinal_velocity_delta_time: 0.5
4141
cancel:
4242
expected_front_deceleration: -1.0
4343
expected_rear_deceleration: -2.0
4444
rear_vehicle_reaction_time: 1.0
4545
rear_vehicle_safety_time_margin: 0.8
4646
lateral_distance_max_threshold: 1.0
4747
longitudinal_distance_min_threshold: 2.5
48-
longitudinal_velocity_delta_time: 0.6
48+
longitudinal_velocity_delta_time: 0.4
4949
stuck:
5050
expected_front_deceleration: -1.0
5151
expected_rear_deceleration: -1.0
5252
rear_vehicle_reaction_time: 2.0
5353
rear_vehicle_safety_time_margin: 1.0
5454
lateral_distance_max_threshold: 2.0
5555
longitudinal_distance_min_threshold: 3.0
56-
longitudinal_velocity_delta_time: 0.8
56+
longitudinal_velocity_delta_time: 0.4
5757

5858
# lane expansion for object filtering
5959
lane_expansion:

0 commit comments

Comments
 (0)