"Save As" does not seem to work as expected in DRC Sim
Using Save As through the gui of DRC Sim ver. 1.3.1 seems to save the objects in the world using their initial location and orientation. A deleted object will also reappear at its initial location and orientation when the saved world is loaded again.
Steps I took:
- Opened the sim with an empty world.
- Added a box to the world.
- Saved the world, closed the sim, opened the saved world. The box was positioned where I had left it (expected behavior).
- I moved the box to a new location and changed the orientation (adjusted the yaw value) using the gui.
- Saved the world as a new world file, closed the sim, opened the newly saved world. The box was positioned in its original location and orientation (not expected behavior).
- I added a sphere to the world and did not move it. I also moved the box in a similar manner as before.
- Saved the world as a new world file, closed the sim, opened the newly saved world. The box was positioned in its original location and orientation (not expected behavior). The sphere was there and in its expected location.
- I deleted the box and moved the sphere to a new location.
- Saved the world as a new world file, closed the sim, opened the newly saved world. The box was there and was positioned in its original location and orientation (not expected behavior). The sphere was there and in its original location (not expected behavior).
Manually editing the world files (in my favorite text editor) resulted in expected changes including new location/orientation of objects and the addition/removal of objects.
Is this a new issue or is it related to this ticket? https://bitbucket.org/osrf/gazebo/issue/346/saving-world-file-does-not-include-changes
Thanks!