-
Notifications
You must be signed in to change notification settings - Fork 40
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
Incompatible Gazebo libraries after update #168
Comments
This works for ROS2 Jazzy Jalisco on Ubuntu 24.04 LTS with Gazebo Harmonic to get your plugins running:
However, as the structure of the OGRE installation is different from earlier versions and many of the libs weren't found during compile time, I created a new master I attached it here. Note that it isn't as sophisticated as yours and will likely work only with the setup I have which is the standard for ROS2 Jazzy, however. |
Thanks @OlegARinchov - I'll take a look. If the standalone and ROS 2 integrated Gazebo installations are inconsistent on Ubuntu 24.04 that is an issue that should be raised with OSRF. I imagine that is going to cause problems for others as well. |
I believe, it was changed intentionally given the statement in the ROS2 Jazzy release notes: |
On Gazebo Harmonic, after updating to the latest version, I get errors of the following type:
[ruby $(which gz) sim-1] gz sim server: symbol lookup error: /usr/lib/x86_64-linux-gnu/gz-physics-7/engine-plugins/libgz-physics-dartsim-plugin.so: undefined symbol: _ZNK3sdf3v148Geometry9ConeShapeEv
Recompiling works without issues, but during runtime, Gazebo crashes with the above error as the combination of the new library versions with OGRE-2.3.1 seems not to work any longer. Using it with OGRE-2.3.3 works for Gazebo, but then asv_wave_sim doesn't work (see issue #164 ).
The text was updated successfully, but these errors were encountered: