Skip to content

Commit a5ba73b

Browse files
DeepMindcopybara-github
authored andcommitted
Add actlimited and actrange parameters to actuators of type "general".
PiperOrigin-RevId: 444830049 Change-Id: Ic9657ccdfd9ff70149942454b6bc716181f06011
1 parent 031d150 commit a5ba73b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dm_control/mjcf/schema.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,8 +1439,10 @@
14391439
<attribute name="group" type="int"/>
14401440
<attribute name="ctrllimited" type="keyword" valid_values="false true"/>
14411441
<attribute name="forcelimited" type="keyword" valid_values="false true"/>
1442+
<attribute name="actlimited" type="keyword" valid_values="false true"/>
14421443
<attribute name="ctrlrange" type="array" array_type="float" array_size="2"/>
14431444
<attribute name="forcerange" type="array" array_type="float" array_size="2"/>
1445+
<attribute name="actrange" type="array" array_type="float" array_size="2"/>
14441446
<attribute name="lengthrange" type="array" array_type="float" array_size="2"/>
14451447
<attribute name="gear" type="array" array_type="float" array_size="6"/>
14461448
<attribute name="cranklength" type="float"/>

0 commit comments

Comments
 (0)