-
Notifications
You must be signed in to change notification settings - Fork 5
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
Loading empty meshes as render geometry causes a hard crash. #25
Comments
empty.iv
file as a render mesh causes a hard crash.
This issue also occurs with empty STL files, such as the following: https://www.dropbox.com/s/whja8woux0xk4i8/empty.stl?dl=0
|
I can easily fix this for Unfortunately, this isn't as easy for I'm not sure if it's worth it to add the
|
The I agree that fixing this for STLs might be something we have to send upstream. |
You're right. My understanding was that |
when the user adds a "RobotModel" display, what happens in RVIZ when the URDF includes an empty |
@mklingen: I'm not sure, it either loads nothing or falls back on a collision mesh. I guess it makes sense to try and keep the same logic here. |
The attached
empty.iv
file, when loaded in or_rviz, crashes OGRE when used as a render mesh. It works fine in OpenRAVE'sqtcoin
viewer.https://gist.github.com/psigen/19d7fe6d9c8d5c824a3d
The text was updated successfully, but these errors were encountered: