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 (21 lines) | stat: -rw-r--r-- 534 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
<?xml version="1.0" ?>
<sdf version="1.8">
  <!-- This file is not valid because it contains multiple light elements which
  is not supported -->

  <light name="multiple_lights1" type="directional">
    <pose>0 0 0 0 0 0</pose>
    <direction>1 0 0</direction>
  </light>

  <light name="multiple_lights2" type="spot">
    <pose>1 0 0 1.57 0 0</pose>
    <direction>0 1 0</direction>
  </light>

  <light name="multiple_lights3" type="directional">
    <pose>2 0 0 3.14 0 0</pose>
    <direction>0 0 1</direction>
  </light>

</sdf>