You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is causing a fair bit of issue in the Open-RMF side of things where we use model names to build a cache of fuel models and I believe it is probably not indended behavior?
The text was updated successfully, but these errors were encountered:
@luca-della-vedova can you verify if this is still a problem. There was a caching issue on the Fuel server that was resolved last week which might have also fixed this. The URL for the ur5 model in the description no longer works for example.
The way I'm using to verify the issue is to look at the models page, since the model has been uploaded fairly recently it appears in the page as one of the latest ones:
Edit: Since the endpoint we are using in RMF is the one to list all the models I wonder if the behavior of this page is different from the searching that you tried?
It looks like listing the model of just that owner shows there's one model, but if I list all models, it shows two ur5_rg2 models owned by anni.
$ gz fuel list -v4 -t model -o anni
Fetching model list from https://fuel.gazebosim.org...
Received model list (took 5ms).
https://fuel.gazebosim.org
└── anni
└── ur5_rg2
1 owners, 1 models
$ gz fuel list -v4 -t model
Fetching model list from https://fuel.gazebosim.org...
Received model list (took 57653ms).
https://fuel.gazebosim.org
...
├── anni
│ ├── ur5_rg2
│ └── ur5_rg2
It seems two models with exactly the same name and author made it into the gazebo app portal:
Clicking each of them points to the same page https://app.gazebosim.org/anni/models/ur5_rg2.
This is causing a fair bit of issue in the Open-RMF side of things where we use model names to build a cache of fuel models and I believe it is probably not indended behavior?
The text was updated successfully, but these errors were encountered: