I was following [this](http://gazebosim.org/tutorials?tut=ros_roslaunch&cat=connect_ros) tutorial, but as i enter: `roslaunch my_robot_gazebo my_robot.launch`, i cant see the world in gazebo. When i enter: `env | grep GAZEBO_RESOURCE_PATH`, i cant see the gazebo in that path, when i checked my gazebo-2.2 was inside usr/share/local instead of /usr/local/share. I am using ros indigo. Befor this i have installed gazebo4 and than again uninstalled it as i knew ros indigo already provides gazebo2.2. Now i am this type of errors, what should i do? I am using ros indigo, ubuntu 14.04.
I get this kind of error:
Error [Plugin.hh:149] Failed to load plugin libbaxter_gazebo_ros_control.so: libbaxter_gazebo_ros_control.so: cannot open shared object file: No such file or directory
[ INFO] [1471917982.987872624, 8.255000000]: GazeboRosVideo (gzserver, ns = /) has started!
Segmentation fault (core dumped)
[gazebo_gui-2] process has died [pid 13712, exit code 139, cmd /opt/ros/indigo/lib/gazebo_ros/gzclient __name:=gazebo_gui __log:=/home/dinesh/.ros/log/27d050ae-68d6-11e6-adb7-5c260a2762ef/gazebo_gui-2.log].
log file: /home/dinesh/.ros/log/27d050ae-68d6-11e6-adb7-5c260a2762ef/gazebo_gui-2*.log
Warning [Publisher.cc:134] Queue limit reached for topic /gazebo/default/pose/local/info, deleting message. This warning is printed only once.
and only getting black screen in gazebo. I would be really happy if i could see that pr2 and baxter robot inside the gazebo like in tutorial, but getting errors for long time. Whe ni run `rosrun gazebo_ros spawn_model -file `rospack find baxter_description`/urdf/baxter.urdf -urdf -z 1 -model baxter` gazebo stops running.
↧