Sampling-based optimal kinodynamic planning with motion primitives
Basak Sakcak, Luca Bascetta, Gianni Ferretti, Maria Prandini

TL;DR
This paper introduces a sampling-based kinodynamic motion planner that uses a precomputed database of motion primitives within RRT* to reduce online computation and handle dynamic environments effectively.
Contribution
It presents a novel integration of motion primitives into RRT* with an offline database, balancing optimality and computational efficiency.
Findings
The planner is asymptotically optimal as grid resolution decreases.
Precomputed motion primitives reduce online planning time.
The approach effectively handles dynamic or partially known environments.
Abstract
This paper proposes a novel sampling-based motion planner, which integrates in RRT* (Rapidly exploring Random Tree star) a database of pre-computed motion primitives to alleviate its computational load and allow for motion planning in a dynamic or partially known environment. The database is built by considering a set of initial and final state pairs in some grid space, and determining for each pair an optimal trajectory that is compatible with the system dynamics and constraints, while minimizing a cost. Nodes are progressively added to the tree of feasible trajectories in the RRT* algorithm by extracting at random a sample in the gridded state space and selecting the best obstacle-free motion primitive in the database that joins it to an existing node. The tree is rewired if some nodes can be reached from the new sampled state through an obstacle-free motion primitive with lower cost.…
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 · Advanced Vision and Imaging · Robotics and Sensor-Based Localization
