I encountered very strange behavior of Gazebo. I have the very simplest XACRO file:
Launch file:
And there is no any primitives drawn despite the fact that I get message about successful spawning:
`Spawn status: SpawnModel: Successfully spawned entity`. Moreover clicking on `car` model in `models` tab in Gazebo leads to an Ogre crash with the following error:
`gzclient: /build/ogre-1.9-B6QkmW/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`
Has someone ever faced the same issue? I use Gazebo 9.0.0.
↧