Skip to content

Commit

Permalink
fix: only allow one inertial tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed May 30, 2024
1 parent 3517ca3 commit f7a060a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsd/urdf.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<!-- link node type -->
<xs:complexType name="link">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="inertial" type="inertial" />
<xs:element name="inertial" type="inertial" minOccurs="0" maxOccurs="1" />
<xs:element name="visual" type="visual" />
<xs:element name="collision" type="collision" />
</xs:choice>
Expand Down

0 comments on commit f7a060a

Please sign in to comment.