Skip to content
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

Open
qiufengxiaohe opened this issue Feb 27, 2020 · 7 comments
Open

plugin fail load #6

qiufengxiaohe opened this issue Feb 27, 2020 · 7 comments

Comments

@qiufengxiaohe
Copy link

qiufengxiaohe commented Feb 27, 2020

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

@huchunxu
Copy link
Member

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.

@qiufengxiaohe
Copy link
Author

That's OK. Thank you very much!

@qiufengxiaohe
Copy link
Author

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.
and i have some questions about your source files(C++) of your plugun,I can't find them,i only find libprobot_rviz_plugin.so in folder of lib,What is the file libprobot_rviz_plugin.so? Plugin.so? What is it used for?Is it the same as a C + + file?

@huchunxu
Copy link
Member

Hi, I have update software to latest moveit version 0.9.18, please try again.
This plugin provides a HMI, similar to a teaching device.We have not provide the source code of it. But the .so file already contains all the functions. After sourcing your workspace, it could be added into rviz by "Add panel".

@qiufengxiaohe
Copy link
Author

Thank you very much for your respond

@Artemkamax
Copy link

The same problem( how to fix it?

@NuBot-Cc
Copy link

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?
The class required for this panel, 'probot_rviz_plugin/Movement', could not be loaded.
Error:
Failed to load library /home/ly/PROBOT_Anno_ws/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.1.0.4: cannot open shared object file: No such file or directory)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants