-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(tier4_planning_launch): add costmap generator config (#679)
Signed-off-by: satoshi-ota <[email protected]>
- Loading branch information
1 parent
916c39c
commit 426378d
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
autoware_launch/config/planning/scenario_planning/common/costmap_generator.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,22 @@ | ||
/**: | ||
ros__parameters: | ||
costmap_frame: "map" | ||
vehicle_frame: "base_link" | ||
map_frame: "map" | ||
update_rate: 10.0 | ||
activate_by_scenario: False | ||
grid_min_value: 0.0 | ||
grid_max_value: 1.0 | ||
grid_resolution: 0.2 | ||
grid_length_x: 70.0 | ||
grid_length_y: 70.0 | ||
grid_position_x: 0.0 | ||
grid_position_y: 0.0 | ||
maximum_lidar_height_thres: 0.3 | ||
minimum_lidar_height_thres: -2.2 | ||
use_wayarea: true | ||
use_parkinglot: true | ||
use_objects: true | ||
use_points: true | ||
expand_polygon_size: 1.0 | ||
size_of_expansion_kernel: 9 |
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