Skip to content

Commit f9d7ae7

Browse files
quaglacopybara-github
authored andcommitted
Add deformable/flex/elasticity to dm_control schema.
PiperOrigin-RevId: 759132771 Change-Id: I6c740fb347bd77315765ed904199af4232a01cef
1 parent 4eb68b3 commit f9d7ae7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dm_control/mjcf/schema.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,6 +1734,15 @@
17341734
<attribute name="activelayers" type="int"/>
17351735
</attributes>
17361736
</element>
1737+
<element name="elasticity" repeated="true">
1738+
<attributes>
1739+
<attribute name="young" type="float"/>
1740+
<attribute name="poisson" type="float"/>
1741+
<attribute name="thickness" type="float"/>
1742+
<attribute name="damping" type="float"/>
1743+
<attribute name="elastic2d" type="int"/>
1744+
</attributes>
1745+
</element>
17371746
</children>
17381747
</element>
17391748
<element name="skin" repeated="true" namespace="deformable">

0 commit comments

Comments
 (0)