Skip to content
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

Regression in Resource Spawner in Harmonic #2486

Closed
azeey opened this issue Jul 19, 2024 · 1 comment · Fixed by #2490
Closed

Regression in Resource Spawner in Harmonic #2486

azeey opened this issue Jul 19, 2024 · 1 comment · Fixed by #2490
Assignees
Labels
bug Something isn't working

Comments

@azeey
Copy link
Contributor

azeey commented Jul 19, 2024

Environment

  • OS Version: Ubuntu 22.04
  • Source or binary build? Binary, 8.5.0

Description

  • Expected behavior: Resource spawner to work
  • Actual behavior: Clicking on any of the models to download them fails with the error [GUI] [Wrn] [ResourceSpawner.cc:589] Download failed. Try again.. Trying to spawn the model fails with the error
Error [SDF.cc:165] Tried to use callback in sdf::findFile(), but the callback is empty.  Did you call sdf::setFindCallback()?
[GUI] [Wrn] [Spawn.cc:381] Only model or light entities can be spawned at the moment.

I bisected gz-fuel-tools and found that the regression started in gazebosim/gz-fuel-tools#376

Steps to reproduce

  1. gz sim -v4 empty.sdf
  2. Add the ResourceSpawner gui plugin
  3. Try to download or spawn any model
@azeey azeey added the bug Something isn't working label Jul 19, 2024
@mjcarroll mjcarroll self-assigned this Jul 22, 2024
@mjcarroll
Copy link
Contributor

I have managed to reproduce and bisect to the same location. Working on a fix now.

@mjcarroll mjcarroll mentioned this issue Jul 22, 2024
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants