Skip to content

Commit 0a0bf57

Browse files
yuvaltassacopybara-github
authored andcommitted
Add dampratio attribute to position and intvelocity elements in the MJCF schema.
PiperOrigin-RevId: 639921961 Change-Id: Ic1b14055f1807a4369ac6a6af95553a4b71e8115
1 parent 515e568 commit 0a0bf57

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

dm_control/mjcf/schema.xml

Lines changed: 6 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="dampratio" type="float"/>
447448
<attribute name="timeconst" type="float"/>
448449
<attribute name="inheritrange" type="float"/>
449450
</attributes>
@@ -474,6 +475,7 @@
474475
<attribute name="user" type="array" array_type="float"/>
475476
<attribute name="kp" type="float"/>
476477
<attribute name="kv" type="float"/>
478+
<attribute name="dampratio" type="float"/>
477479
<attribute name="inheritrange" type="float"/>
478480
</attributes>
479481
</element>
@@ -753,6 +755,7 @@
753755
<attribute name="user" type="array" array_type="float"/>
754756
<attribute name="kp" type="float"/>
755757
<attribute name="kv" type="float"/>
758+
<attribute name="dampratio" type="float"/>
756759
<attribute name="timeconst" type="float"/>
757760
<attribute name="inheritrange" type="float"/>
758761
</attributes>
@@ -781,6 +784,7 @@
781784
<attribute name="user" type="array" array_type="float"/>
782785
<attribute name="kp" type="float"/>
783786
<attribute name="kv" type="float"/>
787+
<attribute name="dampratio" type="float"/>
784788
<attribute name="inheritrange" type="float"/>
785789
</attributes>
786790
</element>
@@ -2003,6 +2007,7 @@
20032007
<attribute name="user" type="array" array_type="float"/>
20042008
<attribute name="kp" type="float"/>
20052009
<attribute name="kv" type="float"/>
2010+
<attribute name="dampratio" type="float"/>
20062011
<attribute name="timeconst" type="float"/>
20072012
<attribute name="inheritrange" type="float"/>
20082013
</attributes>
@@ -2053,6 +2058,7 @@
20532058
<attribute name="user" type="array" array_type="float"/>
20542059
<attribute name="kp" type="float"/>
20552060
<attribute name="kv" type="float"/>
2061+
<attribute name="dampratio" type="float"/>
20562062
<attribute name="inheritrange" type="float"/>
20572063
</attributes>
20582064
</element>

0 commit comments

Comments
 (0)