We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031d150 commit a5ba73bCopy full SHA for a5ba73b
1 file changed
dm_control/mjcf/schema.xml
@@ -1439,8 +1439,10 @@
1439
<attribute name="group" type="int"/>
1440
<attribute name="ctrllimited" type="keyword" valid_values="false true"/>
1441
<attribute name="forcelimited" type="keyword" valid_values="false true"/>
1442
+ <attribute name="actlimited" type="keyword" valid_values="false true"/>
1443
<attribute name="ctrlrange" type="array" array_type="float" array_size="2"/>
1444
<attribute name="forcerange" type="array" array_type="float" array_size="2"/>
1445
+ <attribute name="actrange" type="array" array_type="float" array_size="2"/>
1446
<attribute name="lengthrange" type="array" array_type="float" array_size="2"/>
1447
<attribute name="gear" type="array" array_type="float" array_size="6"/>
1448
<attribute name="cranklength" type="float"/>
0 commit comments