-
Notifications
You must be signed in to change notification settings - Fork 104
Description
Hello,
I’m experiencing an issue where Gazebo’s GUI never loads and stays stuck on the message:
“Gazebo GUI requesting list of world names. The server may be busy downloading resources. Please be patient.”
Even after waiting several minutes, the simulation does not start, and the world is not displayed.
System Information:
OS: Ubuntu 22.04 (Jammy)
ROS 2 distro: Humble
Gazebo version: Fortress (Ignition Gazebo 6.17.0)
Graphics: Mesa Intel(R) Xe Graphics (TGL GT2)
Rendering backends installed: libignition-rendering6-ogre1, libignition-rendering6-ogre2
Steps to Reproduce:
Installed Gazebo Fortress via:
sudo apt install ignition-fortress
Ran:
ign gazebo ~/worlds/empty.world
The GUI window opens but remains stuck showing:
Gazebo GUI requesting list of world names. The server may be busy downloading resources.
What I’ve Tried:
Running with verbose mode (-v 4)
Running server-only mode (ign gazebo -s)
Reinstalling gazebo, ros-gz-sim, and ignition rendering dependencies
Verified OpenGL rendering (glxinfo shows Mesa Intel Xe Graphics working correctly)
Checked that ign and gz binaries are accessible in /usr/bin/
Expected Behavior:
Gazebo GUI should connect to the server and display the simulation world (e.g., empty.world).
Actual Behavior:
GUI hangs indefinitely at the “requesting list of world names” message.
Additional Notes:
It seems like the client GUI and the simulation server are unable to communicate locally. Any guidance on debugging or configuration checks (e.g., environment variables, port settings) would be appreciated.