Skip to content

Commit

Permalink
Add position actuator's timeconst attribute to PyMJCF schema.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 635187874
Change-Id: I983b21497d7d464108851fc5aeafc2e37ea91444
  • Loading branch information
erez-tom authored and copybara-github committed May 19, 2024
1 parent 19f7f68 commit 04ff055
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dm_control/mjcf/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@
<attribute name="user" type="array" array_type="float"/>
<attribute name="kp" type="float"/>
<attribute name="kv" type="float"/>
<attribute name="timeconst" type="float"/>
</attributes>
</element>
<element name="velocity">
Expand Down Expand Up @@ -750,6 +751,7 @@
<attribute name="user" type="array" array_type="float"/>
<attribute name="kp" type="float"/>
<attribute name="kv" type="float"/>
<attribute name="timeconst" type="float"/>
</attributes>
</element>
<element name="velocity">
Expand Down Expand Up @@ -1997,6 +1999,7 @@
<attribute name="user" type="array" array_type="float"/>
<attribute name="kp" type="float"/>
<attribute name="kv" type="float"/>
<attribute name="timeconst" type="float"/>
</attributes>
</element>
<element name="velocity" repeated="true" namespace="actuator">
Expand Down

0 comments on commit 04ff055

Please sign in to comment.