Skip to content

Commit 515e568

Browse files
kevinzakkacopybara-github
authored andcommitted
Add inheritrange attribute to schema.
PiperOrigin-RevId: 639350742 Change-Id: Ia04f2be42053d08c8ec63d6a543deb6a57307b49
1 parent 04ff055 commit 515e568

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
@@ -445,6 +445,7 @@
445445
<attribute name="kp" type="float"/>
446446
<attribute name="kv" type="float"/>
447447
<attribute name="timeconst" type="float"/>
448+
<attribute name="inheritrange" type="float"/>
448449
</attributes>
449450
</element>
450451
<element name="velocity">
@@ -473,6 +474,7 @@
473474
<attribute name="user" type="array" array_type="float"/>
474475
<attribute name="kp" type="float"/>
475476
<attribute name="kv" type="float"/>
477+
<attribute name="inheritrange" type="float"/>
476478
</attributes>
477479
</element>
478480
<element name="damper">
@@ -752,6 +754,7 @@
752754
<attribute name="kp" type="float"/>
753755
<attribute name="kv" type="float"/>
754756
<attribute name="timeconst" type="float"/>
757+
<attribute name="inheritrange" type="float"/>
755758
</attributes>
756759
</element>
757760
<element name="velocity">
@@ -778,6 +781,7 @@
778781
<attribute name="user" type="array" array_type="float"/>
779782
<attribute name="kp" type="float"/>
780783
<attribute name="kv" type="float"/>
784+
<attribute name="inheritrange" type="float"/>
781785
</attributes>
782786
</element>
783787
<element name="damper">
@@ -2000,6 +2004,7 @@
20002004
<attribute name="kp" type="float"/>
20012005
<attribute name="kv" type="float"/>
20022006
<attribute name="timeconst" type="float"/>
2007+
<attribute name="inheritrange" type="float"/>
20032008
</attributes>
20042009
</element>
20052010
<element name="velocity" repeated="true" namespace="actuator">
@@ -2048,6 +2053,7 @@
20482053
<attribute name="user" type="array" array_type="float"/>
20492054
<attribute name="kp" type="float"/>
20502055
<attribute name="kv" type="float"/>
2056+
<attribute name="inheritrange" type="float"/>
20512057
</attributes>
20522058
</element>
20532059
<element name="damper" repeated="true" namespace="actuator">

0 commit comments

Comments
 (0)