-
Notifications
You must be signed in to change notification settings - Fork 58
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_gnss_poser): depend on geographiclib through its Find module #313
fix(autoware_gnss_poser): depend on geographiclib through its Find module #313
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
hi @sloretz Thanks for improve the cmakelists file, Let me check it in autoware offcial docker 心刚 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #313 +/- ##
==========================================
- Coverage 78.75% 0.00% -78.76%
==========================================
Files 11 4 -7
Lines 193 272 +79
Branches 73 20 -53
==========================================
- Hits 152 0 -152
- Misses 11 272 +261
+ Partials 30 0 -30
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Shane Loretz <sloretz@intrinsic.ai>
83e21e8
to
7c138fc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution @sloretz
I have test your pr with AWF official devel docker image, and everything goes well .
Best regrads
心刚
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice improvement. LGTM
Description
This fixes building the
autoware_gnss_poser
package on Ubuntu Noble. I replaced all the find package stuff with using the find module provided by Geographic lib. The call totarget_link_libraries()
wasn't needed becauseament_auto_add_library()
automatically depends on it because the rosdep key name matches the find module name: geographiclibRelated links
Parent Issue:
How was this PR tested?
I'm building on Ubuntu Noble using ament/ament_cmake#571
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.