You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.
Start the attached world paused gazebo --pause tmp_collapse.world
When the client starts, unpause the world
The gazebo GUI will crash with the following error.
gzclient: /build/ogre-1.9-mqY1wq/ogre-1.9-1.9.0+dfsg1/OgreMain/include/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.
This happens because the posotion of an object becomes NaN. Either it should be caught before it's sent to the client, or the client should check values for NaN before using them.
The text was updated successfully, but these errors were encountered:
actually this bug also occurs within our simulation:
#!bash
gzclient: /build/ogre-1.9-mqY1wq/ogre-1.9-1.9.0+dfsg1/OgreMain/include/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.
^C^CAborted (core dumped)
Original report (archived issue) by Shane Loretz (Bitbucket: Shane Loretz, GitHub: sloretz).
The original report had attachments: tmp_collapse.world
gazebo --pause tmp_collapse.world
The gazebo GUI will crash with the following error.
This happens because the posotion of an object becomes
NaN
. Either it should be caught before it's sent to the client, or the client should check values forNaN
before using them.The text was updated successfully, but these errors were encountered: