Skip to content

Conversation

SPDonaghy
Copy link
Contributor

Description

This is just a helper function I'd like to use in my implementation of obstacle tracking by the OMPLPath module.

I created a function that converts a given shapely Polygon in XY coordinates to LatLon coordinates.

The purpose is to convert the XY state space into a LatLon region that can be used to then query for nearby land obstacles (which are all stored in LatLon)

Verification

  • Created a unit test that uses the tried and true latlon_to_xy to verify the conversion of a poylgon.

@SPDonaghy SPDonaghy merged commit 09a5773 into main Mar 12, 2025
10 checks passed
@SPDonaghy SPDonaghy deleted the user/SPDonaghy/xy_polygon_to_latlon_polygon branch March 12, 2025 03:10
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