-
Notifications
You must be signed in to change notification settings - Fork 480
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
[Err] [ModelDatabase.cc:390] Unable to parse model.config for model[http://gazebosim.org/models/bin_4_dropping_task] #2934
Comments
|
Hello, thanks for your comment but I have already tried that without success! |
Hello, i got the same issue:
|
Hello, I also have this issue. I am not using any sdf models. It happens when I launch a URDF model with Gazebo, no matter how simple it is. I am running in a Docker container (if that matters). |
Hi, the same issue wth me when I launched a URDF model in gazebo: |
Same here. Any solution on this? |
Same here. I get this error: [Err] [ModelDatabase.cc:390] Unable to parse model.config for model[http://gazebosim.org/models/bin_4_dropping_task]. This is followed by many more errors of unable to load models and parse model.config files after waiting a while. Anyone has solved this yet? Edit: Running Ubuntu 18.04 on Oracle VirtualBox |
Temporary workaround I am using is: |
Same here. I am trying to launch from inside a docker container and @Giggus solution does not work for me :/ |
@nrkumar93 mine it's a workaround not a solution ;) In your Dockerfile:
where setup.sh is a file that you create which basically overrites the one that you got after installing gazebo.
Hope it helps |
Thanks @Giggus. that works |
Hello, thanks for the report and workarounds. I can look into the problem. Does anyone have a Dockerfile at hand to reproduce the problem? Which versions of Gazebo are you using? |
This might be the basic docker you could use which derives from nvidia docker image
Running Gazebo 9 |
Anyone has an solution for this? I'am still having this error too.. |
The same problem. |
I have the same problem too. Did you solve it? |
Not yet. Sad. You are also in ubuntu 16 and px4? |
git clone https://github.com/osrf/gazebo_models make GAZEBO_MODEL_DATABASE_URI to "" sudo vim /usr/share/gazebo/setup.sh cat /usr/share/gazebo/setup.sh export GAZEBO_MASTER_URI=http://localhost:11345 |
Perhaps we have found a solution. In my case, I got the following error output.
The http://gazebosim.org/models/ site apparently cannot be opened properly with a 404 error. As a solution, the following site seems to be normal at the moment. Set an environment variable to make this site do the downloading. So I re-set the environment variable with the following command.
And after running roslaunch, the models were downloaded securely under |
Hey guys,
I have been trying to load a DEM in gazebo just like it is shown on the Gazebo DEM tutorial. (http://gazebosim.org/tutorials)
Everytime I start Gazebo in the terminal it won't even show an error. It only shows the following error when I use --verbose in the command line: [Err] [ModelDatabase.cc:390] Unable to parse model.config for model[http://gazebosim.org/models/bin_4_dropping_task]
The URL does not exist when I try to open the link on the Internet.
Gazebo does actually open and it says the model is loaded but there is no model to find!
Does anyone know how to fix the problem ?
Thanks in advance,
Martin
The text was updated successfully, but these errors were encountered: