Skip to content

Commit 1a6dbe2

Browse files
authored
feat: define common max_vel (autowarefoundation#870)
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
1 parent 07d1230 commit 1a6dbe2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/**:
22
ros__parameters:
3+
max_vel: 11.1 # max velocity limit [m/s]
4+
35
# constraints param for normal driving
46
normal:
57
min_acc: -1.0 # min deceleration [m/ss]

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

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/**:
22
ros__parameters:
33
# motion state constraints
4-
max_velocity: 20.0 # max velocity limit [m/s]
54
stop_decel: 0.0 # deceleration at a stop point[m/ss]
65

76
# external velocity limit parameter

0 commit comments

Comments
 (0)