gazebosim / gazebosim/sdformat
Document design of DOM objects
Open
- Dominant language
- C++
- Stars
- 216
- Forks
- 125
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 14
Description
Several questions about the design of libsdformat's DOM objects have come up in discussions with @EricCousineau-TRI over time, including the following:
* Lifetime of DOM elements, lifetime or relationship
* role of semantics, why not just use xsd to generate structs
* How dynamic is the DOM? If you call SetPoseRelativeTo, does that modify the embedded ElementPtr? the PoseRelativeToGraph?
* Is the DOM a read-only interface to a model parsed from XML? Or would you construct a model programmatically from DOM objects?
Contributor guide
Assessment
This issue has not been assessed yet.