Skip to content

Commit

Permalink
change parameters for cargo_transport
Browse files Browse the repository at this point in the history
Signed-off-by: t4-adc <[email protected]>
  • Loading branch information
t4-adc committed Apr 17, 2024
1 parent 07c555a commit 2d24920
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

# 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]
min_acc: -0.2 # min deceleration [m/ss]
max_acc: 0.5 # max acceleration [m/ss]
min_jerk: -0.5 # min jerk [m/sss]
max_jerk: 1.0 # max jerk [m/sss]

# constraints to be observed
Expand Down

0 comments on commit 2d24920

Please sign in to comment.