Skip to content

Commit

Permalink
Add inheritrange attribute to schema.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 639350742
Change-Id: Ia04f2be42053d08c8ec63d6a543deb6a57307b49
  • Loading branch information
kevinzakka authored and copybara-github committed Jun 1, 2024
1 parent 04ff055 commit 515e568
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 @@ -445,6 +445,7 @@
<attribute name="kp" type="float"/>
<attribute name="kv" type="float"/>
<attribute name="timeconst" type="float"/>
<attribute name="inheritrange" type="float"/>
</attributes>
</element>
<element name="velocity">
Expand Down Expand Up @@ -473,6 +474,7 @@
<attribute name="user" type="array" array_type="float"/>
<attribute name="kp" type="float"/>
<attribute name="kv" type="float"/>
<attribute name="inheritrange" type="float"/>
</attributes>
</element>
<element name="damper">
Expand Down Expand Up @@ -752,6 +754,7 @@
<attribute name="kp" type="float"/>
<attribute name="kv" type="float"/>
<attribute name="timeconst" type="float"/>
<attribute name="inheritrange" type="float"/>
</attributes>
</element>
<element name="velocity">
Expand All @@ -778,6 +781,7 @@
<attribute name="user" type="array" array_type="float"/>
<attribute name="kp" type="float"/>
<attribute name="kv" type="float"/>
<attribute name="inheritrange" type="float"/>
</attributes>
</element>
<element name="damper">
Expand Down Expand Up @@ -2000,6 +2004,7 @@
<attribute name="kp" type="float"/>
<attribute name="kv" type="float"/>
<attribute name="timeconst" type="float"/>
<attribute name="inheritrange" type="float"/>
</attributes>
</element>
<element name="velocity" repeated="true" namespace="actuator">
Expand Down Expand Up @@ -2048,6 +2053,7 @@
<attribute name="user" type="array" array_type="float"/>
<attribute name="kp" type="float"/>
<attribute name="kv" type="float"/>
<attribute name="inheritrange" type="float"/>
</attributes>
</element>
<element name="damper" repeated="true" namespace="actuator">
Expand Down

0 comments on commit 515e568

Please sign in to comment.