Skip to content

Commit

Permalink
fix(avoidance): update config to prevent unconfortable deceleration (#…
Browse files Browse the repository at this point in the history
…466)

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
  • Loading branch information
satoshi-ota authored Jul 20, 2023
1 parent 6ef44e7 commit dde7d83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
longitudinal:
nominal_deceleration: -1.0 # [m/ss]
nominal_jerk: 0.5 # [m/sss]
max_deceleration: -2.0 # [m/ss]
max_deceleration: -1.5 # [m/ss]
max_jerk: 1.0 # [m/sss]
max_acceleration: 1.0 # [m/ss]

Expand Down

0 comments on commit dde7d83

Please sign in to comment.