Skip to content

Commit 1cd211b

Browse files
kevinzakkacopybara-github
authored andcommitted
Add missing muscle gaintype dyntype and biastype to dm_control schema.
PiperOrigin-RevId: 514360592 Change-Id: I51cb35990c149ed2e81cb4c9a36986882cd7e7e5
1 parent 83336b4 commit 1cd211b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

dm_control/mjcf/schema.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,9 @@
392392
<attribute name="gear" type="array" array_type="float" array_size="6"/>
393393
<attribute name="cranklength" type="float"/>
394394
<attribute name="user" type="array" array_type="float"/>
395-
<attribute name="dyntype" type="keyword" valid_values="none integrator filter user"/>
396-
<attribute name="gaintype" type="keyword" valid_values="fixed affine user"/>
397-
<attribute name="biastype" type="keyword" valid_values="none affine user"/>
395+
<attribute name="dyntype" type="keyword" valid_values="none integrator filter muscle user"/>
396+
<attribute name="gaintype" type="keyword" valid_values="fixed affine muscle user"/>
397+
<attribute name="biastype" type="keyword" valid_values="none affine muscle user"/>
398398
<attribute name="dynprm" type="array" array_type="float" array_size="10"/>
399399
<attribute name="gainprm" type="array" array_type="float" array_size="10"/>
400400
<attribute name="biasprm" type="array" array_type="float" array_size="10"/>
@@ -688,9 +688,9 @@
688688
<attribute name="cranklength" type="float"/>
689689
<attribute name="user" type="array" array_type="float"/>
690690
<attribute name="actdim" type="int"/>
691-
<attribute name="dyntype" type="keyword" valid_values="none integrator filter user"/>
692-
<attribute name="gaintype" type="keyword" valid_values="fixed affine user"/>
693-
<attribute name="biastype" type="keyword" valid_values="none affine user"/>
691+
<attribute name="dyntype" type="keyword" valid_values="none integrator filter muscle user"/>
692+
<attribute name="gaintype" type="keyword" valid_values="fixed affine muscle user"/>
693+
<attribute name="biastype" type="keyword" valid_values="none affine muscle user"/>
694694
<attribute name="dynprm" type="array" array_type="float" array_size="10"/>
695695
<attribute name="gainprm" type="array" array_type="float" array_size="10"/>
696696
<attribute name="biasprm" type="array" array_type="float" array_size="10"/>

0 commit comments

Comments
 (0)