Problems with rqt in C++ [Solved]
Hi mates!
I'm trying to create my own rqt package in c++ and I'm following the rqt tutorials, the rqtimageview package and the rqt_rviz package to do it.
When i use "catkinmake" I don't have problems, but when i try "rosrun rqtmypkg rqt_mypkg" or iniciate it with rqt interface i have this error:
[ERROR] [1428354457.786962509]: Failed to load nodelet [my_namespace/MyPlugin_0] of type [my_namespace/MyPlugin]: Could not find library corresponding to plugin my_namespace/MyPlugin. Make sure the plugin description XML file has the correct name of the library and that the library actually exists.
RosPluginlibPluginProvider::load_explicit_type(my_namespace/MyPlugin) failed creating instance
PluginManager._load_plugin() could not load plugin "my_namespace/MyPlugin": RosPluginlibPluginProvider.load() could not load plugin "my_namespace/MyPlugin"
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::lock_error> >'
pure virtual method called
terminate called recursively
Abortado (`core' generado)
Could you help me?
Asked by Chechu on 2015-04-06 16:18:06 UTC
Comments
Hey,
I am currently facing a very similar issue, did you manage to find a solution?
Asked by beginner on 2015-04-24 04:23:29 UTC
Hi mate, I found the solution, it was very simple. If you couldn't solve it, I can try to help you with it.
Asked by Chechu on 2015-05-16 04:42:55 UTC