🤖 AI Summary
Soft-bodied robots—such as elephant-trunk-inspired manipulators—exhibit infinite-dimensional deformation and strong nonlinearity, making real-time, collision-free path planning in cluttered environments highly challenging. To address this, we propose a shape-space graph–based motion planning framework. First, we construct a mechanics-accurate, precomputed shape library and build a k-nearest-neighbor shape graph. Second, we integrate Signed Distance Functions (SDFs) for efficient, differentiable collision detection. Third, we formulate a multi-objective edge cost function jointly optimizing path length and actuation energy. Our method combines active filament theory for continuum modeling with Dijkstra’s algorithm on the shape graph to generate feasible paths in milliseconds. Experiments demonstrate significant reductions in actuation energy, enhanced obstacle avoidance robustness, and real-time performance across surgical, industrial, and assistive applications.
📝 Abstract
Soft robots, inspired by elephant trunks or octopus arms, offer extraordinary flexibility to bend, twist, and elongate in ways that rigid robots cannot. However, their motion planning remains a challenge, especially in cluttered environments with obstacles, due to their highly nonlinear and infinite-dimensional kinematics. Here, we present a graph-based path planning tool for an elephant-trunk-inspired soft robotic arm designed with three artificial muscle fibers that allow for multimodal continuous deformation through contraction. Using a biomechanical model inspired by morphoelasticity and active filament theory, we precompute a shape library and construct a $k$-nearest neighbor graph in emph{shape space}, ensuring that each node corresponds to a mechanically accurate and physically valid robot shape. For the graph, we use signed distance functions to prune nodes and edges colliding with obstacles, and define multi-objective edge costs based on geometric distance and actuation effort, enabling energy-efficient planning with collision avoidance. We demonstrate that our algorithm reliably avoids obstacles and generates feasible paths within milliseconds from precomputed graphs using Dijkstra's algorithm. We show that including energy costs can drastically reduce the actuation effort compared to geometry-only planning, at the expense of longer tip trajectories. Our results highlight the potential of shape-space graph search for fast and reliable path planning in the field of soft robotics, paving the way for real-time applications in surgical, industrial, and assistive settings.