COM2009 L12 SLAM

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:58 PM on 6/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

26 Terms

1
New cards

What is SLAM?

Simultaneous Localization and Mapping, a fundamental problem in robotics.

2
New cards

What is state tracking?

Robust tracking of the current pose relative to the environment.

3
New cards

What are the two sources of information for state tracking?

Model (predictions) and sensor (updates using external cues)

4
New cards

What is the core problem for all autonomous navigation methods?

Accurately tracking the current pose relative to the environment.

5
New cards

What is the Kalman Filter?

An effective, recursive filter that estimates the internal state of a linear dynamic system from series noisy measurements.

<p>An effective, recursive filter that estimates the internal state of a linear dynamic system from series noisy measurements.</p>
6
New cards

What does the Kalman Filter allow?

Sensory updates to predicted state.

7
New cards

What is the Kalman Gain?

the influence that sensory inputs have on the overall output determined by its reliability (reliable sensory inputs will have a higher influence on the output)

8
New cards

What is the purpose of building a map of the local environment?

To estimate the state of the object in the world.

9
New cards

What are the steps involved in building a map?

1. Where am I?

2. Measure distance to object using LiDAR & updates map model

3. Robot moves and we make a predictions of what the world model might look like in the new pose.

4. More LiDAR measurement are obtained.

5. Sensory data used to update the map.

<p>1. Where am I?</p><p>2. Measure distance to object using LiDAR &amp; updates map model</p><p>3. Robot moves and we make a predictions of what the world model might look like in the new pose.</p><p>4. More LiDAR measurement are obtained.</p><p>5. Sensory data used to update the map.</p>
10
New cards

What is the purpose of predicting state from a model?

To calculate the predicted outcome using the input to robot and the robot model

11
New cards

What does the robot model consist of?

Previous state estimate

Impact of the input signal

System noise(Normal Distribution)

12
New cards

What happens when 2 independent normal distribution is summed?

The variance increases. (meaning less precise according to Bayesian inference)

13
New cards

What is the problem with compounding uncertainty with each estimate?

It leads to inaccurate predictions.

14
New cards

What is the purpose of updating state from sensory data?

To improve the accuracy of state estimation using Real Robot Dynamics

15
New cards

What are some reasons why sensory data alone may not be sufficient for state estimation?

Failing sensors, noisy data, power and storage constraints.

16
New cards

What is the purpose of the M in SLAM?

To build a map of the local environment using the Kalman Filter

17
New cards

What is LiDAR?

A laser sensor used to measure distance to objects.

18
New cards

What is the purpose of the L in SLAM?

To accurately track the state of the robot.

19
New cards

What is the purpose of extrapolating uncertainty?

To make a prediction about where the robot will be in the next iteration.

20
New cards

What is the purpose of the iterative process in SLAM?

To approximate the true position of the robot.

21
New cards

What does the S in SLAM stand for?

Simultaneous - recursive problem where the robots pose, and its environment estimates are simultaneously refined.

22
New cards

What is the green cloud in SLAM?

Real-time pose

23
New cards

What is the purpose of SLAM?

Localize the robot while mapping the environment

24
New cards

What is the Kalman Filter used for in SLAM?

To recursively build maps and provide insights into robot pose

25
New cards

What does real robot dynamics consist of?

sensor reading = true position(cant observe) + sensor noise(normal distribution)

26
New cards

What is uncertainty?

error estimating a parameter