Skip to content

Commit adbaa72

Browse files
quaglacopybara-github
authored andcommitted
Allow orientation for user composite.
PiperOrigin-RevId: 740909723 Change-Id: I3b7dff4c2104501ca0fa0517755b8dd5b665d71a
1 parent 46390cf commit adbaa72

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dm_control/mjcf/schema.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,6 +1217,7 @@
12171217
<attribute name="type" type="keyword" valid_values="particle grid cable rope loop cloth" required="true"/>
12181218
<attribute name="count" type="array" array_type="int" array_size="3"/>
12191219
<attribute name="offset" type="array" array_type="float" array_size="3"/>
1220+
<attribute name="quat" type="array" array_type="float" array_size="4"/>
12201221
<attribute name="vertex" type="string"/>
12211222
<attribute name="initial" type="string"/>
12221223
<attribute name="curve" type="string"/>
@@ -1584,6 +1585,7 @@
15841585
<attribute name="type" type="keyword" valid_values="particle grid cable rope loop cloth" required="true"/>
15851586
<attribute name="count" type="array" array_type="int" array_size="3"/>
15861587
<attribute name="offset" type="array" array_type="float" array_size="3"/>
1588+
<attribute name="quat" type="array" array_type="float" array_size="4"/>
15871589
<attribute name="vertex" type="string"/>
15881590
<attribute name="initial" type="string"/>
15891591
<attribute name="curve" type="string"/>

0 commit comments

Comments
 (0)