You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SDFGenerator code manually creates SDF elements instead of using the SDF DOM. The problem is that this code can be difficult to maintain, and it's missing some features.
Implementation suggestion
Update the SdfGenerator functions to use the SDF DOM objects. This should make the output consistent with other users of libsdformat, and can take advantage of SDF improvements as they are released without requiring additional updates to the SDFGenerator code.
The text was updated successfully, but these errors were encountered:
Desired behavior
The
SDFGenerator
code manually creates SDF elements instead of using the SDF DOM. The problem is that this code can be difficult to maintain, and it's missing some features.Implementation suggestion
Update the
SdfGenerator
functions to use the SDF DOM objects. This should make the output consistent with other users of libsdformat, and can take advantage of SDF improvements as they are released without requiring additional updates to theSDFGenerator
code.The text was updated successfully, but these errors were encountered: