Search papers, labs, and topics across Lattice.
BrickSim is introduced as a real-time physics simulator designed for interlocking brick assemblies, addressing the limitations of existing rigid-body simulators in capturing snap-fit mechanics. It employs a compact force-based mechanics model for snap-fit connections, solved via a structured convex quadratic program, and a hybrid architecture integrating rigid-body dynamics with specialized snap-fit handling. The simulator achieves 100% accuracy in static stability prediction on 150 real-world assemblies with a 5ms solve time and accurately reproduces structural collapse in dynamic drop tests, demonstrating its potential for dexterous robotic manipulation research.
Accurately simulating the snap-fit mechanics of interlocking bricks, BrickSim unlocks a new level of realism for robotic manipulation research involving complex assemblies.
Interlocking brick assemblies provide a standardized yet challenging testbed for contact-rich and long-horizon robotic manipulation, but existing rigid-body simulators do not faithfully capture snap-fit mechanics. We present BrickSim, the first real-time physics-based simulator for interlocking brick assemblies. BrickSim introduces a compact force-based mechanics model for snap-fit connections and solves the resulting internal force distribution using a structured convex quadratic program. Combined with a hybrid architecture that delegates rigid-body dynamics to the underlying physics engine while handling snap-fit mechanics separately, BrickSim enables real-time, high-fidelity simulation of assembly, disassembly, and structural collapse. On 150 real-world assemblies, BrickSim achieves 100% accuracy in static stability prediction with an average solve time of 5 ms. In dynamic drop tests, it also faithfully reproduces real-world structural collapse, precisely mirroring both the occurrence of breakage and the specific breakage locations. Built on Isaac Sim, BrickSim further supports seamless integration with a wide variety of robots and existing pipelines. We demonstrate robotic construction of brick assemblies using BrickSim, highlighting its potential as a foundation for research in dexterous, long-horizon robotic manipulation. BrickSim is open-source, and the code is available at https://github.com/intelligent-control-lab/BrickSim.