diff --git a/doc/mjwarp/index.rst b/doc/mjwarp/index.rst index 34e1be47..d2b91fa0 100644 --- a/doc/mjwarp/index.rst +++ b/doc/mjwarp/index.rst @@ -988,3 +988,27 @@ is available by setting the ``NATIVECCD`` disable flag: The specialized collider generates up to 8 contact points, compared to up to 4 for the convex pipeline, and may improve contact stability for tasks involving box stacking or manipulation. + +.. TODO(taylorhowell): update this section once multiccd is on by default. + +CCD margin +---------- + +Non-zero :ref:`geom margin ` or :ref:`pair margin ` is not supported with certain +CCD colliders and will raise a ``NotImplementedError`` when calling :func:`mjw.put_model `: + +.. list-table:: + :width: 90% + :align: left + :widths: 3 3 4 + :header-rows: 1 + + * - Geom pair + - Scenario + - Workaround + * - box-box, box-mesh, mesh-mesh + - :ref:`MULTICCD ` enabled + - Set margin to ``0`` or do not enable ``MULTICCD`` + * - box-box + - :ref:`NATIVECCD ` enabled (on by default) + - Set margin to ``0`` or disable ``NATIVECCD``