ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Authur's profile - activity

2018-06-26 17:46:34 -0500 received badge  Famous Question (source)
2017-10-22 22:46:11 -0500 received badge  Notable Question (source)
2017-07-09 23:45:14 -0500 received badge  Popular Question (source)
2017-06-11 21:37:57 -0500 received badge  Famous Question (source)
2017-06-10 21:37:34 -0500 received badge  Nice Question (source)
2017-06-10 15:45:54 -0500 received badge  Notable Question (source)
2017-06-10 15:07:57 -0500 received badge  Student (source)
2017-06-10 15:07:51 -0500 received badge  Popular Question (source)
2017-03-13 05:35:53 -0500 asked a question QKeyEvent with ROS Rqt??

Hi everyone,

I want to get Keyboard state in Ros Rqt Plugin, I try to use QKeyEvent but it's not work. Although, when I try to use it in Qt Widgets Application, it's work.

I want to capture key state when program can do something else,

I follow that clip : here

My Code : here

Thanks you,

2017-03-08 03:26:23 -0500 commented question Create Rqt Plugin : Could not find library corresponding to plugin

Thank you, i got it. :D

2017-03-07 19:04:24 -0500 commented question Create Rqt Plugin : Could not find library corresponding to plugin

I got it, maybe because i'm wrong PLUGINLIB_DECLARE_CLASS in testapp.cpp : namespace, objectname should like in plugin xml?

2017-03-07 18:14:48 -0500 commented question Create Rqt Plugin : Could not find library corresponding to plugin

Thank you very much. I can run this app, but i have to cd catkin_workspace and source devel/setup.bash whenever i want run it. What should i do?

2017-03-07 02:14:41 -0500 asked a question Create rqt plugin : Could not find library corresponding to plugin

Hi everyone, I try to create basic rqt plugin by C++. I follow tutorial and rqt_image_view plugin, i checked multiple times my files, and follow these topics : 1. http://answers.ros.org/question/24664... 2. http://answers.ros.org/question/95091...

But still not solve my problem :

[ERROR] [1488872808.378775428]: Failed to load nodelet [TestApp_1] of type [TestApp]: Could not find library corresponding to plugin TestApp. Make sure the plugin description XML file has the correct name of the library and that the library actually exists.RosPluginlibPluginProvider::load_explicit_type(TestApp) failed creating instance PluginManager._load_plugin() could not load plugin "TestApp": RosPluginlibPluginProvider.load() could not load plugin "TestApp"

Here is my code,

Thanks you,

2017-03-07 02:14:40 -0500 asked a question Create Rqt Plugin : Could not find library corresponding to plugin

Hi everyone, I try to create basic rqt plugin by C++. I follow tutorial and rqt_image_view plugin, i checked multiple times my files, and follow these topics : 1. http://answers.ros.org/question/24664... 2. http://answers.ros.org/question/95091...

But still not solve my problem :

[ERROR] [1488872808.378775428]: Failed to load nodelet [TestApp_1] of type [TestApp]: Could not find library corresponding to plugin TestApp. Make sure the plugin description XML file has the correct name of the library and that the library actually exists.RosPluginlibPluginProvider::load_explicit_type(TestApp) failed creating instance PluginManager._load_plugin() could not load plugin "TestApp": RosPluginlibPluginProvider.load() could not load plugin "TestApp"

Here is my code,

Thanks you,