Display RViz in Tkinter window
Hello,
I'm creating my own Tkinter GUI to control an Omron LD-250 and I would like to display RViz into my Tkinter GUI. Is there a way to do this ? Thanks for your help.
Best regards,
librviz is the library to access RViz functions. there are examples with C++ and python (QT): https://docs.ros.org/en/indigo/api/rv.... the PythonQT examples are a good starting point.