Hello everybody, I am experiencing another problem with gazebo. I am running a 64 bit Ubuntu 12.04 lts with ros hydro. After performing today's updates I tried to run the simulation I was working to and I got the following loading message
gzserver: symbol lookup error: /opt/ros/hydro/lib/libgazebo_ros_api_plugin.so: undefined symbol: _ZN3ros7console5printEPNS0_10FilterBaseEPN7log4cxx6LoggerENS0_6levels5LevelEPKciS9_S9_z
Msg Waiting for master.[gazebo-2] process has died [pid 8366, exit code 127, cmd /opt/ros/hydro/lib/gazebo_ros/gzserver /home/mago/Development/Repository/ROS/labrob_hydro_hetcont/src/ugv_gazebo/worlds/ugv.world __name:=gazebo __log:=/home/mago/.ros/log/6606f8d8-86ab-11e3-96db-8ca9821c9902/gazebo-2.log].
log file: /home/mago/.ros/log/6606f8d8-86ab-11e3-96db-8ca9821c9902/gazebo-2*.log
I thought was a problem of a plugin and I commented out all the plugins from the sdf file. However the problem is not solved.
I have found the following two questions but they did not solve my issue:
http://answers.ros.org/question/121266/undefined-symbol/ http://answers.ros.org/question/120541/problem-of-running-rosrun-turtlesim-turtlesim_node/?answer=120596#post-id-120596
Please help