Skip to content
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

Crash when zero geometry scale is specified on SDF #2040

Closed
osrf-migration opened this issue Aug 30, 2016 · 6 comments
Closed

Crash when zero geometry scale is specified on SDF #2040

osrf-migration opened this issue Aug 30, 2016 · 6 comments
Assignees
Labels
all bug Something isn't working major rendering

Comments

@osrf-migration
Copy link

Original report (archived issue) by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


Console messages:

Error [Param.cc:452] Unable to set value [0.816657 0.15 -nan] for key[size]
Error [Param.cc:452] Unable to set value [16.0014 0.15 -nan] for key[size]
Error [Param.cc:452] Unable to set value [1.3 0.15 -nan] for key[size]
Error [Param.cc:452] Unable to set value [0.611781 0.15 -nan] for key[size]
Error [Param.cc:452] Unable to set value [2.116 0.15 -nan] for key[size]
Error [Param.cc:452] Unable to set value [0.625391 0.15 -nan] for key[size]
Error [Param.cc:452] Unable to set value [0.816657 0.15 -nan] for key[size]
Error [Param.cc:452] Unable to set value [16.0014 0.15 -nan] for key[size]
Error [Param.cc:452] Unable to set value [1.3 0.15 -nan] for key[size]
Error [Param.cc:452] Unable to set value [0.611781 0.15 -nan] for key[size]
Error [Param.cc:452] Unable to set value [2.116 0.15 -nan] for key[size]
Error [Param.cc:452] Unable to set value [0.625391 0.15 -nan] for key[size]
Error [Param.cc:452] Unable to set value [0.816657 0.15 -nan] for key[size]
Error [Param.cc:452] Unable to set value [16.0014 0.15 -nan] for key[size]
Error [Param.cc:452] Unable to set value [0.611781 0.15 -nan] for key[size]
Error [Param.cc:452] Unable to set value [2.116 0.15 -nan] for key[size]
Error [Param.cc:452] Unable to set value [0.625391 0.15 -nan] for key[size]
Error [Param.cc:452] Unable to set value [1.3 0.15 -nan] for key[size]
gzclient: /usr/include/OGRE/OgreAxisAlignedBox.h:252: void Ogre::AxisAlignedBox::setExtents(const Ogre::Vector3&, const Ogre::Vector3&): Assertion `(min.x <= max.x && min.y <= max.y && min.z <= max.z) && "The minimum corner of the box must be less than or equal to maximum corner"' failed.
@osrf-migration
Copy link
Author

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


  • Edited issue description

@osrf-migration
Copy link
Author

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


  • set version to "all"

@osrf-migration
Copy link
Author

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


Issue #2165 was marked as a duplicate of this issue.

@osrf-migration
Copy link
Author

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


The problem were geometry scales with a zero component. Made a pull request to remove those:

#!/osrf/gazebo_models/pull-requests/249/osrf-model-remove-visuals-and-collisions/diff

Still, gzclient shouldn't crash in that case. I'll change the issue's name to reflect that.

@osrf-migration
Copy link
Author

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


  • changed title from "Crash when inserting OSRF Elevator model" to "Crash when zero geometry scale is specified on SDF"

@chapulina
Copy link
Contributor

I believe this is addressed by :#2768 #2769 #2770

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
all bug Something isn't working major rendering
Projects
None yet
Development

No branches or pull requests

3 participants