Real-Time Fast Marching Tree for Mobile Robot Motion Planning in Dynamic Environments
Jefferson Silveira, Kleber Cabral, Sidney Givigi, Joshua A. Marshall

TL;DR
This paper introduces RT-FMT, a real-time motion planning algorithm for mobile robots in dynamic environments, combining global and local path planning, obstacle avoidance, and tree reusing for efficiency.
Contribution
The novel RT-FMT algorithm integrates local and global planning with dynamic obstacle handling, improving real-time performance over existing methods like RT-RRT*.
Findings
RT-FMT outperforms RT-RRT* in execution cost and arrival time.
Local path utilization reduces total arrival time.
Tree rewiring enables effective dynamic obstacle avoidance.
Abstract
This paper proposes the Real-Time Fast Marching Tree (RT-FMT), a real-time planning algorithm that features local and global path generation, multiple-query planning, and dynamic obstacle avoidance. During the search, RT-FMT quickly looks for the global solution and, in the meantime, generates local paths that can be used by the robot to start execution faster. In addition, our algorithm constantly rewires the tree to keep branches from forming inside the dynamic obstacles and to maintain the tree root near the robot, which allows the tree to be reused multiple times for different goals. Our algorithm is based on the planners Fast Marching Tree (FMT*) and Real-time Rapidly-Exploring Random Tree (RT-RRT*). We show via simulations that RT-FMT outperforms RT- RRT* in both execution cost and arrival time, in most cases. Moreover, we also demonstrate via simulation that it is worthwhile…
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.
