Skip to content

Commit

Permalink
refactor(traffic_light_arbiter): add traffic_light_arbiter param file (
Browse files Browse the repository at this point in the history
…autowarefoundation#343)

refactor(traffic_light_arbiter): add traffic_light_arbiter param file (autowarefoundation#489)

Signed-off-by: Tomohito Ando <[email protected]>
Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]>
  • Loading branch information
TomohitoAndo and knzo25 authored Aug 7, 2023
1 parent ab1cfb0 commit 0672641
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/**:
ros__parameters:
external_time_tolerance: 5.0
perception_time_tolerance: 1.0
external_priority: false
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@
/>
<arg name="occupancy_grid_map_method" value="$(var occupancy_grid_map_method)"/>
<arg name="occupancy_grid_map_param_path" value="$(find-pkg-share autoware_launch)/config/perception/occupancy_grid_map/$(var occupancy_grid_map_method).param.yaml"/>

<!-- traffic light recognition -->
<arg name="traffic_light_arbiter_param_path" value="$(find-pkg-share autoware_launch)/config/perception/traffic_light_arbiter/traffic_light_arbiter.param.yaml"/>
</include>
</launch>

0 comments on commit 0672641

Please sign in to comment.