5a - Robot Navigation Flashcards
What is the definition of navigation?
The process of determining and maintaining a path or trajectory to a goal destination
What are 3 key questions in Robot Navigation?
Where am I?
Where do I go?
How do I go there?
What does a robot need to be able to be able to answer the 3 questions of Robot Navigation?
A model of the environment
To perceive and understand the environment
To find its position and situation in the environment
To plan and execute the movement
What are the 2 ways in which a model of the environment can be provided?
Given or autonomously built
Name 2 types of path planning and give an example
Global path planning (graph search) and local path planning (collision avoidance)
What is global navigation?
Where the robot is not told its initial position and the position should be estimated from scratch
What is position tracking, or continuous localisation?
Where the robot knows its initial position
Name 3 types of global navigation strategy
Recognition triggered response, topological route and survey
What is recognition triggered response?
Local navigation triggered by the last recognised place
What is topological route?
Based on topological maps (graphs where places are nodes and edges are routes connecting them, go geometric information
What is Survey?
All known places and spatial relations are embedded in the same frame of reference, the robot can discover new paths
Name 4 types of local navigation strategy
Search, direction following, aiming, guidance
What is Search?
The robot can move and recognise its arrival at the goal
What is Direction following?
Compass direction or trail following (find goal from one direction)
What is Aiming?
Taxis to source, using landmarks (can find a salient goal from a catchment area)