Skip to content

Commit b381760

Browse files
committed
change parameters for cargo_transport
Signed-off-by: t4-adc <[email protected]>
1 parent 7be35b4 commit b381760

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

autoware_launch/config/planning/scenario_planning/common/common.param.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
# constraints param for normal driving
66
normal:
7-
min_acc: -1.0 # min deceleration [m/ss]
8-
max_acc: 1.0 # max acceleration [m/ss]
9-
min_jerk: -1.0 # min jerk [m/sss]
7+
min_acc: -0.2 # min deceleration [m/ss]
8+
max_acc: 0.5 # max acceleration [m/ss]
9+
min_jerk: -0.5 # min jerk [m/sss]
1010
max_jerk: 1.0 # max jerk [m/sss]
1111

1212
# constraints to be observed

0 commit comments

Comments
 (0)