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(autoware_utils_geometry): remove reference to hull_graham_andrew to build on Ubuntu Noble #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sloretz
Copy link

@sloretz sloretz commented Mar 25, 2025

Description

Call the non-strategy version of boost::geometry::convex_hull() for compatibility with newer versions of boost, specifically the one on Ubuntu Noble.

How was this PR tested?

I built it on Ubuntu Noble with ament/ament_cmake#571

Notes for reviewers

The graham_andrew strategy was explicitly removed from Boost's API (boostorg/geometry@1c9e193). It looks like the code is still used it internally from the detail namespace, but it's no longer a public API.

Effects on system behavior

I wouldn't expect any, but I'm out of my expertise here.

Could probably apply the same fix to autowarefoundation/autoware_universe#8982

Signed-off-by: Shane Loretz <sloretz@intrinsic.ai>
Copy link

Thank you for contributing to the Autoware project!

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

Please ensure:

@sloretz sloretz changed the title fix: Remove reference to hull_graham_andrew to build on Ubuntu Noble fix: remove reference to hull_graham_andrew to build on Ubuntu Noble Mar 25, 2025
@sloretz sloretz changed the title fix: remove reference to hull_graham_andrew to build on Ubuntu Noble fix(autoware_utils_geometry): remove reference to hull_graham_andrew to build on Ubuntu Noble Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant