Robotics StackExchange | Archived questions

Gazebo 9.0 Launching Issue

I have installed ros-melodic-gazebo9 in my desktop. It was successfully installed. When I am writing "gazebo" command to launch it, I am not able to launch. It is showing me error at sometime or sometimes nothing is happening. I am using Ubuntu 18.04 bionic and my desktop has "Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz". I have attached screenshot of the same. Please help me out.

Thanks in advance.

gazebo error1 gazebo error2

Asked by Smit Shah on 2020-10-16 14:38:48 UTC

Comments

For starters, try running gazebo --verbose so more log messages are printed out

Asked by wongrufus on 2020-10-18 22:43:23 UTC

Answers

I just got a similar issue. Not sure if yours is similar to mine so try running gazebo --verbose as wongrufus mentioned. I fixed it by running killall -9 gzserver to kill all the hidden gazebo processes running in the background before running gazebo again.

Asked by Danielz on 2020-10-20 12:43:11 UTC

Comments