Skip to content

Commit 02b3636

Browse files
quaglacopybara-github
authored andcommitted
Remove vertcollide attribute from flex contact.
The `vertcollide` attribute in flex and flexcomp contact specifications has been removed since the next mjWarp release will support flex collisions. This attribute was previously used to enable vertex-based collisions by adding sphere geoms at flex vertices. The functionality associated with this attribute has been deprecated and removed from the XML parser, documentation, and internal data structures. Affected example XML files have also been updated. PiperOrigin-RevId: 885595503 Change-Id: Ifbfc359cf8ba174ce10e8425b32ed309a0f0a37e
1 parent 1b37d0a commit 02b3636

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dm_control/mjcf/schema.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,6 @@
12421242
<attribute name="gap" type="float"/>
12431243
<attribute name="internal" type="string" valid_values="true false"/>
12441244
<attribute name="selfcollide" type="string" valid_values="none narrow bvh sap auto"/>
1245-
<attribute name="vertcollide" type="string" valid_values="true false"/>
12461245
<attribute name="activelayers" type="int"/>
12471246
<attribute name="passive" type="string" valid_values="true false"/>
12481247
</attributes>
@@ -1621,7 +1620,6 @@
16211620
<attribute name="gap" type="float"/>
16221621
<attribute name="internal" type="string" valid_values="true false"/>
16231622
<attribute name="selfcollide" type="string" valid_values="none narrow bvh sap auto"/>
1624-
<attribute name="vertcollide" type="string" valid_values="true false"/>
16251623
<attribute name="activelayers" type="int"/>
16261624
<attribute name="passive" type="string" valid_values="true false"/>
16271625
</attributes>
@@ -1765,7 +1763,6 @@
17651763
<attribute name="gap" type="float"/>
17661764
<attribute name="internal" type="int"/>
17671765
<attribute name="selfcollide" type="string" valid_values="none narrow bvh sap auto"/>
1768-
<attribute name="vertcollide" type="string" valid_values="true false"/>
17691766
<attribute name="activelayers" type="int"/>
17701767
<attribute name="passive" type="string" valid_values="true false"/>
17711768
</attributes>

0 commit comments

Comments
 (0)