Hello everyone
I want to know how I can close my rqt plugin when I push a button on it.
I tried with exit(0) but it close the plugin like if it was an error in a thread (My plugin doesn't use threads) and the last thing I tried was widget.close() but this one close the widget but rqt main window continues running.
I will appreciate any help.Thanks
↧