roslaunch error [gazebo-1] process has died
Hello guys, I'm following this tutorial on gazebo 1.9 http://gazebosim.org/wiki/Tutorials/1.9/ROS_Motor_and_Sensor_Plugins but when I type: roslaunch rrbotgazebo rrbotworld.launch
it gives me this error
Msg Connected to gazebo master @ http://127.0.0.1:11345
Msg Publicized address: 172.20.242.19
[INFO] [WallTime: 1398703874.946736] [0.207000] Spawn status: SpawnModel: Successfully spawned model
[urdf_spawner-3] process has finished cleanly
log file: /home/a2ur4/.ros/log/7e4dd822-cef3-11e3-85cd-001bb1f663f3/urdf_spawner-3*.log
Segmentation fault (core dumped)
[gazebo-1] process has died [pid 21117, exit code 139, cmd /opt/ros/hydro/lib/gazebo_ros/gzserver /home/a2ur4/catkin_ws/src/gazebo_ros_demos/rrbot_gazebo/worlds/rrbot.world __name:=gazebo __log:=/home/a2ur4/.ros/log/7e4dd822-cef3-11e3-85cd-001bb1f663f3/gazebo-1.log].
log file: /home/a2ur4/.ros/log/7e4dd822-cef3-11e3-85cd-001bb1f663f3/gazebo-1*.log
[gazebo_gui-2] process has finished cleanly
log file: /home/a2ur4/.ros/log/7e4dd822-cef3-11e3-85cd-001bb1f663f3/gazebo_gui-2*.log
all processes on machine have died, roslaunch will exit
shutting down processing monitor...
... shutting down processing monitor complete
done
How can I resolve? Thanks to all
Asked by Il_Voza on 2014-04-28 12:02:52 UTC
Answers
I had the same issue, I dont know exactly why but when I wrote these commands below and then run my gazebo launch it worked
sudo killall rosmaster
sudo killall gzserver
sudo killall gzclient
Asked by brilliant on 2020-11-15 22:47:54 UTC
Comments
This worked for me! Thanks
Asked by Ahmed Elaraby on 2022-03-14 20:45:37 UTC
Comments