Physics-Grounded Differentiable Simulation for Soft Growing Robots
Lucas Chen, Yitian Gao, Sicheng Wang, Francesco Fuentes, Laura H. Blumenschein, Zachary Kingston
TL;DR
The paper tackles the challenge of predicting and controlling soft-growing vine robots by introducing a physics-grounded differentiable simulator that runs batched rollouts. It integrates a nonlinear bending moment derived from a wrinkling criterion, linking wrinkling angle and bending angle through $M = \pi P R^3 \frac{\sin 2\gamma_0 + 2\pi - 2\gamma_0}{4[\sin\gamma_0 + (\pi - \gamma_0)\cos\gamma_0]}$ and $\gamma_0 = \cos^{-1}\left(2\frac{\epsilon_{crit}}{\sin(\theta/2)} - 1\right)$, within a maximal-coordinate, rippled-link model solved as a differentiable quadratic program. The system uses differentiable optimization (SCS via CVXPyLayers) to enforce feasibility under contact and supports gradient-based parameter fitting for local buckling and stiffness, enabling effective sim-to-real transfer on real robot data with an open-source implementation. The results show scalable CPU-based performance, accurate trajectory reproduction, and improved parameter fitting for the nonlinear stiffness model, making the simulator a practical tool for planning, control, and shape optimization of vine robots. Overall, the work provides a practical, end-to-end differentiable framework for high-fidelity vine-robot simulation, with direct implications for differentiable model-predictive control and robot design in constrained environments.
Abstract
Soft-growing robots (i.e., vine robots) are a promising class of soft robots that allow for navigation and growth in tightly confined environments. However, these robots remain challenging to model and control due to the complex interplay of the inflated structure and inextensible materials, which leads to obstacles for autonomous operation and design optimization. Although there exist simulators for these systems that have achieved qualitative and quantitative success in matching high-level behavior, they still often fail to capture realistic vine robot shapes using simplified parameter models and have difficulties in high-throughput simulation necessary for planning and parameter optimization. We propose a differentiable simulator for these systems, enabling the use of the simulator "in-the-loop" of gradient-based optimization approaches to address the issues listed above. With the more complex parameter fitting made possible by this approach, we experimentally validate and integrate a closed-form nonlinear stiffness model for thin-walled inflated tubes based on a first-principles approach to local material wrinkling. Our simulator also takes advantage of data-parallel operations by leveraging existing differentiable computation frameworks, allowing multiple simultaneous rollouts. We demonstrate the feasibility of using a physics-grounded nonlinear stiffness model within our simulator, and how it can be an effective tool in sim-to-real transfer. We provide our implementation open source.
