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

fix(driving_environment_analyzer): add missing include files for autoware_universe_utils #212

Merged

Conversation

mitsudome-r
Copy link
Member

Description

This adds include declaration to many packages that are using functions from autoware_universe_utils.

This was found when I was working on removing Autoware.Universe dependencies from autoware_interpolation and autoware_motion_utils packages for Autoware Core porting activity. Currently, many packages seemed to include autoware_universe_utils header files via autoware_interpolation or autoware_motion_utils, and outputs a lot of errors when we modify autoware_interpolation and autoware_motion_utils package dependencies.

This PR will make sure that each package independently includes headers that they use in their code as a preparation.

How was this PR tested?

I have made sure that it builds without an error.

Notes for reviewers

None.

Effects on system behavior

None.

…ware_universe_utils

Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Copy link

Thank you for contributing to the Autoware project!

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

Please ensure:

@mitsudome-r mitsudome-r merged commit 92b3d78 into autowarefoundation:main Feb 11, 2025
25 checks passed
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.

2 participants