Skip to content

Commit

Permalink
fix(lane change): adaptive safety check time parameters (autowarefoun…
Browse files Browse the repository at this point in the history
  • Loading branch information
zulfaqar-azmi-t4 authored Jan 24, 2023
1 parent fe156a5 commit 13b3a38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
expected_rear_deceleration_for_abort: -2.0

rear_vehicle_reaction_time: 2.0
rear_vehicle_safety_time_margin: 2.0
rear_vehicle_safety_time_margin: 1.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
ros__parameters:
lane_change:
lane_change_prepare_duration: 4.0 # [s]
lane_changing_safety_check_duration: 8.0 # [s]

minimum_lane_change_prepare_distance: 2.0 # [m]
minimum_lane_change_length: 16.5 # [m]
Expand All @@ -18,9 +17,9 @@
lane_change_sampling_num: 10

# collision check
enable_collision_check_at_prepare_phase: true
enable_collision_check_at_prepare_phase: false
prepare_phase_ignore_target_speed_thresh: 0.1 # [m/s]
use_predicted_path_outside_lanelet: true
use_predicted_path_outside_lanelet: false
use_all_predicted_path: false

# abort
Expand Down

0 comments on commit 13b3a38

Please sign in to comment.