Introduction Flashcards

1
Q

3 key questions in mobile robotics

A
  1. Where am I?
  2. Where am I going?
  3. How do I get there?

To answer these questions the robot has to:
- Have a model of the environment (given or autonomously built)
- Find its position within the environment
- Perceive and analyze the environment
- Plan and execute the movement

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

Why robots?

A

4 reasons:
* replace the human
* project the human into a remote env
* assist the human
* amuse

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

7 areas of AI related to robotics

A
  1. knowledge representation: symbolic world representation
  2. natural language processing
  3. learning
  4. planning and problem solving
  5. inference: generating answers when incomplete informations
  6. search
  7. vision
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The 3 functionalities of an intelligent robot (always them…)

A
  • Reactive Functionality: sensing, locomotion, reactive behaviours
  • Deliberative Functionality: navigation, localization and mapping, path planning
  • Interactive Functionality: human-robot interaction, human-robot interfaces
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

3 general robotics paradigms

A
  1. Classical AI paradigm
  2. Intelligent robotics paradigm
  3. Collaborative robotics paradigm
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Classical AI paradigm

A

SENSE-PLAN-ACT

  • discrete paradigm
  • uses a perfect model
  • not a suitable paradigm (it does not adapt)
  • e.g. can be used for chess
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Intelligent robotics paradigm

A
  1. Perception
  2. Reasoning
  3. Action
  4. Repeat from 1
  • Continuous paradigm
  • Approximate model
  • Vacuum cleaner
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Collaborative robotics paradigm

A

Depending on the task we need to define:
?. Perception (sense)
?. Control software (plan)
?. Action (act)
?. Environment
?. Human (unpredictable)

  • just execute commands or interpret them?
  • shared-autonomy approach
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a robot?

A
  • Standard ISO 8373:2012:
    A robot is an actuated mechanism programmable in two or more axes with a certain degree of autonomy, moving within its environment, to perform intended tasks.
  • Historic definition:
    The word “robot” comes from the Czech proper name “Robot”, in turn coming from “robota” (hard work), with which the playwriter K. Čapek called the “automatons” (i.e. artificial creatures) working in place of the human workers in his sci-fi theatre play R.U.R. (1920).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Fundamental elements of a robot

A
  • Sensors
  • Information processors
  • Actuators

They all communicate between each other.

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

What is an intelligent robot?

A

Is a physically situated intelligent agent; it is a system that perceives its environment and takes actions which maximize its chances of success.

An intelligent robot is also called autonomous, where autonomous means autonomous capability.

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