File: world_model_frame_same_name.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 (20 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" ?>
<sdf version='1.7'>
  <world name="world_model_frame_same_name">

    <model name="base">
      <pose>1 0 0 0 0 0</pose>
      <link name="L"/>
    </model>

    <model name="ground">
      <pose>0 2 0 0 0 0</pose>
      <link name="L"/>
    </model>

    <frame name="ground">
      <pose>0 0 3 0 0 0</pose>
    </frame>

  </world>
</sdf>