Skip to content

Commit 9662046

Browse files
quaglacopybara-github
authored andcommitted
Add vertex equality option.
PiperOrigin-RevId: 860299454 Change-Id: Iee436fbe4defd10750db1a63d2f36e7f57f33884
1 parent b913c52 commit 9662046

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dm_control/mjcf/schema.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1895,6 +1895,16 @@
18951895
<attribute name="flex" type="identifier"/>
18961896
</attributes>
18971897
</element>
1898+
<element name="flexvert" repeated="true" namespace="equality">
1899+
<attributes>
1900+
<attribute name="name" type="identifier"/>
1901+
<attribute name="class" type="reference" reference_namespace="default"/>
1902+
<attribute name="active" type="keyword" valid_values="false true"/>
1903+
<attribute name="solref" type="array" array_type="float" array_size="2"/>
1904+
<attribute name="solimp" type="array" array_type="float" array_size="5"/>
1905+
<attribute name="flex" type="identifier"/>
1906+
</attributes>
1907+
</element>
18981908
</children>
18991909
</element>
19001910
<element name="tendon">

0 commit comments

Comments
 (0)