Skip to content

Commit 191c4f2

Browse files
committed
feat: update max_vel to 60km/h
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
1 parent d4fc23e commit 191c4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**:
22
ros__parameters:
3-
max_vel: 4.17 # max velocity limit [m/s]
3+
max_vel: 16.67 # max velocity limit [m/s]
44

55
# constraints param for normal driving
66
normal:

0 commit comments

Comments
 (0)