ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Jeongseok's profile - activity

2013-02-05 06:49:26 -0500 received badge  Famous Question (source)
2012-09-21 17:16:21 -0500 received badge  Notable Question (source)
2012-09-17 23:07:57 -0500 received badge  Popular Question (source)
2012-09-17 16:00:30 -0500 commented question Unable to find rendering system

I'm just trying to understand the inside code.

2012-09-17 14:41:17 -0500 asked a question Unable to find rendering system

Hello,

I got following error messages. What's the problem? I compiled the code on Ubuntu 12.04 and just run it.

Gazebo multi-robot simulator, version 1.0.2
Copyright (C) 2011 Nate Koenig, John Hsu, Andrew Howard, and contributors.
Released under the Apache 2 License.
http://gazebosim.org

Msg Waiting for master
Msg Connected to gazebo master @ http://localhost:11345
Exception [RenderEngine.cc:471] unable to find rendering system

Error [Rendering.cc:37] Failed to load the Rendering engine subsystem
unable to find rendering system
Exception [RenderEngine.cc:471] unable to find rendering system

Exception [Sensors.cc:39] Unable to load the rendering engine

terminate called after throwing an instance of 'gazebo::common::Exception'
Aborted (core dumped)
2012-09-15 19:10:56 -0500 received badge  Editor (source)
2012-09-15 19:10:02 -0500 asked a question can't run gzserver / gzclient (error while loading shared libraries)

Hello gazebo users,

I complied gazebo-1.0.2 according to the instruction on "http://www.gazebosim.org/wiki/install" (on Ubuntu 12.04)

However, I couldn't run gzserver or gzclient with following error message: gzserver: error while loading shared libraries: libgazebo_common.so.1: cannot open shared object file: No such file or directory

I check that the file "libgazebo_common.so.1" in usr/local/lib and other so files. What is the problem?

js