File: model_frame_attached_to.sdf

package info (click to toggle)
sdformat 9.3.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,708 kB
  • sloc: cpp: 42,166; python: 1,618; javascript: 704; ruby: 368; sh: 81; ansic: 37; makefile: 16
file content (10 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" ?>
<sdf version='1.7'>
  <model name="model_frame_attached_to">
    <link name="L"/>
    <frame name="F00"/>                  <!-- VALID: Indirectly attached_to canonical link L via the model frame. -->
    <frame name="F0" attached_to=""/>    <!-- VALID: Indirectly attached_to canonical link L via the model frame. -->
    <frame name="F1" attached_to="L"/>   <!-- VALID: Directly attached_to link L. -->
    <frame name="F2" attached_to="F1"/>  <!-- VALID: Indirectly attached_to link L via frame F1. -->
  </model>
</sdf>