File: world_include_with_interface_api.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 (14 lines) | stat: -rw-r--r-- 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" ?>
<sdf version="1.8">
  <world name="default">
    <include>
      <!-- This file is in test/integration/model/. The search directory has to be set by the test -->
      <uri>double_pendulum.toml</uri>
      <pose>1 0 0 0 0 0</pose>
      <extra>
        <info1>value1</info1>
        <info2>value2</info2>
      </extra>
    </include>
  </world>
</sdf>