-
Notifications
You must be signed in to change notification settings - Fork 932
Added FromLLArray service #912
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
Added FromLLArray service #912
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Just a few minor things.
return true; | ||
} | ||
|
||
geometry_msgs::msg::Point NavSatTransform::fromLL( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This throws an exception now. I just want to make sure that we're catching it everywhere it's called. I haven't looked through the code to remind myself. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its called from:
- NavSatTransform::fromLLCallback
- NavSatTransform::fromLLArrayCallback
each of which does have it wrapped in a try catch
No problem. Each of your comments should be handled now |
Thanks! |
This is an update of #676 since that one seems to be abandoned.
This adds a service that allows conversions of lists of lat/lon pairs instead of having to request them one at a time.