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 Gazebo with an empty world, add a box, select it, resize it, copy it and paste it.
I get the following assertion:
#!c++
gzclient: /build/buildd/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^CAL lib: (WW) alcCloseDevice: Releasing context 0x20e1460
This is happening on Gazebo 6.1.0 compiled from sources on Ubuntu Vivid.
The text was updated successfully, but these errors were encountered:
Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).
Building default from source it eventually works, but it takes longer than it should.
Building default from source, it doesn't crash, but the preview does not show up attached to the mouse, so you only see the result when you click on the screen. I confirmed it only works with scaled models.
Original report (archived issue) by Carlos Agüero (Bitbucket: caguero, GitHub: caguero).
Start Gazebo with an empty world, add a box, select it, resize it, copy it and paste it.
I get the following assertion:
This is happening on Gazebo 6.1.0 compiled from sources on Ubuntu Vivid.
The text was updated successfully, but these errors were encountered: