Skip to content

Commit

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

* feat(scenario_planning): change common jerk to 0.3 mainly for jerk
filtered smoother

Signed-off-by: Makoto Kurihara <[email protected]>

* feat(autoware_launch): change to JerkFiltered smoother

Signed-off-by: Makoto Kurihara <[email protected]>

* chore: increase jerk limit for acceleration

---------

Signed-off-by: Makoto Kurihara <[email protected]>
Co-authored-by: Shinnosuke Hirakawa <[email protected]>
  • Loading branch information
2 people authored and saka1-s committed Jun 25, 2024
1 parent 1631b2f commit 4d8da3f
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: -1.0 # min jerk [m/sss]
max_jerk: 1.0 # max jerk [m/sss]
min_jerk: -0.3 # min jerk [m/sss]
max_jerk: 0.6 # max jerk [m/sss]

# constraints to be observed
limit:
Expand Down

0 comments on commit 4d8da3f

Please sign in to comment.