Closed youtalk closed 6 days ago
Thank you for contributing to the Autoware project!
🚧 If your pull request is in progress, switch it to draft mode.
Please ensure:
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 29.60%. Comparing base (
9aab36b
) to head (02a81a4
). Report is 18 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
I will change this PR to PRs that move the packages one by one.
Description
Currently, in the awf/autoware Dockerfile, sensing/perception packages that are built with CUDA libraries are explicitly listed and built as follows.
https://github.com/autowarefoundation/autoware/blob/main/docker/Dockerfile#L273-L284
However, this approach has poor maintainability if packages are added or renamed in the future. Therefore, in this PR, these CUDA-related packages will be moved to the
perception/cuda
directory.Related links
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.