how to create a new model using Gazebo's xml language?
I following the tutorial http://gazebosim.org/tutorials?tut=ca... to save images on the disk. But I do not know what code can I use to custom model or the world. For instance, 1. how to change the filename of saved images? 2. how to save only one latest image always. Because I do not want there are millions of images in my disk hours later. So I just want to save the one image per second and replace the old image instead of new image each second with the same filename.