-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Ignition Gazebo crashes on start (works in humble but not galactic) #104
Comments
What happens if you |
It solves the missing ODE lib error. The other errors are still there:
Here is the output of
|
I think this is related to conda-forge/libignition-gazebo-feedstock#27 . Can you try to run |
Doesn't change anything, still complains about not finding ogre2. But if I edit
|
After installing ogre 1.12.12 (with
|
Can you try to install ogre=1.10 instead? The ogre 1.12 issue is tracked in conda-forge/libignition-gazebo-feedstock#6 . |
The installation fails with:
|
Then I am afraid that at the moment it is not possible to use Ignition Gazebo and ROS2 in the same environment, see conda-forge/libignition-gazebo-feedstock#27 for more details. |
As you noticed the problem is the missing ogre2/ogre-next . Hopefully this is solved once conda-forge/staged-recipes#19384 is merged and we rebuilt Modern Gazebo (formerly known as Ignition Gazebo) with ogre2/ogre-next support. |
Hi @BenjaminNavarro, the issue is solved on ROS Humble, i.e. if you create an environment as:
launching At the moment ROS Galactic is not working as it is using Ignition/Gazebo Edifice (i.e. Ignition Gazebo 5). We could try to rebuild it with Ignition Gazebo 6, but Galactic is close to its EOL (it is a non-LTS release) so I wonder if for you it would work fine to use directly Humble for this. |
Great! Yes I can definitely switch to humble as I'm not particularly tied to galactic. I guess the issue can be closed then ? |
If you are ok with this, yes! |
I'd say let's leave it open so people are aware |
I just created a new environement and installed
ros-galactic-ros-ign-gazebo
.The installation went fine but running
ign gazebo
generate some errors in the console and the application crashes a second later.It seems that it failed to locate the ODE and Ogre 2 shared libs. I don't know if they are not installed or if its just the
LD_LIBRARY_PATH
that is not set correctly in order for the dynamic linker to find them.The text was updated successfully, but these errors were encountered: