File: nested_without_links_invalid.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 (12 lines) | stat: -rw-r--r-- 310 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
<sdf version='1.7'>
  <model name="nested_without_links_invalid">
    <link name="link"/>
    <model name="nested_without_links1">
      <model name="nested_without_links2">
        <model name="nested_without_links3">
          <frame name="F"/>
        </model>
      </model>
    </model>
  </model>
</sdf>