Advanced sensing Flashcards
1
Q
How does global localisation via recognition work?
A
- make measurements at chosen locations
- recognise learnt locations after training
2
Q
What is a depth measurement histogram?
A
- look at frequency of depth measurements and build frequency histogram
3
Q
What is probabilistic occupancy grid mapping?
A
infer which parts of map are free space and which have obstacles
4
Q
How does occupancy grid mapping work?
A
- for each cell store and update prob of occupancy
- initialise unexplored space to constant value
5
Q
Occupancy grid mapping for sonar sensor
A
- sonar reports depth z=d
- cells around distance d from robot likely to be occupied
- cells depth < d likely to be free
- for each cell test if lies in sonar beam, given robot position