gazebosim / sdformat

Simulation Description Format (SDFormat) parser and description files.
http://sdformat.org
Apache License 2.0
169 stars 98 forks source link

Support removing the actor, light, or model from the root #1492

Closed nkoenig closed 2 weeks ago

nkoenig commented 1 month ago

🎉 New feature

Summary

The Root object didn't have a mechanism to clear/remove the actor, light, or model. This PR adds a Clear function that similar to the other Clear functions.

Test it

Tests have been added.

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.