Skip to content

Commit ee644d7

Browse files
committed
fix: the parameter name of max_vel
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
1 parent f9330f1 commit ee644d7

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_velocity: 4.17 # max velocity limit [m/s]
3+
max_vel: 11.1 # max velocity limit [m/s]
44

55
# constraints param for normal driving
66
normal:

0 commit comments

Comments
 (0)