Skip to content

Commit

Permalink
Merge pull request autowarefoundation#793 from tier4/hotfix/v0.44.2/a…
Browse files Browse the repository at this point in the history
…voidance

feat(avoidance): wait next shift approval until the ego reaches shift length threshold (autowarefoundation#891)
  • Loading branch information
satoshi-ota authored Feb 29, 2024
2 parents 8fd4928 + aef0b98 commit 1782b6a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@
max_right_shift_length: 5.0
max_left_shift_length: 5.0
max_deviation_from_lane: 0.2 # [m]
# approve the next shift line after reaching this percentage of the current shift line length.
# this parameter is added to allow waiting for the return of shift approval until the occlusion behind the avoid target is clear.
# this feature can be disabled by setting this parameter to 0.0.
ratio_for_return_shift_approval: 0.5 # [-]
# avoidance distance parameters
longitudinal:
min_prepare_time: 1.0 # [s]
Expand Down

0 comments on commit 1782b6a

Please sign in to comment.