Skip to content

Commit

Permalink
feat(avoidance): limit acceleration during avoidance maneuver (autowa…
Browse files Browse the repository at this point in the history
…refoundation#947)

* feat(avoidance): limit acceleration during avoidance maneuver

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

* fix(avoidance): tune longitudinal max acceleration

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

---------

Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored Apr 9, 2024
1 parent 6f1afbf commit 6b2229e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@
nominal_jerk: 0.5 # [m/sss]
max_deceleration: -1.5 # [m/ss]
max_jerk: 1.0 # [m/sss]
max_acceleration: 1.0 # [m/ss]
max_acceleration: 0.5 # [m/ss]
min_velocity_to_limit_max_acceleration: 2.78 # [m/ss]

shift_line_pipeline:
trim:
Expand Down

0 comments on commit 6b2229e

Please sign in to comment.