Is it possible to screenshot a simulation using python? Like can I access the taskbar using my python script?
I'm trying to screenshot my gazebo simulation every so many time steps. Also, I'm trying to get an orthographic 2D view of the simulation when I screenshot. However, I want to achieve all of this programmatically using python. Thanks!