Skip to content

Commit

Permalink
chore(traffic_light_multi_camera_fusion): read parameters from yaml f…
Browse files Browse the repository at this point in the history
…ile (#1331)

* chore(traffic_light_multi_camera_fusion): read parameters from yaml file

Signed-off-by: Tomohito Ando <[email protected]>

* style(pre-commit): autofix

* remove camera namespace parameter from config file

Signed-off-by: Tomohito Ando <[email protected]>

---------

Signed-off-by: Tomohito Ando <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
TomohitoAndo and pre-commit-ci[bot] authored Feb 19, 2025
1 parent caed5fd commit 83263b2
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,4 @@
/**:
ros__parameters:
message_lifespan: 0.09
approximate_sync: false
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@

<!-- traffic light recognition parameters -->
<arg name="traffic_light_arbiter_param_path" value="$(find-pkg-share autoware_launch)/config/perception/traffic_light_arbiter/traffic_light_arbiter.param.yaml"/>
<arg
name="traffic_light_multi_camera_fusion_param_path"
value="$(find-pkg-share autoware_launch)/config/perception/traffic_light_multi_camera_fusion/traffic_light_multi_camera_fusion.param.yaml"
/>
<arg name="traffic_light_fine_detector_model_path" value="$(var data_path)/traffic_light_fine_detector"/>
<arg name="traffic_light_fine_detector_model_name" value="tlr_car_ped_yolox_s_batch_6"/>
<arg name="traffic_light_classifier_model_path" value="$(var data_path)/traffic_light_classifier"/>
Expand Down

0 comments on commit 83263b2

Please sign in to comment.