Skip to content

Commit

Permalink
dm_control: Import of refs/pull/467/head
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 629749867
Change-Id: I4485cf17f8e10a9d0f6b30a03ce8fe1b13f117f8
  • Loading branch information
louisgevers authored and copybara-github committed May 1, 2024
1 parent abcccbb commit f3e1114
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions dm_control/mjcf/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1103,10 +1103,10 @@
<attribute name="name" type="identifier"/>
<attribute name="type" type="keyword" valid_values="grid box cylinder ellipsoid mesh gmsh direct"/>
<attribute name="count" type="array" array_type="int" array_size="3"/>
<attribute name="spacing" type="array" array_type="int" array_size="3"/>
<attribute name="spacing" type="array" array_type="float" array_size="3"/>
<attribute name="scale" type="array" array_type="float" array_size="3"/>
<attribute name="radius" type="float"/>
<attribute name="rigid" type="int"/>
<attribute name="rigid" type="string" valid_values="true false"/>
<attribute name="mass" type="float"/>
<attribute name="inertiabox" type="float"/>
<attribute name="file" type="string"/>
Expand All @@ -1117,7 +1117,7 @@
<attribute name="rgba" type="array" array_type="float" array_size="4"/>
<attribute name="flatskin" type="int"/>
<attribute name="pos" type="array" array_type="float" array_size="3"/>
<attribute name="quat" type="array" array_type="int" array_size="4"/>
<attribute name="quat" type="array" array_type="float" array_size="4"/>
<attribute name="axisangle" type="array" array_type="float" array_size="4"/>
<attribute name="xyaxis" type="array" array_type="float" array_size="6"/>
<attribute name="zaxis" type="array" array_type="float" array_size="3"/>
Expand Down Expand Up @@ -1161,7 +1161,7 @@
<attribute name="solimp" type="array" array_type="float" array_size="5"/>
<attribute name="margin" type="float"/>
<attribute name="gap" type="float"/>
<attribute name="internal" type="int"/>
<attribute name="internal" type="string" valid_values="true false"/>
<attribute name="selfcollide" type="string" valid_values="none narrow bvh sap auto"/>
<attribute name="activelayers" type="int"/>
</attributes>
Expand Down Expand Up @@ -1491,10 +1491,10 @@
<attribute name="name" type="identifier"/>
<attribute name="type" type="keyword" valid_values="grid box cylinder ellipsoid mesh gmsh direct"/>
<attribute name="count" type="array" array_type="int" array_size="3"/>
<attribute name="spacing" type="array" array_type="int" array_size="3"/>
<attribute name="spacing" type="array" array_type="float" array_size="3"/>
<attribute name="scale" type="array" array_type="float" array_size="3"/>
<attribute name="radius" type="float"/>
<attribute name="rigid" type="int"/>
<attribute name="rigid" type="string" valid_values="true false"/>
<attribute name="mass" type="float"/>
<attribute name="inertiabox" type="float"/>
<attribute name="file" type="string"/>
Expand All @@ -1505,11 +1505,12 @@
<attribute name="rgba" type="array" array_type="float" array_size="4"/>
<attribute name="flatskin" type="int"/>
<attribute name="pos" type="array" array_type="float" array_size="3"/>
<attribute name="quat" type="array" array_type="int" array_size="4"/>
<attribute name="quat" type="array" array_type="float" array_size="4"/>
<attribute name="axisangle" type="array" array_type="float" array_size="4"/>
<attribute name="xyaxis" type="array" array_type="float" array_size="6"/>
<attribute name="zaxis" type="array" array_type="float" array_size="3"/>
<attribute name="euler" type="array" array_type="float" array_size="3"/>
<attribute name="dim" type="int" required="true"/>
</attributes>
<children>
<element name="plugin" repeated="true" namespace="flexcomp">
Expand Down Expand Up @@ -1548,7 +1549,7 @@
<attribute name="solimp" type="array" array_type="float" array_size="5"/>
<attribute name="margin" type="float"/>
<attribute name="gap" type="float"/>
<attribute name="internal" type="int"/>
<attribute name="internal" type="string" valid_values="true false"/>
<attribute name="selfcollide" type="string" valid_values="none narrow bvh sap auto"/>
<attribute name="activelayers" type="int"/>
</attributes>
Expand Down

0 comments on commit f3e1114

Please sign in to comment.