How docking RQT_IMAGE_VIEW into a Dashboard
Hi Everybody!
Actually I'm trying to develop a Qt-Python GUI interface for a robot. My objective is to develop a Dashboard who visualizes 2 cameras using rqt_image_view plugin.
For other rqt_plugins based on Python is quite easy to integrate plugins into a Dashboard, but I want to insert the rqt_image_view plugin that is programmed with C++ language. My question is: How I can dock the C++ plugin in my Python based Dashboard?
I hope someone could help me.
Thanks!