-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
ign gazebo empty.sdf fails to load and find library #219
ign gazebo empty.sdf fails to load and find library #219
Comments
|
Hi @mhl787156 - could you please try whether this works with the new packages ( |
I did a bit of digging - I was able to reproduce locally and found we need to backport gazebosim/gz-sim#1884 to cmdgazebo6.rb in https://github.com/conda-forge/libignition-gazebo-feedstock @mhl787156 - are you happy to open a pull request? |
/cc @traversaro |
Unfortunately there was already a protobuf migration libignition-gazebo, so beside backporting the patch we also need to do somehow at least a build with protobuf 5.28.2 . |
Actually we do not need to backport it, we just need to release a new version of ignition-gazebo6 . |
Hi @Tobias-Fischer and @traversaro thanks for looking into this. If I understand this right, not further actions are needed and just need to wait for the next release of robostack ignition-gazebo6? If thats right, is there an eta for release? We're teaching students this term and hoping this might solve our MacOSX woes... |
Sorry, the release of libignition-gazebo required a release of libignition-gui, that required a release of libignition-rendering, and so on so forth. The actions necessary are doing these releases, hopefully we are reaching the end of it. |
Anyhow Ignition Fortress (i.e. ignition-gazebo6) has its own problems with macOS, proper macOS support was only added in Gazebo Garden (i.e. gz-sim7), see gazebosim/gz-sim#1225 . Even in new version of Modern Gazebo however, there is unfortunately still no support upstream for |
Solution to issue cannot be found in the documentation.
Issue
Hi, I've been trying to set up a gazebo environment on my machine (X86 Windows + WSL2 with micromamba), but I'm having issues getting (ign) gazebo fortress to load properly.
My installation environment is simply:
After activating
gazebo_test
, I runign gazebo empty.sdf
which should load an empty world, but I get the following:Investigating more, it seems incapable of finding
empty.sdf
. Even if I give it the full path toempty.sdf
However! If I just run
ign gazebo
, the gazebo gui pops up and I can manually start empty.sdfI thought it might be a CLI problem, I tried running
ign gazebo --verbose empty.sdf
but still same error with no more verbosensess.Do you know what might be going on? I had a look through other issues and found no leads.
I'm not sure if repoducable as I do not have another machine to test on.
Let me know if you want any other information.
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: