Skip to content

Commit

Permalink
fix(avoidance): change lateral jerk param (autowarefoundation#995) (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#857)

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
  • Loading branch information
satoshi-ota authored May 24, 2024
1 parent 8246315 commit ad20e00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
constraints:
# lateral constraints
lateral:
velocity: [2.78, 4.17, 11.1] # [m/s]
velocity: [1.39, 4.17, 11.1] # [m/s]
max_accel_values: [0.5, 0.5, 0.5] # [m/ss]
min_jerk_values: [0.2, 0.2, 0.2] # [m/sss]
max_jerk_values: [1.5, 1.0, 1.0] # [m/sss]
Expand Down

0 comments on commit ad20e00

Please sign in to comment.