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#489)

Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
Co-authored-by: Kenzo Lobos Tsunekawa <kenzo.lobos@tier4.jp>
  • Loading branch information
TomohitoAndo and knzo25 committed Aug 1, 2023
1 parent b9f7c0e commit 3cf58d2
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 @@ -82,5 +82,8 @@
<!-- occupancy grid map -->
<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"/>
<arg name="occupancy_grid_map_updater_param_path" value="$(find-pkg-share autoware_launch)/config/perception/occupancy_grid_map/$(var occupancy_grid_map_updater)_updater.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 3cf58d2

Please sign in to comment.