Skip to content

Commit

Permalink
chore(tier4_planning_launch): add missing params and sort params of c…
Browse files Browse the repository at this point in the history
…ostmap generator (autowarefoundation#2764)

Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 authored and asana17 committed Feb 8, 2023
1 parent c51563b commit 23c56e8
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@ def launch_setup(context, *args, **kwargs):
"vehicle_frame": "base_link",
"map_frame": "map",
"update_rate": 10.0,
"use_wayarea": True,
"use_parkinglot": True,
"use_objects": True,
"use_points": True,
"activate_by_scenario": True,
"grid_min_value": 0.0,
"grid_max_value": 1.0,
"grid_resolution": 0.2,
Expand All @@ -76,6 +73,10 @@ def launch_setup(context, *args, **kwargs):
"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,
},
Expand Down

0 comments on commit 23c56e8

Please sign in to comment.