Intro Flashcards

1
Q

What are the reasons to navigate?

A

Reach a goal
Don’t bump into things
Know where you are

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

Kinds of navigation?

A

Using maps
Using directions
Using guidance

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

What problem do we solve using Localization and planning?

A

Where is a position

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

What problem do we solve using Perception?

A

How to recognize that position

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

What problem do we solve using Locomotion kinematic?

A

How to relocate myself

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

What problem do we solve using Planning?

A

Where to go next

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

What is observation or sensing?

A

Measuring aspects of environment
No interpretation
No meaning
Mechanical process

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

What is perception?

A

Uses observation
Interprets data
Creates derived entities
Limited meaning

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

What is cognition?

A

Uses perception
Associate patterns or entities with meaning
Link meaning to possible actions.

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

What approaches exist to decide what to do?

A

Classical AI

New AI

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

What is the classical AI approach?

A

Model based navigation
Complete modeling
Function based
Horizontal decomposition

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

What is the new AI approach?

A

Behavior based navigation
It has no modeling
It is behavior based
Has a vertical decomposition

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

Is it possible to combine classical AI and new AI?

A

Yes

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

What is a world model?

A

It is a knowledge based containing information about what exists in the world, how entities are related and what properties those entities have in the world.

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

What kinds of maps do we have? (Explain each)

A
  • Continuous metric map: Records exact position for each object.
  • Grid-based metric map: Records objects for each position.
  • Topological map: Records connectivity of nodes. Each node represents a position or limited area.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is reactive control?

A

Navigate without maps.
Relies on sensor to move around the map.
Follows pre-programmed directions.

17
Q

What is a braitenberg vehicle?

A

It’s a robot which sensors are connected directly to the motors, which results in a control of the direction of movement is done using the readings from the sensors.

18
Q

What are some Path planning algorithms?

A
  • Grid-based: Discretize configuration space into grid.
  • Geometric: Based on geometric calculations.
  • Potential field: Goal attracts the robot, obstacles repulse it.
  • Sampling-based: Sparse connectivity graph in configuration space.