How to run rqt plugin individually?
Hi all,
I am currently working on a rqt plugin. The plugin is written in C++. By now the plugin can be loaded in the rqt GUI and is working. However, I have not found a way to debug my plugin from my Eclipse IDE.
Currently, I compile the rqt plugin as shared library. Is this the right way (I orientated my coding at the tutorials and other forum threads)? As long as I just have a shared library, I cannot debug my plugin in Eclipse (The attach to application feature is not working).
I would prefer to have an executable of my plugin that I can run with rosrun and debug in Eclipse. A further advantage would be, that the plugin could be used without the big rqt GUI. How do I have to setup my plugin, that it can be run individually?
Best regards.