Skip to content

Commit

Permalink
Add fluidshape and fluidcoef to schema.xml
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 433707901
Change-Id: Id30bb6372b69fee20379a66e8f929549821a30dd
  • Loading branch information
yuvaltassa authored and copybara-github committed Mar 10, 2022
1 parent 8b33e08 commit f169452
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dm_control/mjcf/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@
<attribute name="hfield" type="reference"/>
<attribute name="mesh" type="reference"/>
<attribute name="fitscale" type="float"/>
<attribute name="fluidshape" type="keyword" valid_values="none ellipsoid"/>
<attribute name="fluidcoef" type="array" array_type="float" array_size="5"/>
<attribute name="user" type="array" array_type="float"/>
</attributes>
</element>
Expand Down Expand Up @@ -541,6 +543,8 @@
<attribute name="hfield" type="reference"/>
<attribute name="mesh" type="reference"/>
<attribute name="fitscale" type="float"/>
<attribute name="fluidshape" type="keyword" valid_values="none ellipsoid"/>
<attribute name="fluidcoef" type="array" array_type="float" array_size="5"/>
<attribute name="user" type="array" array_type="float"/>
</attributes>
</element>
Expand Down Expand Up @@ -855,6 +859,8 @@
<attribute name="hfield" type="reference"/>
<attribute name="mesh" type="reference"/>
<attribute name="fitscale" type="float"/>
<attribute name="fluidshape" type="keyword" valid_values="none ellipsoid"/>
<attribute name="fluidcoef" type="array" array_type="float" array_size="5"/>
<attribute name="user" type="array" array_type="float"/>
</attributes>
</element>
Expand Down Expand Up @@ -984,6 +990,8 @@
<attribute name="solimp" type="array" array_type="float" array_size="5"/>
<attribute name="margin" type="float"/>
<attribute name="gap" type="float"/>
<attribute name="fluidshape" type="keyword" valid_values="none ellipsoid"/>
<attribute name="fluidcoef" type="array" array_type="float" array_size="5"/>
</attributes>
</element>
<element name="site">
Expand Down Expand Up @@ -1098,6 +1106,8 @@
<attribute name="hfield" type="reference"/>
<attribute name="mesh" type="reference"/>
<attribute name="fitscale" type="float"/>
<attribute name="fluidshape" type="keyword" valid_values="none ellipsoid"/>
<attribute name="fluidcoef" type="array" array_type="float" array_size="5"/>
<attribute name="user" type="array" array_type="float"/>
</attributes>
</element>
Expand Down Expand Up @@ -1227,6 +1237,8 @@
<attribute name="solimp" type="array" array_type="float" array_size="5"/>
<attribute name="margin" type="float"/>
<attribute name="gap" type="float"/>
<attribute name="fluidshape" type="keyword" valid_values="none ellipsoid"/>
<attribute name="fluidcoef" type="array" array_type="float" array_size="5"/>
</attributes>
</element>
<element name="site">
Expand Down

0 comments on commit f169452

Please sign in to comment.