Robotics StackExchange | Archived questions

Gazebo [process has died]

Hello. I use ros noetic and gazebo 11 on ubuntu 20.04 machine with AMD graphic card. When I run a launch file ,gazebo opens with the environment and robot I built and after a little bit my terminal shows me this message:

Segmentation fault (core dumped) [gazebo-2] process has died [pid 7810, exit code 139, cmd /opt/ros/noetic/lib/gazeboros/gzserver -u -e ode /home/nick/Documents/Semesters/Diploma/workspace/src/jackalkinovasimulator/jackalkinovagazebo/worlds/jkworkspace.world _name:=gazebo _log:=/home/nick/.ros/log/5e088ffc-b50e-11ed-a797-b77d95551661/gazebo-2.log]. log file: /home/nick/.ros/log/5e088ffc-b50e-11ed-a797-b77d95551661/gazebo-2*.log

What should I do? I can't continue my work...

Thanks

Asked by NickRos on 2023-02-25 08:19:57 UTC

Comments

Check if you got another gzserver running and kill it, then run the launch file again.

ps aux | grep gzserver

killa -9

Asked by Davies Ogunsina on 2023-02-26 17:55:11 UTC

Answers