-
Notifications
You must be signed in to change notification settings - Fork 276
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
Failed to load system plugin [libgz-sim8-python-system-loader-system.so] : Could not find shared library. #2517
Comments
Sorry to see you ran into this. Unfortunately python bindings aren't installed with the vendor packages yet (gazebo-tooling/gz_vendor#2). If you don't need to use this with ROS, you can just install |
I'll go ahead and close this since it's tracked by the gz_vendor issue. |
@azeey Confirmed that running without sourcing ROS didn't cause any problem. I am trying to us ROS2 Jazzy with Gazebo Harmonic (which is the default pair). Binary ROS2 install and Source install of Gazebo Harmonic didn't cause such error. Installing both Jazzy and Harmonic with binary installation method did. Would it be solved later? |
I'm facing the exact same issue while trying to replicate the CartPole demo but using ROS2 Jazzy. |
Environment
apt
cart pole
example as well astest_system
exampleError message
[Err] [SystemLoader.cc:92] Failed to load system plugin [libgz-sim8-python-system-loader-system.so] : Could not find shared library.
Environment variables info
Other info
.so
file directly by adding/usr/lib/aarch64-linux-gnu/gz-sim-8/plugins
toGZ_SIM_SYSTEM_PLUGIN_PATH
<plugin filename="libgz-sim-python-system-loader-system.so" name="gz::sim::systems::PythonSystemLoader">
FYI, @mabelzhang
I will continue to wrestle with this but Please help! @azeey
The text was updated successfully, but these errors were encountered: