-
Notifications
You must be signed in to change notification settings - Fork 466
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
RViz may crash when TF's childFrameId is " " #1699
Comments
I cannot confirm these issues: When sending a child frame with a non-printable control character in its name (e.g. |
It's not empty, it's a space. |
Thanks for clarification. Now, I was able to reproduce the issue and the fix was trivial: #1700 |
|
No. That's about interpretation of chars in your programming language:
|
crash fixed via #1700. |
When the childframeid of TF is ' ' and subscribed, RViz will crash.
When the childframeid of TF is '\a' or '\e' or other strings starting with' \ ',Abnormal display of RViz.
Your environment
The text was updated successfully, but these errors were encountered: