Skip to content

Commit

Permalink
feat(lane_change): consider deceleration in safety check for cancel (#…
Browse files Browse the repository at this point in the history
…1068)

Signed-off-by: Fumiya Watanabe <[email protected]>
  • Loading branch information
rej55 authored Aug 21, 2024
1 parent 57c4dd4 commit 1b3c7c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
max_lateral_jerk: 100.0 # [m/s3]
overhang_tolerance: 0.0 # [m]
unsafe_hysteresis_threshold: 5 # [/]
deceleration_sampling_num: 5 # [/]

lane_change_finish_judge_buffer: 2.0 # [m]
finish_judge_lateral_threshold: 0.1 # [m]
Expand Down

0 comments on commit 1b3c7c5

Please sign in to comment.