Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

FAR Planner: Fast, Attemptable Route Planner using Dynamic Visibility Update

About

The problem of path planning in unknown environments remains a challenging problem - as the environment is gradually observed during the navigation, the underlying planner has to update the environment representation and replan, promptly and constantly, to account for the new observations. In this paper, we present a visibility graph-based planning framework capable of dealing with navigation tasks in both known and unknown environments. The planner employs a polygonal representation of the environment and constructs the representation by extracting edge points around obstacles to form enclosed polygons. With that, the method dynamically updates a global visibility graph using a two-layered data structure, expanding the visibility edges along with the navigation and removing edges that become occluded by newly observed obstacles. When navigating in unknown environments, the method is attemptable in discovering a way to the goal by picking up the environment layout on the fly, updating the visibility graph, and fast re-planning corresponding to the newly observed environment. We evaluate the method in simulated and real-world settings. The method shows the capability to attempt and navigate through unknown environments, reducing the travel time by up to 12-47% from search-based methods: A*, D* Lite, and more than 24-35% than sampling-based methods: RRT*, BIT*, and SPARS.

Fan Yang, Chao Cao, Hongbiao Zhu, Jean Oh, Ji Zhang• 2021

Related benchmarks

TaskDatasetResultRank
Path planningForest Environment
Processing Time (Goal 1) (ms)48.14
6
Sequential NavigationGazebo Simple environment
Distance (m)19.9
5
Sequential NavigationGazebo Indoor environment
Execution Time (s)0.015
5
Sequential NavigationGazebo Forest environment
Time Elapsed (s)0.12
5
Robot navigationReal-world experiments (scenarios)
Success Rate75
4
Path planningTunnel environment
Goal 1 Latency (ms)7.22
3
Path planningGarage environment Goal 1
Travel Distance (m)177.3
3
Path planningGarage environment Goal 2
Travel Distance (m)811.6
3
Path planningGarage environment (Total)
Travel Distance (m)989
3
Path planningGarage environment Goal 2
Average Processing Time (ms)28.42
3
Showing 10 of 12 rows

Other info

Follow for update