-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requsting List of world names #230
Comments
This happens when the simulator is trying to download models from our 3D models server. We observed intermittent download failures recently and have upgraded the server instance. You can try launching the simulator again. If you still run into the same issue, can you check the the version of your dpkg -l | grep libignition-fuel-tools7-dev Make sure it's the latest version 7.2.0. If not, update the package: sudo apt udpate
sudo apt install libignition-fuel-tools7-dev After that, try launching the simulator again. |
I followed the same steps, still receiving the same error |
Are you using source build or docker? What command did you run to launch simulation? |
I tried both and I got the same error. The command I tried as mentioned here: https://github.com/osrf/mbzirc/wiki/Running-the-Demo for example, |
I'll need to see more of the console output to know what the issue is. Can you try just launching a simple gazebo world without MBZIRC and see if the simulator is working for you? e.g.
or
|
oh it could be that it's just taking a while to download the MBZIRC models. You can run the following to pre-download all the models to local cache ( ign fuel download -v 4 -j 8 --type model -u "https://fuel.ignitionrobotics.org/OpenRobotics/collections/mbzirc" After that, try launching mbzirc simulator. It can take a while to load all the assets into simulation, up to 1 minute depending on your machine. |
after finishing setup and running the simulation, this problem arises.
The text was updated successfully, but these errors were encountered: