Search papers, labs, and topics across Lattice.
ComFree-Sim, a GPU-parallelized physics engine, tackles the contact resolution bottleneck in robotics simulation by employing complementarity-free contact modeling, enabling closed-form computation of contact impulses via an impedance-style prediction-correction update. This approach decouples contact computation across pairs and cone facets, leading to near-linear runtime scaling with contact density, a significant improvement over traditional methods. Benchmarking against MJWarp shows 2-3x higher throughput in dense contact scenarios, validated by real-time MPC for dexterous manipulation and dynamics-aware motion retargeting.
Achieve 2-3x faster contact-rich robotics simulations with comparable physical fidelity by bypassing iterative complementarity solves with a GPU-friendly, closed-form contact impulse calculation.
Physics simulation for contact-rich robotics is often bottlenecked by contact resolution: mainstream engines enforce non-penetration and Coulomb friction via complementarity constraints or constrained optimization, requiring per-step iterative solves whose cost grows superlinearly with contact density. We present ComFree-Sim, a GPU-parallelized analytical contact physics engine built on complementarity-free contact modeling. ComFree-Sim computes contact impulses in closed form via an impedance-style prediction--correction update in the dual cone of Coulomb friction. Contact computation decouples across contact pairs and becomes separable across cone facets, mapping naturally to GPU kernels and yielding near-linear runtime scaling with the number of contacts. We further extend the formulation to a unified 6D contact model capturing tangential, torsional, and rolling friction, and introduce a practical dual-cone impedance heuristic. ComFree-Sim is implemented in Warp and exposed through a MuJoCo-compatible interface as a drop-in backend alternative to MuJoCo Warp (MJWarp). Experiments benchmark penetration, friction behaviors, stability, and simulation runtime scaling against MJWarp, demonstrating near-linear scaling and 2--3 times higher throughput in dense contact scenes with comparable physical fidelity. We deploy ComFree-Sim in real-time MPC for in-hand dexterous manipulation on a real-world multi-fingered LEAP hand and in dynamics-aware motion retargeting, demonstrating that low-latency simulation yields higher closed-loop success rates and enables practical high-frequency control in contact-rich tasks.