Cannot start gazebo??
I have downloaded the code using
- source /opt/ros/diamondback/setup.bash
- sudo apt-get install python-setuptools
- sudo easy_install rosinstall
- mkdir -p ~/ros-gazebo/workspace
- rosinstall ~/ros-gazebo /opt/ros/diamondback ~/ros-gazebo/workspace
- cd ~/ros-gazebo/workspace
- svn co https://code.ros.org/svn/ros-pkg/stac... simulator_gazebo
- source ~/ros-gazebo/setup.bash
- rosmake gazebo
The same procedure is also described in this post.
Now when i use 'roslaunch gazebo_worlds wg_world.launch' it gives me the following error.
/home/student/ros-gazebo/workspace/simulator_gazebo/gazebo/build/gazebo/build/server/gazebo: error while loading shared libraries: libparallel_quickstep.so: cannot open shared object file: No such file or directory
Any idea how to fix this problem??
PS: i have one instalation in /opt/ros. and this installation is in /home/ros-gazebo/workspace/simulator_gazebo/...