Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(traffic_light_multi_camera_fusion): read parameters from yaml file #1331

Conversation

TomohitoAndo
Copy link
Contributor

@TomohitoAndo TomohitoAndo commented Feb 18, 2025

Description

PR for universe: autowarefoundation/autoware.universe#10144

Currently, the parameters for traffic_light_multi_camera_fusion are hardcoded in the launch file, preventing modifications from the launch file.
To resolve this issue, I modified it to read parameters from a YAML file in autoware_launch.

How was this PR tested?

Please see autowarefoundation/autoware.universe#10144

Notes for reviewers

The default values in the parameter file is the same as the one in autoware.universe.
https://github.com/TomohitoAndo/autoware.universe/blob/614ac8e762e644aec1b1d2b74b87755c27f1a453/perception/autoware_traffic_light_multi_camera_fusion/config/traffic_light_multi_camera_fusion.param.yaml

Effects on system behavior

None.

Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
Copy link

github-actions bot commented Feb 18, 2025

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@TomohitoAndo TomohitoAndo marked this pull request as ready for review February 18, 2025 02:46
@TomohitoAndo TomohitoAndo changed the title feat(rviz): update autoware.rviz for motion_velocity_obstacle_<stop/s… chore(traffic_light_multi_camera_fusion): read parameters from yaml file Feb 18, 2025
Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
Copy link
Contributor

@MasatoSaeki MasatoSaeki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TomohitoAndo
Copy link
Contributor Author

@YoshiRi @technolojin
Could you check this PR as a codeowner? 🙏

@TomohitoAndo TomohitoAndo enabled auto-merge (squash) February 18, 2025 23:09
@TomohitoAndo TomohitoAndo merged commit 83263b2 into autowarefoundation:main Feb 19, 2025
11 of 12 checks passed
TomohitoAndo added a commit to tier4/autoware_launch that referenced this pull request Feb 19, 2025
…ile (autowarefoundation#1331)

* chore(traffic_light_multi_camera_fusion): read parameters from yaml file

Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>

* style(pre-commit): autofix

* remove camera namespace parameter from config file

Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>

---------

Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants