forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(autoware_launch): add speed bump parameters (autowarefoundation#138
- Loading branch information
1 parent
fea3309
commit 823e72c
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...o_planning/lane_driving/behavior_planning/behavior_velocity_planner/speed_bump.param.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/**: | ||
ros__parameters: | ||
speed_bump: | ||
slow_start_margin: 1.0 | ||
slow_end_margin: 1.0 | ||
print_debug_info: false | ||
|
||
# limits for speed bump height and slow down speed to create a linear equation | ||
speed_calculation: | ||
min_height: 0.05 # [m] | ||
max_height: 0.30 # [m] | ||
min_speed: 1.39 # [m/s] = [5 kph] | ||
max_speed: 2.78 # [m/s] = [10 kph] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters