-
Notifications
You must be signed in to change notification settings - Fork 689
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(autoware_map_height_fitter): find PCL package after autoware_package() is called #10070
fix(autoware_map_height_fitter): find PCL package after autoware_package() is called #10070
Conversation
…age() is called Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10070 +/- ##
==========================================
- Coverage 28.33% 28.32% -0.02%
==========================================
Files 1485 1489 +4
Lines 111092 111141 +49
Branches 43152 43153 +1
==========================================
Hits 31483 31483
- Misses 76588 76637 +49
Partials 3021 3021
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…age() is called (#10070) Signed-off-by: Ryohsuke Mitsudome <[email protected]>
…age() is called (autowarefoundation#10070) Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Description
This package fails to build with the autoware_utils 1.1.0.
(This package depends on autoware_utils via autoware_lanelet2_extension)
Since autoware_utils is now depending on pcl as well, it overwrites some of PCL related CMAKE variables.
In order to only import intended modules, PCL should be included after calling autoware_package().
Related links
How was this PR tested?
I have tested locally that the build passes without an error.
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.