Skip to content

Commit 94bc51d

Browse files
nimrod-gileadicopybara-github
authored andcommitted
Add jointactuatorfrc to schema.xml
This was added to MuJoCo in version 2.3.7. PiperOrigin-RevId: 568951119 Change-Id: Ie1479f66368078c7ad325d868d04f97086b7b029
1 parent ec994b9 commit 94bc51d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

dm_control/mjcf/schema.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,12 +249,14 @@
249249
<attribute name="axis" type="array" array_type="float" array_size="3"/>
250250
<attribute name="springdamper" type="array" array_type="float" array_size="2"/>
251251
<attribute name="limited" type="keyword" valid_values="false true auto"/>
252+
<attribute name="actuatorfrclimited" type="keyword" valid_values="false true auto"/>
252253
<attribute name="solreflimit" type="array" array_type="float" array_size="2"/>
253254
<attribute name="solimplimit" type="array" array_type="float" array_size="5"/>
254255
<attribute name="solreffriction" type="array" array_type="float" array_size="2"/>
255256
<attribute name="solimpfriction" type="array" array_type="float" array_size="5"/>
256257
<attribute name="stiffness" type="float"/>
257258
<attribute name="range" type="array" array_type="float" array_size="2"/>
259+
<attribute name="actuatorfrcrange" type="array" array_type="float" array_size="2"/>
258260
<attribute name="margin" type="float"/>
259261
<attribute name="ref" type="float"/>
260262
<attribute name="springref" type="float"/>
@@ -550,12 +552,14 @@
550552
<attribute name="axis" type="array" array_type="float" array_size="3"/>
551553
<attribute name="springdamper" type="array" array_type="float" array_size="2"/>
552554
<attribute name="limited" type="keyword" valid_values="false true"/>
555+
<attribute name="actuatorfrclimited" type="keyword" valid_values="false true"/>
553556
<attribute name="solreflimit" type="array" array_type="float" array_size="2"/>
554557
<attribute name="solimplimit" type="array" array_type="float" array_size="5"/>
555558
<attribute name="solreffriction" type="array" array_type="float" array_size="2"/>
556559
<attribute name="solimpfriction" type="array" array_type="float" array_size="5"/>
557560
<attribute name="stiffness" type="float"/>
558561
<attribute name="range" type="array" array_type="float" array_size="2"/>
562+
<attribute name="actuatorfrcrange" type="array" array_type="float" array_size="2"/>
559563
<attribute name="margin" type="float"/>
560564
<attribute name="ref" type="float"/>
561565
<attribute name="springref" type="float"/>
@@ -1968,6 +1972,15 @@
19681972
<attribute name="actuator" type="reference" required="true"/>
19691973
</attributes>
19701974
</element>
1975+
<element name="jointactuatorfrc" repeated="true" namespace="sensor">
1976+
<attributes>
1977+
<attribute name="name" type="identifier"/>
1978+
<attribute name="noise" type="float"/>
1979+
<attribute name="cutoff" type="float"/>
1980+
<attribute name="user" type="array" array_type="float"/>
1981+
<attribute name="joint" type="reference" required="true"/>
1982+
</attributes>
1983+
</element>
19711984
<element name="ballquat" repeated="true" namespace="sensor">
19721985
<attributes>
19731986
<attribute name="name" type="identifier"/>

0 commit comments

Comments
 (0)