Skip to content

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

Merged

Conversation

JayHerpin
Copy link
Contributor

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.

Copy link
Collaborator

@ayrton04 ayrton04 left a 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(
Copy link
Collaborator

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. :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its called from:

  1. NavSatTransform::fromLLCallback
  2. NavSatTransform::fromLLArrayCallback

each of which does have it wrapped in a try catch

@JayHerpin
Copy link
Contributor Author

Thank you! Just a few minor things.

No problem. Each of your comments should be handled now

@ayrton04
Copy link
Collaborator

ayrton04 commented Feb 4, 2025

Thanks!

@ayrton04 ayrton04 merged commit 08500c4 into cra-ros-pkg:jazzy-devel Feb 4, 2025
1 check failed
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.

3 participants