Gazebo | Ignition | Community
Ask Your Question
0

Cloudsim/Softlayer: gzclient fails to launch on OCU

asked 2013-05-28 11:38:16 -0500

cga gravatar image

After running on the local OCU:

. ros.bash

I have shell variables (printenv | grep GAZ)

GAZEBO_MASTER_URI=http://10.0.0.51:11345

GAZEBO_IP=11.8.0.2

The gzclient launch fails, on a machine that can happily run gazebo locally.

Gazebo multi-robot simulator, version 1.8.0
Copyright (C) 2013 Open Source Robotics Foundation.
Released under the Apache 2 License.
http://gazebosim.org

Msg Waiting for master
Msg Connected to gazebo master @ http://10.0.0.51:11345
Msg Publicized address: 11.8.0.2
Exception [RenderEngine.cc:579] unable to find OpenGL rendering system. OGRE is probably installed incorrectly. Double check the OGRE cmake output, and make sure OpenGL is enabled.

Error [Rendering.cc:38] Failed to load the Rendering engine subsystem
unable to find OpenGL rendering system. OGRE is probably installed incorrectly. Double check the OGRE cmake output, and make sure OpenGL is enabled.
Warning [ModelDatabase.cc:117] GAZEBO_MODEL_DATABASE_URI not set
Warning [ModelDatabase.cc:117] GAZEBO_MODEL_DATABASE_URI not set
Warning [ModelDatabase.cc:202] Unable to connect to model database using [//database.config]. Only locally installed models will be available.
Error [parser.cc:99] Unable to load file[]
Warning [parser.cc:499] XML Attribute[version] in element[sdf] not defined in SDF, ignoring.
Error [parser.cc:719] XML Element[model], child of element[sdf] not defined in SDF. Ignoring.[]
Warning [parser.cc:427] Unable to parse sdf element[]
Error [parser.cc:337] parse as sdf version 1.4 failed, should try to parse as old deprecated format
Error [SDF.cc:1646] Unable to parse sdf string[<sdf version="1.4"><model name="building_template_model"><pose>0 0 0.0 0 0 0</pose><link name="link"><collision name="collision"><geometry><box><size>1.0 1.0 1.0</size></box></geometry></collision><visual name="visual"><pose>0 0 0.0 0 0 0</pose><geometry><box><size>1.0 1.0 1.0</size></box></geometry><material><script><uri>file://media/materials/scripts/gazebo.material</uri><name>Gazebo/Grey</name></script></material></visual></link><static>true</static></model></sdf>]
Error [WindowManager.cc:96]  Unable to create the rendering window
Error [WindowManager.cc:96]  Unable to create the rendering window
Error [WindowManager.cc:96]  Unable to create the rendering window
Error [WindowManager.cc:96]  Unable to create the rendering window
Error [WindowManager.cc:96]  Unable to create the rendering window
Error [WindowManager.cc:96]  Unable to create the rendering window
Error [WindowManager.cc:96]  Unable to create the rendering window
Error [WindowManager.cc:96]  Unable to create the rendering window
Error [WindowManager.cc:96]  Unable to create the rendering window
Error [WindowManager.cc:96]  Unable to create the rendering window
Exception [WindowManager.cc:103] Unable to create the rendering window

Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt. You must
reimplement QApplication::notify() and catch all exceptions there.

terminate called after throwing an instance of 'gazebo::common::Exception'
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-05-28 11:58:10 -0500

gerkey gravatar image

Looks like you didn't source the usual /usr/share/drcsim/setup.sh on the OCU, which resulted in bad/unset Gazebo/OGRE paths. I've added that to the User Guide and opened a ticket to add that line to the generated router/ros.bash.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-05-28 11:38:16 -0500

Seen: 550 times

Last updated: May 28 '13