Skip to content

Commit

Permalink
Update troubleshooting.md to include multicast network configuration …
Browse files Browse the repository at this point in the history
…error. (#484)

Signed-off-by: aadith-warrier <69920978+aadith-warrier@users.noreply.github.com>
Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
aadith-warrier and azeey committed Aug 14, 2024
1 parent c5a131b commit 9c5d75b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions harmonic/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,13 @@ This message is printed out by Ogre 2 on initialization when it enumerates
through devices to query for EGL support. The warning is fine to ignore. Gazebo
should continue to operate without any issues.
### Network Configuration Issue
Improper network configuration can cause Gazebo to open a window and then become unresponsive. This issue can be diagnosed by running ```gz sim -v 4 shapes.sdf``` and checking for the following output:
```[GUI] [Dbg] [Gui.cc:343] GUI requesting list of world names. The server may be busy downloading resources. Please be patient.```
To fix this, enable multicast by following the steps at [ROS Enable Multicast](https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#enable-multicast).
## Windows
Expand Down

0 comments on commit 9c5d75b

Please sign in to comment.