Skip to content

Commit 40043f0

Browse files
yuvaltassacopybara-github
authored andcommitted
Add compiler/alignfree and freejoint/align attributes to the mjcf schema.
PiperOrigin-RevId: 671359012 Change-Id: I0cd52997faa325c6aec35085d2d088767ca255c9
1 parent ba71e7d commit 40043f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dm_control/mjcf/schema.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<attribute name="inertiafromgeom" type="keyword" valid_values="false true auto"/>
2626
<attribute name="inertiagrouprange" type="array" array_type="int" array_size="2"/>
2727
<attribute name="exactmeshinertia" type="keyword" valid_values="false true"/>
28+
<attribute name="alignfree" type="keyword" valid_values="false true"/>
2829
</attributes>
2930
<children>
3031
<element name="lengthrange">
@@ -1422,6 +1423,7 @@
14221423
<attributes>
14231424
<attribute name="name" type="identifier"/>
14241425
<attribute name="group" type="int"/>
1426+
<attribute name="align" type="keyword" valid_values="false true auto"/>
14251427
</attributes>
14261428
</element>
14271429
<element name="geom" repeated="true">

0 commit comments

Comments
 (0)