-
Notifications
You must be signed in to change notification settings - Fork 31
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
plugin fail load #6
Comments
This is because different versions of moveit are used. Currently, the software released is based on libmoveit_Move_Group_Interface.so.0.9.15. But recently, ROS has been updated to version 0.9.18. We will adapt it in the near future. |
That's OK. Thank you very much! |
hi,Thank you for updating the package,but the updated software is baesed on llibmoveit_Move_Group_Interface.so.0.9.17.can you update it again in your spare time,thank you very much. |
Hi, I have update software to latest moveit version 0.9.18, please try again. |
Thank you very much for your respond |
The same problem( how to fix it? |
hi~ I also met the same problem, the Movement and IO bar can't be load. How do I solver this error? Should I turn down the version of libmoveit_move_group_interface.so.1.0.4? |
hello,When I run this command "roslaunch probot_bringup probot_anno_bringup.launch sim:=true"
Some errors in the rviz pluglib,as follows:
PluginlibFactory: The plugin for class 'probot_rviz_plugin/IO' failed to load. Error: Failed to load library /home/qiufeng/probot_anno_system/devel/lib//libprobot_rviz_plugin.so. Make sure that you are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that names are consistent between this macro and your XML. Error string: Could not load library (Poco exception = libmoveit_move_group_interface.so.0.9.15: cannot open shared object file: No such file or directory)
But I strictly follow the readme,and i copy libprobot_rviz_plugin.so to devel/lib fold,and my Operating system version Ubuntu linux 16.04,so Can you help me, thank you very much
The text was updated successfully, but these errors were encountered: