-
Notifications
You must be signed in to change notification settings - Fork 152
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-sim plugin not loaded #362
Comments
@napat35253, which Gazebo version are you using ? Fortress? Garden ? |
I'm using Garden |
From the error messages, you may have Fortress installed instead of Garden (or may be both?). We changed |
@iche033 I've tried uninstall and re-install following this https://gazebosim.org/docs/garden/install_ubuntu tutorial but it seems to have the same issue. Also, I try to setup a docker container for this and it has the same issue |
I can concur but i have no extra information to add sadly. <plugin
filename="libgz-sim7-joint-state-publisher-system.so"
name="gz::sim::systems::JointStatePublisher">
</plugin> --> <plugin
filename="ignition-gazebo-joint-state-publisher-system"
name="ignition::gazebo::systems::JointStatePublisher">
</plugin> |
Just specify the gz version explicitly in the ros_gz_sim launch args |
Environment
Description
Steps to reproduce
ros_gz_sim
to launch the worldOutput
If I change the world file from for example
to
it seems to work but I'm not sure should this is the way to solve this problem or not.
The text was updated successfully, but these errors were encountered: