Graph construction methods Flashcards
Explain how the visibilty graph works to optimize planning
Connect edges of obstructions and walls via lines to find the shortest path
What are the cons of the visibility graph?
-Path may make contact with obstruction if bot is not a point mass
-obstructions may need to be inflated
Explain how a voroni diagram aims to optimize path planning
Consists of lines that maximise distance from obstructions
What are the cons of the voroni diagram?
-weak when there are limited localisation sensors
-planning is not optimal for finding shortest distance
-some paths may be blocked
Explain how cell decomposition aims to optimise path planning
At each edge a cell is made and these are either completely free or occupied.
This approach is good for simple obstacles.
Cons of cell decomposition
Efficiency is compromised for high density and complex maps