Skip to content

Commit

Permalink
fix(behavior_velocity_planner): set accel and jerk parameter to analy…
Browse files Browse the repository at this point in the history
…tical smoother (#368)

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
  • Loading branch information
tkimura4 committed Dec 14, 2022
1 parent c40d626 commit 314ed4f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

forward:
max_acc: 1.0
min_acc: -1.0
max_jerk: 0.3
min_jerk: -0.3
min_acc: -0.5
max_jerk: 1.0
min_jerk: -0.5
kp: 0.3

backward:
Expand Down

0 comments on commit 314ed4f

Please sign in to comment.