Skip to content

Commit

Permalink
feat: add parameters to avoid sudden steering in dynamic avoidance (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#756)

Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 authored Jan 5, 2024
1 parent 5020749 commit 01fb0f2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
max_time_for_object_lat_shift: 0.0 # [s]
lpf_gain_for_lat_avoid_to_offset: 0.9 # [-]

max_ego_lat_acc: 0.3 # [m/ss]
max_ego_lat_jerk: 0.3 # [m/sss]
delay_time_ego_shift: 1.0 # [s]

# for same directional object
overtaking_object:
max_time_to_collision: 40.0 # [s]
Expand Down

0 comments on commit 01fb0f2

Please sign in to comment.