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

[Enhancement] Add ability for AStar to accept both UTM and GPS coords #348

Open
ClayJay3 opened this issue Nov 19, 2024 · 0 comments
Open
Assignees
Labels
2-Star Indicates a relatively easy task, requiring some basic skills or knowledge but still accessible. enhancement Requests for new features or improvements to existing features.

Comments

@ClayJay3
Copy link
Collaborator

Why Is This Enhancement Needed?

Improve flexibility of AStar path planner by allowing all functionalities to accept either a UTMCoordinate or GPSCoordinate. This will make state machine code more compact and cleaner since all geoops conversions will happen on a lower level.

Proposed Solution

Overload all methods and convert coordinates internally.

Additional Context

No response

@ClayJay3 ClayJay3 added enhancement Requests for new features or improvements to existing features. 2-Star Indicates a relatively easy task, requiring some basic skills or knowledge but still accessible. labels Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2-Star Indicates a relatively easy task, requiring some basic skills or knowledge but still accessible. enhancement Requests for new features or improvements to existing features.
Projects
Status: Ready
Development

No branches or pull requests

2 participants