Skip to content

Commit

Permalink
feat(avoidance): wait next shift approval until the ego reaches shift…
Browse files Browse the repository at this point in the history
… length threshold (autowarefoundation#891)

* feat(avoidance): wait next shift approval until the ego reaches shift length threshold

Signed-off-by: satoshi-ota <[email protected]>

* fix(avoidance): param description

Signed-off-by: satoshi-ota <[email protected]>

---------

Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored Feb 27, 2024
1 parent b4d9bb0 commit 618e790
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,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 618e790

Please sign in to comment.