examples/IPC_Solver/README.md
This repo shows how to use IPC coupler. (Incremental Potential Contact) algorithm provides a unified framework for robust contact handling across different material types including cloth, deformable FEM objects, and rigid bodies.
Prerequisites:
pip install pyuipcpip install -e .Beware only Linux/Windows x86 CPU & Nvidia GPU is supported for now.
Test Cases:
python examples/IPC_Solver/ipc_objects_falling.py -v
Expected: A cloth falls under gravity and collides with the ground plane clustered with objects
python examples/IPC_Solver/ipc_robot_grasp_cube.py -v
Expected: Franka Panda robot grasps and manipulates a deformable cube with IPC contact resolution
python examples/IPC_Solver/ipc_robot_cloth_teleop.py
Verification: