Påhittade tentafrågor Flashcards
(11 cards)
Maximum Likelihood (ML)
Estimates the parameter that makes the observed data most likely. Maximizes P(data | parameter). Does not use prior knowledge.
Maximum A Posteriori (MAP)
Estimates the parameter using Bayes’ theorem and a prior. Maximizes P(parameter | data). Useful when prior information is available.
Taylor approximation in GPS
Used to linearize pseudo-range equations that include square roots. Helps solve the system using least squares and iteration.
Dead reckoning
Estimates position using the robot’s own motion data (e.g. encoders, IMU). Prone to drift over time without external references.
Visual odometry
Estimates motion by analyzing changes in camera images. More accurate than dead reckoning but affected by lighting and visibility.
Pulsed radar with missing echoes
Still gives range to static objects, but motion tracking becomes harder. Errors can be due to angle, material, low reflectivity or multipath.
Multipath effect
Occurs when a radar signal bounces off multiple surfaces, lika buildings, before returning, causing delay or false readings.
Motion capture system
Uses external cameras and markers to track pose. Very accurate, works indoors, needs clear line of sight, and struggles in bad lighting.
Visual odometry – error sources
Fog, dirt, low texture, fast motion, and lighting changes. Can be reduced by using IMU, good lighting, or preprocessing.
Kalman filter
Combines prediction and correction to estimate position over time. Used in sensor fusion to weigh multiple sensor inputs.
Sensor fusion
Combining data from multiple sensors to get a more accurate and reliable estimate.