Skip to content

Commit

Permalink
fix(avoidance): tuning avoidance max jerk limit (autowarefoundation#543)
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
  • Loading branch information
satoshi-ota authored Nov 17, 2023
1 parent 827a708 commit 802dc2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
velocity: [1.0, 1.38, 11.1] # [m/s]
max_accel_values: [0.5, 0.5, 0.5] # [m/ss]
min_jerk_values: [0.1, 0.1, 0.2] # [m/sss]
max_jerk_values: [0.1, 0.1, 1.0] # [m/sss]
max_jerk_values: [0.2, 0.2, 1.0] # [m/sss]

# longitudinal constraints
longitudinal:
Expand Down

0 comments on commit 802dc2b

Please sign in to comment.