-
-
Notifications
You must be signed in to change notification settings - Fork 469
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
Check for normalized quaternion before passing to Ogre #1142
Labels
Comments
This was referenced Aug 17, 2017
I've implemented this but I have a question regarding the license in the new validate_quaternions.h. Edit: I went with keeping it. I hope that's correct. |
StefanFabian
added a commit
to StefanFabian/rviz
that referenced
this issue
Nov 21, 2017
Apparently keeping "Willow Garage, Inc" (ros-visualization#1142) was not the right thing (ros-visualization#1113).
dhood
pushed a commit
that referenced
this issue
Dec 11, 2017
closed by #1167 |
130s
pushed a commit
to 130s/rviz
that referenced
this issue
Aug 21, 2024
…os-visualization#1142) Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> (cherry picked from commit fdf195771a948d510768ec2ccb08b0c78fdc2b14) Co-authored-by: Alejandro Hernández Cordero <alejandro@openrobotics.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As reported in #1137, crashes occur when non-normalized quaternions are passed through to Ogre.
A fix for one instance was implemented in #1139 but there are other parts in the codebase that are susceptible. Ideally the logic added in that PR would be factored out and reused in other places (as is done with validate_floats.h).
This would be a good task for someone new to the codebase if anyone is interested
The text was updated successfully, but these errors were encountered: