gzserver dies after roslaunching rrbot
I tried running the plugin camera sensor from tutorial: http://gazebosim.org/wiki/Tutorials/1...
After launching rviz:
roslaunch rrbot_description rrbot_rviz.launch
I get (in gazebo terminal):
[gazebo-1] process has died [pid 6887, exit code 139, cmd /home/wojciech/catkin_ws/src/gazebo_ros_pkgs/gazebo_ros/scripts/gzserver /home/wojciech/catkin_ws/src/gazebo_ros_demos/rrbot_gazebo/worlds/rrbot.world __name:=gazebo __log:=/home/wojciech/.ros/log/dc769250-24b1-11e3-ae77-78e400c426ae/gazebo-1.log].
log file: /home/wojciech/.ros/log/dc769250-24b1-11e3-ae77-78e400c426ae/gazebo-1*.log
If anyone knows or has any ideas what's wrong, please feel free to suggest. Many thanks!
I have the same problem. When my computer first boots up, I run the command rosluanch rrbot_gazebo rrbot_world.launch , it works well, then ctrl+C to kill the process and run the same command, the poblem orrured as you described. Have you found the way to deal with it?
I think to solve Menglords problem you just need to use the command "killall gzserver", it might be happening because Gazebo is not closing correctly so one way to deal with that is using the above command.
Yes, gzxerver sometimes fails to shut down. You should ask about this on http://answers.gazebosim.org/
was there ever a solution to this?