Consider using sdformat parser
The most recent version of SDF is SDF 1.5 but SdfParser (SoftSdfParser will be merged to SdfParser) currently DART supports only SDF 1.4. Since SDF 1.4 and SDF 1.5 are not compatible we need a SDF parser which is aware of SDF version.
We could use sdf_parser in SDFormat to take the advantage of version conversion functionality and validity checking.
One downside would be adding SDFormat dependency to dart-utils-sdf (once #652 merged), which seems reasonable to me.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.