Skip to content

Commit

Permalink
fix(avoidance): update config to prevent unconfortable deceleration
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota committed Jul 20, 2023
1 parent 2796d0a commit f2abac2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@
longitudinal:
nominal_deceleration: -1.0 # [m/ss]
nominal_jerk: 0.5 # [m/sss]
max_deceleration: -2.0 # [m/ss]
max_jerk: 1.0 # [m/sss]
max_deceleration: -1.0 # [m/ss]
max_jerk: 0.5 # [m/sss]
max_acceleration: 1.0 # [m/ss]

target_velocity_matrix:
Expand Down

0 comments on commit f2abac2

Please sign in to comment.