Reset model poses in a python script
Hi!
I wrote a script with a for loop, where inside I navigate a robot and save the camera output/trajectories.
At the end of the loop I would like to reset the poses of the model, but unfortunately trying
self.reset = rospy.Publisher("gazebo/reset_models", Empty, queue_size=10)
self.reset.publish(Empty())
does not work. Do you have an idea on what might work there? Thanks!