Skip to content

Commit 04ff055

Browse files
erez-tomcopybara-github
authored andcommitted
Add position actuator's timeconst attribute to PyMJCF schema.
PiperOrigin-RevId: 635187874 Change-Id: I983b21497d7d464108851fc5aeafc2e37ea91444
1 parent 19f7f68 commit 04ff055

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dm_control/mjcf/schema.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@
444444
<attribute name="user" type="array" array_type="float"/>
445445
<attribute name="kp" type="float"/>
446446
<attribute name="kv" type="float"/>
447+
<attribute name="timeconst" type="float"/>
447448
</attributes>
448449
</element>
449450
<element name="velocity">
@@ -750,6 +751,7 @@
750751
<attribute name="user" type="array" array_type="float"/>
751752
<attribute name="kp" type="float"/>
752753
<attribute name="kv" type="float"/>
754+
<attribute name="timeconst" type="float"/>
753755
</attributes>
754756
</element>
755757
<element name="velocity">
@@ -1997,6 +1999,7 @@
19971999
<attribute name="user" type="array" array_type="float"/>
19982000
<attribute name="kp" type="float"/>
19992001
<attribute name="kv" type="float"/>
2002+
<attribute name="timeconst" type="float"/>
20002003
</attributes>
20012004
</element>
20022005
<element name="velocity" repeated="true" namespace="actuator">

0 commit comments

Comments
 (0)