Skip to content

Commit 634d885

Browse files
nimrod-gileadicopybara-github
authored andcommitted
Add new actuator plugin XML attributes to dm_control schema.
PiperOrigin-RevId: 584905702 Change-Id: I1eac5aea650748243d2ddff536f90a7bbc6fb72b
1 parent 8cc69fc commit 634d885

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

dm_control/mjcf/schema.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2114,9 +2114,13 @@
21142114
<attribute name="group" type="int"/>
21152115
<attribute name="ctrllimited" type="keyword" valid_values="false true auto"/>
21162116
<attribute name="forcelimited" type="keyword" valid_values="false true auto"/>
2117+
<attribute name="actlimited" type="keyword" valid_values="false true auto"/>
21172118
<attribute name="ctrlrange" type="array" array_type="float" array_size="2"/>
21182119
<attribute name="forcerange" type="array" array_type="float" array_size="2"/>
2120+
<attribute name="actrange" type="array" array_type="float" array_size="2"/>
21192121
<attribute name="lengthrange" type="array" array_type="float" array_size="2"/>
2122+
<attribute name="dyntype" type="keyword" valid_values="none integrator filter filterexact muscle user"/>
2123+
<attribute name="dynprm" type="array" array_type="float" array_size="10"/>
21202124
<attribute name="gear" type="array" array_type="float" array_size="6"/>
21212125
<attribute name="cranklength" type="float"/>
21222126
<attribute name="joint" type="reference"/>
@@ -2126,6 +2130,7 @@
21262130
<attribute name="cranksite" type="reference" reference_namespace="site"/>
21272131
<attribute name="slidersite" type="reference" reference_namespace="site"/>
21282132
<attribute name="user" type="array" array_type="float"/>
2133+
<attribute name="actearly" type="keyword" valid_values="false true"/>
21292134
</attributes>
21302135
<children>
21312136
<element name="config" repeated="true">

0 commit comments

Comments
 (0)