Robot motion planning i Flashcards
Define robot motion planning
The motion of a robot based on sensor values to reach goal positions effectively and reliably
Explain path planning
Establishes a path consisting of a sequence of steps.
-requires the existence of a map for navigation
-configuration space representation
What are the 2 steps of graph search
-Graph construction
-Graph search
What are the different graph construction approaches?
-Visibility graph
-Voroni diagram
-Exact cell decomposition
What are the different graph search approaches
-Breadth-first
-Depth-first
-Dijkstra’s algorithm
-A* algorithm
-D* algorithm
What are techniques for path planning?
Graph construction techniques
Graph search techniques
Randomised Graph search
Potential field path planning
Explain the potential field path planning concept
Create a field or gradient across the mao to direct the robot to the goal.
-The robot is considered to be a point under the influence of the field
Give the pros and cons of potential field path planning
-leads to collision free path to goal
-local minima can be an issue (stuck)
-if robot is not a point mass, it is complex