Skip to content

Commit

Permalink
feat(lane_change): increat cancel delta_time to suppress chattering (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#529)

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
  • Loading branch information
kosuke55 authored Oct 31, 2023
1 parent 9d74530 commit 15ae2d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
cancel:
enable_on_prepare_phase: true
enable_on_lane_changing_phase: false
delta_time: 1.0 # [s]
delta_time: 2.0 # [s]
duration: 5.0 # [s]
max_lateral_jerk: 100.0 # [m/s3]
overhang_tolerance: 0.0 # [m]
Expand Down

0 comments on commit 15ae2d1

Please sign in to comment.