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
When loading a world-file into our gazebo component which includes a camera, I receive the following error:
terminate called after throwing an instance of 'Ogre::RenderingAPIException'
what(): OGRE EXCEPTION(3:RenderingAPIException): Zero sized texture surface on texture camera::link::camera_RttTex face 0 mipmap 0. Probably, the GL driver refused to create the texture. in GLTexture::_createSurfaceList at /build/ogre-1.9-mqY1wq/ogre-1.9-1.9.0+dfsg1/RenderSystems/GL/src/OgreGLTexture.cpp (line 421)
Attached you find a minimal example (simple ops file and corresponding world file) myfiles.zip
The text was updated successfully, but these errors were encountered:
Simple screen recording is not an option when the simulation time (realtime factor) changes during motion generation (eg. contacts slow down gazebo dramatically).
When loading a world-file into our gazebo component which includes a camera, I receive the following error:
terminate called after throwing an instance of 'Ogre::RenderingAPIException'
what(): OGRE EXCEPTION(3:RenderingAPIException): Zero sized texture surface on texture camera::link::camera_RttTex face 0 mipmap 0. Probably, the GL driver refused to create the texture. in GLTexture::_createSurfaceList at /build/ogre-1.9-mqY1wq/ogre-1.9-1.9.0+dfsg1/RenderSystems/GL/src/OgreGLTexture.cpp (line 421)
Attached you find a minimal example (simple ops file and corresponding world file)
myfiles.zip
The text was updated successfully, but these errors were encountered: