File: 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 (18 lines) | stat: -rw-r--r-- 384 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" ?>
<sdf version="1.8">
  <!-- This is an example of an invalid file and should only contain one of
  model, actor or light-->

  <model name="model">
    <pose>0 0 0 0 0 0</pose>
    <link name="link"/>
  </model>

  <actor name="actor">
    <pose>0 0 0 0 0 0</pose>
  </actor>

  <light name="light" type="spot">
    <pose>2 0 0 3.14 0 0</pose>
  </light>
</sdf>