File: model_multi_nested_model.sdf

package info (click to toggle)
sdformat 12.3.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,980 kB
  • sloc: cpp: 54,706; python: 3,729; javascript: 704; ruby: 366; sh: 97; ansic: 30; makefile: 16
file content (28 lines) | stat: -rw-r--r-- 796 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" ?>
<sdf version='1.7'>
  <model name="outer_model">
    <link name="outer_link"/>
    <joint name="outer_joint" type="fixed">
      <parent>world</parent>
      <child>outer_link</child>
    </joint>
    <frame name="outer_frame"/>
    <model name="mid_model">
      <pose>1 0 0 0 1.5707963267948966 0</pose>
      <link name="mid_link"/>
      <joint name="mid_joint" type="fixed">
        <parent>world</parent>
        <child>mid_link</child>
      </joint>
      <frame name="mid_frame"/>
      <model name="inner_model">
        <link name="inner_link"/>
        <joint name="inner_joint" type="fixed">
          <parent>world</parent>
          <child>inner_link</child>
        </joint>
        <frame name="inner_frame"/>
      </model>
    </model>
  </model>
</sdf>