Long-Horizon Motion Planning via Sampling and Segmented Trajectory Optimization
Jessica Leu, Michael Wang, and Masayoshi Tomizuka

TL;DR
This paper introduces a hybrid motion planning method combining sampling and segmented optimization to efficiently generate long-horizon, collision-free robot trajectories in obstacle-rich environments.
Contribution
The paper proposes RRT*-sOpt, a novel hybrid planner that integrates sampling-based and optimization-based planning with trajectory segmentation for improved long-horizon planning.
Findings
Performs robustly across various robot platforms and scenarios
Reduces computation time by segment reduction before convergence
Achieves collision-free, dynamically feasible trajectories efficiently
Abstract
This paper presents a hybrid robot motion planner that generates long-horizon motion plans for robot navigation in environments with obstacles. We propose a hybrid planner, RRT* with segmented trajectory optimization (RRT*-sOpt), which combines the merits of sampling-based planning, optimization-based planning, and trajectory splitting to quickly plan for a collision-free and dynamically-feasible motion plan. When generating a plan, the RRT* layer quickly samples a semi-optimal path and sets it as an initial reference path. Then, the sOpt layer splits the reference path and performs optimization on each segment. It then splits the new trajectory again and repeats the process until the whole trajectory converges. We also propose to reduce the number of segments before convergence with the aim of further reducing computation time. Simulation results show that RRT*-sOpt benefits from the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Robotics and Sensor-Based Localization · Control and Dynamics of Mobile Robots
