Problems with rqt in C++ [Solved] [closed]

asked 2015-04-06 16:18:06 -0500

Chechu gravatar image

updated 2015-05-16 05:11:43 -0500

Hi mates!

I'm trying to create my own rqt package in c++ and I'm following the rqt tutorials, the rqt_image_view package and the rqt_rviz package to do it.

When i use "catkin_make" I don't have problems, but when i try "rosrun rqt_mypkg 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?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by Dorian Scholz
close date 2015-06-24 15:18:42.181511

Comments

Hey,

I am currently facing a very similar issue, did you manage to find a solution?

beginner gravatar image beginner  ( 2015-04-24 04:23:29 -0500 )edit

Hi mate, I found the solution, it was very simple. If you couldn't solve it, I can try to help you with it.

Chechu gravatar image Chechu  ( 2015-05-16 04:42:55 -0500 )edit