Skip to content

Commit

Permalink
fix(static_obstacle_avoidance): change jerk values to handle dense ur…
Browse files Browse the repository at this point in the history
…ban scenarios

Signed-off-by: beyza <bnk@leodrive.ai>
  • Loading branch information
beyza committed Sep 22, 2024
1 parent 4e9bb66 commit 1425b2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
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.0, 1.0, 1.0] # [m/sss]
max_jerk_values: [3.0, 3.0, 3.0] # [m/sss]

# longitudinal constraints
longitudinal:
Expand Down

0 comments on commit 1425b2e

Please sign in to comment.