Week 13 UAS Flashcards

1
Q

3 primary categories of Robots?

A
  1. Manipulators
  2. Mobile Robot
  3. Mobile Manipulator
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The difference between passive sensors and active sensors?

A

Passive sensors such as cameras, capture signals that are generated by other sources in the environment
Active sensors such as sonar, provide more information than passive sensors but increased power consumption and a danger of interference when multiple active sensors are used at the same time.

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

What is Range finders?

A

sensors that measure the distance to nearby objects

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

Type of Sensors?

A
  1. Range Finders: sonar, laser, radar, GPS
  2. Imaging sensors: cameras
  3. Proprioceptive sensors: shaft decoders, force sensors, torque sensors
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Effectors?

A

means by which robots move and change the shape of their bodies.

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

Common examples of hard perceptual problems:

A
  1. localization
  2. mapping
  3. object recogniziton
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

2 approaches to handle infinite states in Moving?

A
  1. Cell decomposition: divide up space into simple cells

2. Skeletonization: identify finite number of easily connected points/lines

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

What is software architecture?

A

a methodology for structuring algorithms. An architecture includes languages and tools for writing programs, as well as an overall philosophy for how programs can be brought together.

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

What is Hybrid architectures?

A

Hybrid architectures combine reaction with deliberation. The most popular hybrid architecture is the three-layer architecture, which consists of:

  1. The reactive layer provides low-level control to the robot. It is characterized by a tight sensor—action loop. Its decision cycle is often on the order of milliseconds.
  2. The executive layer (or sequencing layer) serves as the glue between the reactive layer and the deliberative layer. It accepts directives by the deliberative layer, and sequences them for the reactive layer.
  3. The deliberative layer generates global solutions to complex tasks using planning.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is pipeline architecture?

A

pipeline architecture processes data in parallel through a sequence of modules, corresponding to perception, modeling, planning, control, and robot interfaces.

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

what is The subsumption architecture?

A

The subsumption architecture enables programmers to compose robot controllers from interconnected finite state machines.

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