Skip to content

Commit 5d7e616

Browse files
kevinzakkacopybara-github
authored andcommitted
Add intvelocity actuator shortcut.
PiperOrigin-RevId: 454899823 Change-Id: I27e65f4e247f8119b63f58c580d909dd8c9a22a0
1 parent 8f63283 commit 5d7e616

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

dm_control/mjcf/schema.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,20 @@
432432
<attribute name="kv" type="float"/>
433433
</attributes>
434434
</element>
435+
<element name="intvelocity">
436+
<attributes>
437+
<attribute name="group" type="int"/>
438+
<attribute name="ctrllimited" type="keyword" valid_values="false true"/>
439+
<attribute name="forcelimited" type="keyword" valid_values="false true"/>
440+
<attribute name="ctrlrange" type="array" array_type="float" array_size="2"/>
441+
<attribute name="forcerange" type="array" array_type="float" array_size="2"/>
442+
<attribute name="actrange" type="array" array_type="float" array_size="2"/>
443+
<attribute name="gear" type="array" array_type="float" array_size="6"/>
444+
<attribute name="cranklength" type="float"/>
445+
<attribute name="user" type="array" array_type="float"/>
446+
<attribute name="kp" type="float"/>
447+
</attributes>
448+
</element>
435449
<element name="cylinder">
436450
<attributes>
437451
<attribute name="group" type="int"/>

0 commit comments

Comments
 (0)