Skip to content

Commit e14eabe

Browse files
authored
fix: the parameter name of max_vel (#907)
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
1 parent b9858d9 commit e14eabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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: 4.17 # max velocity limit [m/s]
44

55
# constraints param for normal driving
66
normal:

0 commit comments

Comments
 (0)