Skip to content

Commit 53c54d8

Browse files
yuvaltassacopybara-github
authored andcommitted
correct attribute values in flexcomp/edge/equality
PiperOrigin-RevId: 868250572 Change-Id: I17e488c925eb859d465c62383f11f79dbef91f1c
1 parent 3e48d13 commit 53c54d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dm_control/mjcf/schema.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@
12121212
</element>
12131213
<element name="edge" repeated="true">
12141214
<attributes>
1215-
<attribute name="equality" type="string" valid_values="true false"/>
1215+
<attribute name="equality" type="string" valid_values="false true vert"/>
12161216
<attribute name="solref" type="array" array_type="float" array_size="2"/>
12171217
<attribute name="solimp" type="array" array_type="float" array_size="5"/>
12181218
<attribute name="stiffness" type="float"/>
@@ -1591,7 +1591,7 @@
15911591
</element>
15921592
<element name="edge" repeated="true">
15931593
<attributes>
1594-
<attribute name="equality" type="string" valid_values="true false"/>
1594+
<attribute name="equality" type="string" valid_values="false true vert"/>
15951595
<attribute name="solref" type="array" array_type="float" array_size="2"/>
15961596
<attribute name="solimp" type="array" array_type="float" array_size="5"/>
15971597
<attribute name="stiffness" type="float"/>

0 commit comments

Comments
 (0)