-
Notifications
You must be signed in to change notification settings - Fork 86
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
The symbol [GzPluginHook] is missing Error. #322
Comments
Can you please copy the full log up to the error, instead of trying to post a screenshot? thx. |
Thank you very much for the reply @christophfroehlich. `Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
|
Before exporting the path the error was: `Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
The plugin is working perfectly fine with the gz_ros2_control_demo models in same workspace. |
Hii,
I want to use this ROS2_control plugin with my custom created drone model. I am using PX4-Autopilot SITL for the simulation in gazebo garden. The PX4-SITL is working fine. But When I add
gz_ros2_control-system
plugin to sdf file, it gives this error.file:///home/mayur/Pictures/Screenshots/Screenshot%20from%202024-06-03%2016-53-33.png
I have built gz_ros2_contol package in separate workspace and my PX4-Autopilot is in a separate workspace.
I added the Path for the plugin file like this:
export GZ_SIM_SYSTEM_PLUGIN_PATH="/home/mayur/gz_ros2_control_ws/build/gz_ros2_control:$GZ_SIM_SYSTEM_PLUGIN_PATH"
But still, it gives this error. How can I use this plugin with my PX4-SITL?
Thank you & kind regards,
Mayur
The text was updated successfully, but these errors were encountered: