01 05-Intro-Robotics-1-Overview
01 05-Intro-Robotics-1-Overview
INTRODUCTION TO
ROBOTICS
Part 1: Overview
Industrial robots
are used for jobs
that are:
Dirty
Dangerous
Repetitive
Focus on Jobs
Robots replace human workers
Primarily routine and labor intensive jobs
Robots create different types of jobs
Robot technicians, operators, and repairmen
Salesmen with technical knowledge
Engineers
Programmers
Supervisors with technical process and workflow
design expertise
New jobs require more knowledge and skill
Copyright Texas Education Agency, 2012. All rights reserved.
10
What is a Robot?
A machine capable of carrying out a
complex series of actions automatically, esp.
one programmable by a computer.
A robot is a mechanical contraption which
can perform tasks on its own, or with
guidance.
In practice a robot is usually an
electromechanical machine which is told
what to do by computer and electronic
programming.
Copyright Texas Education Agency, 2012. All rights reserved.
11
Example Robots
View example robots from the following
internet websites:
Industry
Student Competitions
General Description
There is no consensus on which machines
qualify as robots but there is general
agreement among experts, and the public, that
robots tend to do some or all of the following:
move around
operate a mechanical limb
sense and manipulate their environment
exhibit intelligent behavior
especially behavior which mimics humans or other
animals.
Copyright Texas Education Agency, 2012. All rights reserved.
13
Our Definition
For us, a robot will have 3 features:
Robot Systems
Structural System
Physical system that provides support and stability
Propulsion System (motion)
Drive system includes motors, wheels, and gears
Sensor, Tool, and Feedback System
Perception, transducers
Tools, arms, grippers, manipulators, actuators
Control System
Microcontroller, electrical power, and joystick
Programming
Operation and control
Copyright Texas Education Agency, 2012. All rights reserved.
15
External Internal
Environment Environment
Sensors Sensors
Control Unit
Robot Basics
A robot is a device that can respond to and
manipulate its environment.
Sensors are used to gain information
about the robot environment.
A robot can only respond to what it senses.
Actuators are those devices which perform
the physical operations of the robot.
Manipulators/arms/grippers
Motors/propulsion/motion
Copyright Texas Education Agency, 2012. All rights reserved.
17
Types Of Control
Remote Control
Wireless using some type of joystick
Uses radio frequencies to communicate
Autonomous
Performs without human guidance
A computer program tells it what to do
Has sensors to respond to its environment
Tethered
Wires physically connect controller to robot
Wires may also deliver power
Copyright Texas Education Agency, 2012. All rights reserved.
18
Power
Our primary power source will be a battery
Portable (robot moves freely)
Heavy (may need extra support and protection)
Steady DC voltage
Needs to be recharged or replaced
May need multiple batteries with different
voltages
One for propulsion (motors), one for the
controller (joystick), one for the microcontroller
Copyright Texas Education Agency, 2012. All rights reserved.
19
Control System
Microcontroller (c)
Runs the computer program
Needs proper connections to make things work
Needs proper signals to make things work
Joystick
Sends user control signals to the c
Receives control signals from the c
Motor controller
Gets signals from the c
Sends power to the motors
Copyright Texas Education Agency, 2012. All rights reserved.
20
Robot Evolution
A robot cannot understand what it is sensing in the
traditional way that humans do.
It can only understand in the way that a program can
get information and make useful decisions as a
result.
What we think of as robot intelligence is simply the
ability to handle an increased number of variables.
varieties of situations
Newer robots are able to perform tasks that are non
repetitive and non sequential, and in more and more
complex environments.
Copyright Texas Education Agency, 2012. All rights reserved.