Space Adaptive Search for Nonholonomic Mobile Robots Path Planning
Qi Wang

TL;DR
This paper introduces a space adaptive search method for nonholonomic mobile robot path planning that reduces computation time, avoids local minima, and adapts motion primitives for complex environments, maintaining path optimality.
Contribution
It proposes a novel space adaptive search (SAS) approach that updates multiple states simultaneously and adaptively scales motion primitives, improving efficiency and flexibility over traditional methods.
Findings
SAS significantly reduces computation time compared to weighted A*.
SAS effectively escapes local minima in clustered environments.
The method maintains path optimality without heuristic acceleration.
Abstract
Path planning for a nonholonomic mobile robot is a challenging problem. This paper proposes a novel space adaptive search (SAS) approach that greatly reduces the computation cost of nonholonomic mobile robot path planning. The classic search-based path planning only updates the state on the current location in each step, which is very inefficient, and, therefore, can easily be trapped by local minimum. The SAS updates not only the state of the current location, but also all states in the neighborhood, and the size of the neighborhood is adaptively varied based on the clearance around the current location at each step. Since a great deal of states can be immediately updated, the search can explore the local minimum and get rid of it very fast. As a result, the proposed approach can effectively deal with clustered environments with a large number of local minima. The SAS also utilizes a…
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 · Control and Dynamics of Mobile Robots · Optimization and Search Problems
