sdformat 0.1.0

Parsing library for sdformat in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<convert name="sdf">

  <convert name="world">
    <convert name="model">
      <unflatten/>
    </convert>
  </convert>

  <convert descendant_name="inertial">
    <convert name="pose">
      <remove_empty attribute="relative_to" />
    </convert>
  </convert>

</convert> <!-- End SDF -->