English

Vectorizing Projection in Manifold-Constrained Motion Planning for Real-Time Whole-Body Control

Robotics 2026-04-16 v1

Abstract

Many robot planning tasks require satisfaction of one or more constraints throughout the entire trajectory. For geometric constraints, manifold-constrained motion planning algorithms are capable of planning collision-free path between start and goal configurations on the constraint submanifolds specified by task. Current state-of-the-art methods can take tens of seconds to solve these tasks for complex systems such as humanoid robots, making real-world use impractical, especially in dynamic settings. Inspired by recent advances in hardware accelerated motion planning, we present a CPU SIMD-accelerated manifold-constrained motion planner that revisits projection-based constraint satisfaction through the lens of parallelization. By transforming relevant components into parallelizable structures, we use SIMD parallelism to plan constraint satisfying solutions. Our approach achieves up to 100-1000x speed-ups over the state-of-the-art, making real-time constrained motion planning feasible for the first time. We demonstrate our planner on a real humanoid robot and show real-time whole-body quasi-static plan generation. Our work is available at https://commalab.org/papers/mcvamp/.

Keywords

Cite

@article{arxiv.2604.13323,
  title  = {Vectorizing Projection in Manifold-Constrained Motion Planning for Real-Time Whole-Body Control},
  author = {Shrutheesh R Iyer and I-Chia Chang and Andrew Z. Liu and Yan Gu and Zachary Kingston},
  journal= {arXiv preprint arXiv:2604.13323},
  year   = {2026}
}

Comments

8 pages, 8 figures, 3 tables. Under review

R2 v1 2026-07-01T12:09:49.670Z