Depth-based Sampling and Steering Constraints for Memoryless Local Planners
Thai Binh Nguyen, Linh Nguyen, Tanveer Choudhury, Kathleen, Keogh, Manzur Murshed

TL;DR
This paper presents a depth-based local planning approach that improves computational efficiency and success rates for memoryless planners by using depth data for sampling and steering, especially in cluttered environments.
Contribution
The paper introduces a novel depth-based sampling and steering method (DESS) that reduces collision checking workload and enhances navigation performance in local planners.
Findings
Significantly reduces collision checking workload.
Achieves success rates over 99.6% in simulated cluttered environments.
Decreases computation time while evaluating more trajectories.
Abstract
By utilizing only depth information, the paper introduces a novel but efficient local planning approach that enhances not only computational efficiency but also planning performances for memoryless local planners. The sampling is first proposed to be based on the depth data which can identify and eliminate a specific type of in-collision trajectories in the sampled motion primitive library. More specifically, all the obscured primitives' endpoints are found through querying the depth values and excluded from the sampled set, which can significantly reduce the computational workload required in collision checking. On the other hand, we furthermore propose a steering mechanism also based on the depth information to effectively prevent an autonomous vehicle from getting stuck when facing a large convex obstacle, providing a higher level of autonomy for a planning system. Our steering…
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.
Code & Models
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
