Open osrf-migration opened 6 years ago
Original comment by Shane Loretz (Bitbucket: Shane Loretz, GitHub: sloretz).
Possibly related issues (contain text minimum corner
): #2454 #2294 #2040 #1236 #1715
Original comment by MarcZofka (Bitbucket: GzMRZ).
Hi,
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)
Hi,
Is there a fix for this bug? I'm using ros noetic and gazebo 11 and getting this crash
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.