Skip to content

Commit

Permalink
revert: feat(scenario_planning): change common jerk to 0.3 mainly for…
Browse files Browse the repository at this point in the history
… jerk filtered smoother (#456) (#542)

Revert "feat(scenario_planning): change common jerk to 0.3 mainly for jerk filtered smoother (#456)"

This reverts commit 7dbe194.
  • Loading branch information
0x126 authored and saka1-s committed Jun 25, 2024
1 parent 4d8da3f commit c158d3a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
normal:
min_acc: -1.0 # min deceleration [m/ss]
max_acc: 1.0 # max acceleration [m/ss]
min_jerk: -0.3 # min jerk [m/sss]
max_jerk: 0.6 # max jerk [m/sss]
min_jerk: -1.0 # min jerk [m/sss]
max_jerk: 1.0 # max jerk [m/sss]

# constraints to be observed
limit:
Expand Down

0 comments on commit c158d3a

Please sign in to comment.