Skip to content

Commit 272efa3

Browse files
quaglacopybara-github
authored andcommitted
Rename exactmeshinertia to inertia in mjcf schema.
PiperOrigin-RevId: 689020995 Change-Id: Ibd02d333064f9ff93b21e594e81e552545d174cb
1 parent 94629d2 commit 272efa3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dm_control/mjcf/schema.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
<attributes>
235235
<attribute name="scale" type="array" array_type="float" array_size="3"/>
236236
<attribute name="maxhullvert" type="int"/>
237-
<attribute name="exactmeshinertia" type="keyword" valid_values="legacy convex exact"/>
237+
<attribute name="inertia" type="keyword" valid_values="legacy convex exact"/>
238238
</attributes>
239239
</element>
240240
<element name="material">
@@ -553,7 +553,7 @@
553553
<attributes>
554554
<attribute name="scale" type="array" array_type="float" array_size="3"/>
555555
<attribute name="maxhullvert" type="int"/>
556-
<attribute name="exactmeshinertia" type="keyword" valid_values="legacy convex exact"/>
556+
<attribute name="inertia" type="keyword" valid_values="legacy convex exact"/>
557557
</attributes>
558558
</element>
559559
<element name="material">
@@ -987,7 +987,7 @@
987987
<attribute name="refpos" type="array" array_type="float" array_size="3"/>
988988
<attribute name="refquat" type="array" array_type="float" array_size="4"/>
989989
<attribute name="maxhullvert" type="int"/>
990-
<attribute name="exactmeshinertia" type="keyword" valid_values="legacy convex exact"/>
990+
<attribute name="inertia" type="keyword" valid_values="legacy convex exact"/>
991991
</attributes>
992992
<children>
993993
<element name="plugin" repeated="true" namespace="mesh">

0 commit comments

Comments
 (0)