Skip to content

Commit

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

Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 authored and saka1-s committed Jun 25, 2024
1 parent 79ad443 commit 0d4abbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,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 0d4abbf

Please sign in to comment.