Force UTM Zone to gracefully handle UTM boundaries#20
Open
valschmidt wants to merge 5 commits intoros-geographic-info:masterfrom
Open
Force UTM Zone to gracefully handle UTM boundaries#20valschmidt wants to merge 5 commits intoros-geographic-info:masterfrom
valschmidt wants to merge 5 commits intoros-geographic-info:masterfrom
Conversation
…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.
Member
|
Seems like a good idea. Are there any unit tests for the new feature? |
Author
|
There is not. Are there unit tests for the rest of the geodesy package that they could be based on?
Oh, BTW, I have noticed that I have a typo in this pull request. (I’m not sure how I did that.)
…-Val
UPDATE: This is fixed.
On Aug 13, 2017, at 12:18 PM, jack-oquin ***@***.***> wrote:
Seems like a good idea. Are there any unit tests for the new feature?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#20 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ACT018r20g0j1PMl4eOxnOfcE_hRsx5vks5sXyHYgaJpZM4Ot6x6>.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/ros-geographic-info/geographic_info","title":"ros-geographic-info/geographic_info","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in ***@***.*** in #20: Seems like a good idea. Are there any unit tests for the new feature?"}],"action":{"name":"View Pull Request","url":"#20 (comment)"}}}
------------------------------------------------------
Val Schmidt
Center for Coastal and Ocean Mapping / Joint Hydrographic Center
University of New Hampshire
Chase Ocean Engineering Lab
24 Colovos Road
Durham, NH 03824
e: vschmidt [AT] ccom.unh.edu
m: 614.286.3726
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.