-
Notifications
You must be signed in to change notification settings - Fork 899
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
navsat_transform crashes when broadcast_utm_transform is false #732
Labels
Comments
Thanks. Any chance you'd care to submit a PR? :) |
robotechvision
added a commit
to robotechvision/robot_localization
that referenced
this issue
Feb 25, 2022
…navsat_transform_node)
robotechvision
added a commit
to robotechvision/robot_localization
that referenced
this issue
Feb 25, 2022
ayrton04
pushed a commit
that referenced
this issue
Mar 2, 2022
Any solution for ros-noetic ? The navsat_transform.cpp is different for this version |
Noetic doesn't do parameter declaration, so I don't believe it should crash. What are you seeing in noetic? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Required Info:
Steps to reproduce issue
Run
navsat_transform_node
, settingbroadcast_utm_transform
to false or not setting it at all (or setting 'broadcast_cartesian_transform' instead).Expected behavior
Node runs normally without publishing utm transform
Actual behavior
Node crashes with message: parameter 'broadcast_utm_transform' has already been declared
Additional information
I believe this line was intended to be
instead of
The text was updated successfully, but these errors were encountered: