I want to move the viewpoint while the "Viewer" is stopped

Hi
I’d like to request that it be stopped by’Ctrl + v’, but I also want to move the viewpoint at that time.

Hi there, this can be done by adding an additional call to self.gym.draw_viewer(self.viewer, self.sim, True) in the else statement on line 405 of vec_task.py.

2 Likes