-
Notifications
You must be signed in to change notification settings - Fork 84
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
minic_joint_plugin doesn't support Ign gazebo version #111
Comments
@Chen-yanyi |
hi Dwen, thanks for your reply. My gazebo version is Ignition Fortress, and I'm loading xarm into my cobot, installing it on our mobile robot. I've already completed the setup launch files for the ignition version, and everything is fine. The main problem is controlling the xarm gripper in gazebo. I'm using the mimic joint plugin, but it doesn't support the ign gazebo version. I tried modifying it myself, but it wasn't successful. Do you have any good suggestions? |
[ruby $(which ign) gazebo-2] Library [/home/yeahychen/cobot_ws/install/roboticsgroup_upatras_gazebo_plugins/lib/libroboticsgroup_upatras_gazebo_mimic_joint_plugin.so] does not export any plugins. The symbol [IgnitionPluginHook] is missing, or it is not externally visible.
[ruby $(which ign) gazebo-2] Library [/home/yeahychen/cobot_ws/install/roboticsgroup_upatras_gazebo_plugins/lib/libroboticsgroup_upatras_gazebo_mimic_joint_plugin.so] does not export any plugins. The symbol [IgnitionPluginHook] is missing, or it is not externally visible.
[ruby $(which ign) gazebo-2] Library [/home/yeahychen/cobot_ws/install/roboticsgroup_upatras_gazebo_plugins/lib/libroboticsgroup_upatras_gazebo_mimic_joint_plugin.so] does not export any plugins. The symbol [IgnitionPluginHook] is missing, or it is not externally visible.
[ruby $(which ign) gazebo-2] Library [/home/yeahychen/cobot_ws/install/roboticsgroup_upatras_gazebo_plugins/lib/libroboticsgroup_upatras_gazebo_mimic_joint_plugin.so] does not export any plugins. The symbol [IgnitionPluginHook] is missing, or it is not externally visible.
[ruby $(which ign) gazebo-2] Library [/home/yeahychen/cobot_ws/install/roboticsgroup_upatras_gazebo_plugins/lib/libroboticsgroup_upatras_gazebo_mimic_joint_plugin.so] does not export any plugins. The symbol [IgnitionPluginHook] is missing, or it is not externally visible.
The
minic_joint_plugin
appears to be incompatible with the Ignition Gazebo version. Although I attempted to rewrite the plugin content to ensure compatibility with Ignition, it unfortunately didn't produce any results. I also observed that your launch and XACRO files accommodate options for the Ignition version. However, I couldn’t locate a corresponding_robot_beside_table_ignition.launch.py
file within the Gazebo launch directory. Have you considered addressing these two points in recent time?The text was updated successfully, but these errors were encountered: