-
Notifications
You must be signed in to change notification settings - Fork 140
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
gzserver Does not Find Some Gazebo Plugins #630
Comments
I tested this with a binary installation of v1.0.7 (jazzy) from the testing repository. The result is the same: using |
I encountered the same issue. Assuming it was an environment variable problem, I added the following, and it seems the loading is working correctly. ros_gz/ros_gz_sim/launch/gz_sim.launch.py.in Lines 43 to 96 in 5c1251a
However, there is still another problem.
|
Environment
Source - ad225a2
Description
gz_ros2_control-system
plugin and not report an error.Failed to load system plugin [gz_ros2_control-system] : Could not find shared library.
More information can be found in ros-controls/gz_ros2_control#390
Steps to reproduce
Use the following launch file (A slightly modified version of diff_drive_example.launch.py that uses gz_server.launch.py):
The text was updated successfully, but these errors were encountered: