We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba71e7d commit 40043f0Copy full SHA for 40043f0
dm_control/mjcf/schema.xml
@@ -25,6 +25,7 @@
25
<attribute name="inertiafromgeom" type="keyword" valid_values="false true auto"/>
26
<attribute name="inertiagrouprange" type="array" array_type="int" array_size="2"/>
27
<attribute name="exactmeshinertia" type="keyword" valid_values="false true"/>
28
+ <attribute name="alignfree" type="keyword" valid_values="false true"/>
29
</attributes>
30
<children>
31
<element name="lengthrange">
@@ -1422,6 +1423,7 @@
1422
1423
<attributes>
1424
<attribute name="name" type="identifier"/>
1425
<attribute name="group" type="int"/>
1426
+ <attribute name="align" type="keyword" valid_values="false true auto"/>
1427
1428
</element>
1429
<element name="geom" repeated="true">
0 commit comments