ACS6121 - Unit 05 (Sensing and Estimation) Flashcards

(17 cards)

1
Q

What is the main goal of probabilistic robotics?

A

To model and manage uncertainty in sensing, motion, and decision-making using probabilistic methods.

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

What is a belief 𝑏𝑒𝑙(π‘₯_𝑑) in the context of Bayes filtering?

A

The probability distribution over the robot’s state at time 𝑑 given all measurements and controls up to that point.

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

What does Bayes’ rule compute?

A

The posterior probability of a state given a measurement.

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

What is the Kalman Filter best suited for?

A

Linear systems with Gaussian noise; it estimates the mean and covariance of the state distribution.

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

How does the Extended Kalman Filter differ from the standard Kalman Filter?

A

It linearizes nonlinear models using Jacobians before applying Kalman filtering.

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

What are the two main components of a motion model?

A

The control input and a noise model describing uncertainty in actuation.

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

What is the key idea behind Particle Filters?

A

Represent the belief distribution using many samples (particles), and use resampling to focus on likely states.

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

What problem does Monte Carlo Localisation solve?

A

It estimates a robot’s pose in a known map using particle filtering, even with noisy sensors and uncertain motions.

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

What is occupancy grid mapping?

A

A method to represent an environment as a grid where each cell has a probability of being occupied.

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

What is the main challenge in SLAM?

A

Estimating both the robot’s trajectory and the map of the environment simultaneously.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  1. Multiple Choice:
    Which method is best for nonlinear, non-Gaussian localisation problems?
    A) Kalman Filter
    B) Extended Kalman Filter
    C) Particle Filter
    D) Histogram Filter
A

β†’ Correct Answer: C) Particle Filter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  1. True/False:
    In the Kalman Filter, the state must be represented using particles.
A

β†’ False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  1. Fill in the Blank:
    The _______ model describes how the robot’s state changes due to movement commands.
A

β†’ Motion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  1. Short Answer:
    What does the measurement model
    𝑝(𝑧_π‘‘βˆ£π‘₯_𝑑) represent?
A

β†’ The probability of receiving measurement 𝑧_𝑑 given the robot is in state π‘₯_𝑑.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  1. Multiple Choice:
    Which of the following is a primary reason to use probabilistic estimation in robotics?
    A) Speed
    B) Precision control
    C) Handling uncertainty
    D) Simpler math
A

β†’ Correct Answer: C) Handling uncertainty

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
  1. True/False:
    In SLAM, knowledge of one landmark can help improve the estimate of another.
17
Q
  1. Short Answer:
    Why is the EKF suitable for SLAM applications?
A

β†’ It can estimate correlated uncertainties in both robot and landmark positions in nonlinear settings.