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

Force UTM Zone to gracefully handle UTM boundaries #20

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

valschmidt
Copy link

This pull requests implements a new version of the fromLatLong() method that allows one to optionally specify the UTM zone explicitly. This functionality allows one to establish a single UTM zone for operations and prevents the need to change an entire reference frame on the fly as the robot passes across zone boundaries.

…en specified converts the geographic coordinates to the specified zone regardless of location. This facilitates robot navigation across UTM boundaries with a complete change of reference frame.
@jack-oquin
Copy link
Member

Seems like a good idea. Are there any unit tests for the new feature?

@valschmidt
Copy link
Author

valschmidt commented Aug 16, 2017 via email

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.

2 participants