I am creating my own GUI using tkinter in python. I want to embed the gazebo window in a frame of my gui, it is possible?
Thanks
I have tried with this examle
command = [“wmctrl”, “-i”, “-r”, gazebo_window_id, “-e”, “0,{},{},{},{}”.format(self.master.winfo_x(), self.master.winfo_y(), 600, 400)]
nothing cahnges
New contributor
Zebbra43 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.