File: nested_model.sdf

package info (click to toggle)
sdformat 9.3.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,708 kB
  • sloc: cpp: 42,166; python: 1,618; javascript: 704; ruby: 368; sh: 81; ansic: 37; makefile: 16
file content (16 lines) | stat: -rw-r--r-- 347 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<sdf version='1.6'>
<model name='top_level_model'>
  <link name='parent'/>
  <link name='child'/>
  <model name='nested_model'>
    <link name='nested_link01'/>
  </model>
  <joint name='top_level_joint' type='revolute'>
    <parent>parent</parent>
    <child>child</child>
    <axis>
      <xyz>1 0 0</xyz>
    </axis>
  </joint>
</model>
</sdf>