Skip to content

Commit 399ef41

Browse files
quaglacopybara-github
authored andcommitted
Remove the Shell plugin and integrate it into the engine.
PiperOrigin-RevId: 760688502 Change-Id: I543c764be1316e1f9415b451f8446b9306d975b6
1 parent f9d7ae7 commit 399ef41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dm_control/mjcf/schema.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@
11941194
<attribute name="poisson" type="float"/>
11951195
<attribute name="thickness" type="float"/>
11961196
<attribute name="damping" type="float"/>
1197-
<attribute name="elastic2d" type="int"/>
1197+
<attribute name="elastic2d" type="keyword" valid_values="none bend stretch both"/>
11981198
</attributes>
11991199
</element>
12001200
<element name="contact" repeated="true">
@@ -1567,7 +1567,7 @@
15671567
<attribute name="poisson" type="float"/>
15681568
<attribute name="thickness" type="float"/>
15691569
<attribute name="damping" type="float"/>
1570-
<attribute name="elastic2d" type="int"/>
1570+
<attribute name="elastic2d" type="keyword" valid_values="none bend stretch both"/>
15711571
</attributes>
15721572
</element>
15731573
<element name="contact" repeated="true">
@@ -1740,7 +1740,7 @@
17401740
<attribute name="poisson" type="float"/>
17411741
<attribute name="thickness" type="float"/>
17421742
<attribute name="damping" type="float"/>
1743-
<attribute name="elastic2d" type="int"/>
1743+
<attribute name="elastic2d" type="keyword" valid_values="none bend stretch both"/>
17441744
</attributes>
17451745
</element>
17461746
</children>

0 commit comments

Comments
 (0)