-
Notifications
You must be signed in to change notification settings - Fork 89
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
[gz_ros2_control-system] Could not find shared library #390
Comments
First of all, can you run the gz_ros2_control_demos successfully? |
Yes, they work correctly. |
You should cleanup the part from your snippet, why do you have several |
I had a similar problem where I could run the gz_ros2_control_demos without issue but when I tried to use my own URDF+launch files GZ threw the "Could not find shared library" error. Even Using the URDF from the examples with my launch script gave the same result. So I assume the problem is in my launch file. Turns out the shell var
This worked but I'm still not sure why the example launch has this set and mine does not. |
I also had a similar problem. In my case I think it was caused by using the gz_server.launch.py launch file. The launch file uses gzserver.cpp to just start a gz server. I don't encounter this problem when using the gz_sim.launch.py launch file which the demos use. |
I confirm it works. Thank you @n4495 for sharing your mitigation here. |
can confirm, this workaround seems to work for me. |
Hi!
I'm trying to get the tiago robot working inside harmonic with ros 2 jazzy and I'm having the following problem:
[gz-1] [Err] [SystemLoader.cc:92] Failed to load system plugin [gz_ros2_control-system] : Could not find shared library.
This is what I have in my ros2_control.urdf.xacro
In another simulator that I have in which I use a UR10 I have no problem putting it like that, but here there is no way and I have tried to call it in different ways.
Thank you so much!
The text was updated successfully, but these errors were encountered: