Skip to content

Commit

Permalink
po
Browse files Browse the repository at this point in the history
  • Loading branch information
takayuki5168 committed Jan 14, 2024
1 parent ddc8f99 commit c40e6f2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
ros__parameters:
# constraints param for normal driving
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_acc: -2.0 # min deceleration [m/ss]
max_acc: 2.0 # max acceleration [m/ss]
min_jerk: -2.0 # min jerk [m/sss]
max_jerk: 2.0 # max jerk [m/sss]

slow_down:
min_acc: -1.0 # min deceleration [m/ss]
Expand Down

0 comments on commit c40e6f2

Please sign in to comment.