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

Remove Descartes dependency, use Shapely plotting functionality #52

Merged
merged 3 commits into from
Feb 4, 2023

Conversation

sea-bass
Copy link
Owner

@sea-bass sea-bass commented Jan 3, 2023

This PR removes the dependency on the Descartes package so we can use the latest version of Shapely for polygon representations and plotting those polygons.

However, this first requires shapely/shapely#1704 to be merged and pulled into the next Shapely release. So this PR is going to hang out for a bit here unless people want to source install my fork of Shapely.

EDIT: Shapely 2.0.1 came out so this is now good!

Closes #51.

pyrobosim/setup.py Outdated Show resolved Hide resolved
@sea-bass sea-bass marked this pull request as ready for review January 30, 2023 23:13
@sea-bass sea-bass merged commit ae440cf into main Feb 4, 2023
@sea-bass sea-bass deleted the shapely-plotting branch March 19, 2023 15:17
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.

Upgrade to Shapely 2.0 and remove Descartes dependency
1 participant