forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tier4_control_launch): add obstacle_collision_checker in control…
….launch.py (autowarefoundation#2193) Signed-off-by: Berkay Karaman <[email protected]> Signed-off-by: Berkay Karaman <[email protected]> Co-authored-by: Berkay Karaman <[email protected]>
- Loading branch information
Showing
2 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
...r4_control_launch/config/obstacle_collision_checker/obstacle_collision_checker.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,11 @@ | ||
/**: | ||
ros__parameters: | ||
# Node | ||
update_rate: 10.0 | ||
|
||
# Core | ||
delay_time: 0.03 # delay time of vehicle [s] | ||
footprint_margin: 0.0 # margin for footprint [m] | ||
max_deceleration: 1.5 # max deceleration [m/ss] | ||
resample_interval: 0.3 # interval distance to resample point cloud [m] | ||
search_radius: 5.0 # search distance from trajectory to point cloud [m] |
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