Skip to content

Commit

Permalink
Add dampratio attribute to position and intvelocity elements in…
Browse files Browse the repository at this point in the history
… the MJCF schema.

PiperOrigin-RevId: 639921961
Change-Id: Ic1b14055f1807a4369ac6a6af95553a4b71e8115
  • Loading branch information
yuvaltassa authored and copybara-github committed Jun 3, 2024
1 parent 515e568 commit 0a0bf57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 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="dampratio" type="float"/>
<attribute name="timeconst" type="float"/>
<attribute name="inheritrange" type="float"/>
</attributes>
Expand Down Expand Up @@ -474,6 +475,7 @@
<attribute name="user" type="array" array_type="float"/>
<attribute name="kp" type="float"/>
<attribute name="kv" type="float"/>
<attribute name="dampratio" type="float"/>
<attribute name="inheritrange" type="float"/>
</attributes>
</element>
Expand Down Expand Up @@ -753,6 +755,7 @@
<attribute name="user" type="array" array_type="float"/>
<attribute name="kp" type="float"/>
<attribute name="kv" type="float"/>
<attribute name="dampratio" type="float"/>
<attribute name="timeconst" type="float"/>
<attribute name="inheritrange" type="float"/>
</attributes>
Expand Down Expand Up @@ -781,6 +784,7 @@
<attribute name="user" type="array" array_type="float"/>
<attribute name="kp" type="float"/>
<attribute name="kv" type="float"/>
<attribute name="dampratio" type="float"/>
<attribute name="inheritrange" type="float"/>
</attributes>
</element>
Expand Down Expand Up @@ -2003,6 +2007,7 @@
<attribute name="user" type="array" array_type="float"/>
<attribute name="kp" type="float"/>
<attribute name="kv" type="float"/>
<attribute name="dampratio" type="float"/>
<attribute name="timeconst" type="float"/>
<attribute name="inheritrange" type="float"/>
</attributes>
Expand Down Expand Up @@ -2053,6 +2058,7 @@
<attribute name="user" type="array" array_type="float"/>
<attribute name="kp" type="float"/>
<attribute name="kv" type="float"/>
<attribute name="dampratio" type="float"/>
<attribute name="inheritrange" type="float"/>
</attributes>
</element>
Expand Down

0 comments on commit 0a0bf57

Please sign in to comment.