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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Steps of MCL

A
  1. motion prediction based on odometry
  2. measurement update based on outward looking sensor
  3. normalisation
  4. resampling
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do we do the measurement update for MCL?

A

apply Bayes rule to each particle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How does the likelihood work for sonar update?

A
  • further away measurement from prediction = less likely to occur
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How does resampling work?

A
  1. generative cumulative probability distribution
  2. generate uniformly distributed random number from 0 to 1
  3. pick particle which cumulative probability intersects random number
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How does a compass sensor work?

A
  • measures bearing relative to north
  • to do likelihood do angle measured - bearing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly