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]>
Signed-off-by: Tomohito Ando <[email protected]>
  • Loading branch information
TomohitoAndo and knzo25 committed Aug 17, 2023
1 parent bf2712b commit 0e34843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<arg name="namespace1" value="camera7"/>
<arg name="remove_unknown" value="false"/>
<arg name="trust_distance" value="100.0"/>
<arg name="external/traffic_signals" value="/v2x/traffic_signals"/>

<!-- object recognition -->
<arg name="object_recognition_detection_compare_map_param_path" value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/clustering/compare_map.param.yaml"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<arg name="vehicle_model" value="$(var vehicle_model)"/>
<arg name="initial_engage_state" value="$(var initial_engage_state)"/>
<arg name="vehicle_info_param_file" value="$(var vehicle_info_param_file)"/>
<arg name="external/traffic_signals" value="/v2x/traffic_signals"/>

<arg name="fault_injection_param_path" value="$(find-pkg-share autoware_launch)/config/simulator/fault_injection.param.yaml"/>
<arg
Expand Down

0 comments on commit 0e34843

Please sign in to comment.