MCL Flashcards
1
Q
Continuous vs global localisation
A
continuous: estimate new position based on estimate of previous and new measurements
global: particles spread randomly through map
2
Q
Steps of MCL
A
- motion prediction based on odometry
- measurement update based on outward looking sensor
- normalisation
- resampling
3
Q
How do we do the measurement update for MCL?
A
apply Bayes rule to each particle
4
Q
How does the likelihood work for sonar update?
A
- further away measurement from prediction = less likely to occur
5
Q
What is a robust likelihood?
A
- heavy tail
- constant probability sensors gives garbage distributed across sensor range (add K)
- less aggressive at killing off far measurements
6
Q
How does resampling work?
A
- generative cumulative probability distribution
- generate uniformly distributed random number from 0 to 1
- pick particle which cumulative probability intersects random number
7
Q
How does a compass sensor work?
A
- measures bearing relative to north
- to do likelihood do angle measured - bearing