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

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
  • Loading branch information
satoshi-ota committed Feb 16, 2024
1 parent a2532da commit 28a29fa
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 next shift line after reaching this percentage of current shift line length.
# this param is added so that it can wait return shift approval until the behind occlusion of avoid target is clear.
# it's able to disable this feature by setting this param 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 28a29fa

Please sign in to comment.