File: unrecognized_elements.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 (11 lines) | stat: -rw-r--r-- 409 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" ?>
<sdf version="1.6">
  <model name="joint_incorrect_tags" some_attribute="staheousth">
    <link name="link">
      <pose>0 0 1 0 0 0</pose>
      <not_a_link_element>This should trigger a warning</not_a_link_element>
    </link>
    <not_a_model_element>This should also trigger a warning</not_a_model_element>
  </model>
  <not_an_sdf_element>Warnings time</not_an_sdf_element>
</sdf>