Skip to content

Commit abcccbb

Browse files
yuvaltassacopybara-github
authored andcommitted
Add missing attributes to pymjcf schema.
PiperOrigin-RevId: 629749333 Change-Id: I343e2e3766079e9379c8faba410dae466d4d5345
1 parent b3f7658 commit abcccbb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

dm_control/mjcf/schema.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@
564564
<attribute name="axis" type="array" array_type="float" array_size="3"/>
565565
<attribute name="springdamper" type="array" array_type="float" array_size="2"/>
566566
<attribute name="limited" type="keyword" valid_values="false true"/>
567-
<attribute name="actuatorfrclimited" type="keyword" valid_values="false true"/>
567+
<attribute name="actuatorfrclimited" type="keyword" valid_values="false true auto"/>
568568
<attribute name="solreflimit" type="array" array_type="float" array_size="2"/>
569569
<attribute name="solimplimit" type="array" array_type="float" array_size="5"/>
570570
<attribute name="solreffriction" type="array" array_type="float" array_size="2"/>
@@ -1352,6 +1352,8 @@
13521352
<attribute name="solimplimit" type="array" array_type="float" array_size="5"/>
13531353
<attribute name="solreffriction" type="array" array_type="float" array_size="2"/>
13541354
<attribute name="solimpfriction" type="array" array_type="float" array_size="5"/>
1355+
<attribute name="actuatorfrclimited" type="keyword" valid_values="false true auto"/>
1356+
<attribute name="actuatorfrcrange" type="array" array_type="float" array_size="2"/>
13551357
<attribute name="stiffness" type="float"/>
13561358
<attribute name="range" type="array" array_type="float" array_size="2"/>
13571359
<attribute name="margin" type="float"/>

0 commit comments

Comments
 (0)