Pass arguments to rqt plugin in gdb
How I can pass arguments to a rqt plugin within gdb
% gdb python
(gdb) run $YOUR_RQT_GUI_HOMEDIR$/bin/rqt_gui
: (usual gdb usage)
With the code above I can start the rqt_plugin, but without arguments