ACS6121 - Unit 05 (Sensing and Estimation) Flashcards
(17 cards)
What is the main goal of probabilistic robotics?
To model and manage uncertainty in sensing, motion, and decision-making using probabilistic methods.
What is a belief πππ(π₯_π‘) in the context of Bayes filtering?
The probability distribution over the robotβs state at time π‘ given all measurements and controls up to that point.
What does Bayesβ rule compute?
The posterior probability of a state given a measurement.
What is the Kalman Filter best suited for?
Linear systems with Gaussian noise; it estimates the mean and covariance of the state distribution.
How does the Extended Kalman Filter differ from the standard Kalman Filter?
It linearizes nonlinear models using Jacobians before applying Kalman filtering.
What are the two main components of a motion model?
The control input and a noise model describing uncertainty in actuation.
What is the key idea behind Particle Filters?
Represent the belief distribution using many samples (particles), and use resampling to focus on likely states.
What problem does Monte Carlo Localisation solve?
It estimates a robotβs pose in a known map using particle filtering, even with noisy sensors and uncertain motions.
What is occupancy grid mapping?
A method to represent an environment as a grid where each cell has a probability of being occupied.
What is the main challenge in SLAM?
Estimating both the robotβs trajectory and the map of the environment simultaneously.
- 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
β Correct Answer: C) Particle Filter
- True/False:
In the Kalman Filter, the state must be represented using particles.
β False
- Fill in the Blank:
The _______ model describes how the robotβs state changes due to movement commands.
β Motion
- Short Answer:
What does the measurement model
π(π§_π‘β£π₯_π‘) represent?
β The probability of receiving measurement π§_π‘ given the robot is in state π₯_π‘.
- 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
β Correct Answer: C) Handling uncertainty
- True/False:
In SLAM, knowledge of one landmark can help improve the estimate of another.
β True
- Short Answer:
Why is the EKF suitable for SLAM applications?
β It can estimate correlated uncertainties in both robot and landmark positions in nonlinear settings.