Efficient Swept Volume-Based Trajectory Generation for Arbitrary-Shaped Ground Robot Navigation
Yisheng Li, Longji Yin, Yixi Cai, Jianheng Liu, Fangcheng Zhu, Mingpu Ma, Siqi Liang, Haotian Li, Fu Zhang
TL;DR
This work tackles the challenge of safely navigating arbitrarily shaped ground robots in cluttered environments with efficient continuous collision avoidance (CCA). It introduces a coarse-to-fine framework comprising topology path generation, SE(2) motion sequence generation, and subproblem trajectory optimization that leverages SVSDF for SE(2) segments and simpler R^2 planning elsewhere. Key contributions include geometry-aware topology shortening, SE(2) motion sequence construction with high-/low-risk region classification, and a MINCO-based back-end that splices optimized SE(2) and R^2 segments into a continuous trajectory. Extensive benchmarks and real-world experiments show substantial gains in planning speed and CCA success rate compared with state-of-the-art baselines, demonstrating practical applicability for real-time autonomous navigation of complex-shaped robots.
Abstract
Navigating an arbitrary-shaped ground robot safely in cluttered environments remains a challenging problem. The existing trajectory planners that account for the robot's physical geometry severely suffer from the intractable runtime. To achieve both computational efficiency and Continuous Collision Avoidance (CCA) of arbitrary-shaped ground robot planning, we proposed a novel coarse-to-fine navigation framework that significantly accelerates planning. In the first stage, a sampling-based method selectively generates distinct topological paths that guarantee a minimum inflated margin. In the second stage, a geometry-aware front-end strategy is designed to discretize these topologies into full-state robot motion sequences while concurrently partitioning the paths into SE(2) sub-problems and simpler R2 sub-problems for back-end optimization. In the final stage, an SVSDF-based optimizer generates trajectories tailored to these sub-problems and seamlessly splices them into a continuous final motion plan. Extensive benchmark comparisons show that the proposed method is one to several orders of magnitude faster than the cutting-edge methods in runtime while maintaining a high planning success rate and ensuring CCA.
