You are on page 1of 9

24/01/2018

ROBOTICS
ECE 411: ROBOTICS
ENGR. LALAINE JEAN A. BALLAIS, ECT

One of human being’s greatest ambitions has


been to give life to their artifacts.
HISTORY OF ROBOTICS

1
24/01/2018

TITAN PROMETHEUS GIANT TALUS


Human molded from clay. Bronze slave forged by
Hephaestus.

FRANKENSTEIN SLAVES OF STEEL


Human being assembled from The word robot was first used by
stolen body parts. Czechoslovakian writer Karel
Capek in his satirical play, R.U.R.
(Rossum’s Universal Robots).

The word robot was taken from


the Czech word for forced labor.

WARTIME CALCULATORS AND


INVENTIONS COMPUTERS
WW2 was a catalyst in the • Around 1830s, Charles
development of two important Babbage dreamed up the
robot components – artificial idea for an “Analytical
sensing and autonomous control. Engine”
• John Atanassoff would build
the first digital computer 100
years later

2
24/01/2018

A ROBOT IN EVERY
POT
• In 1946, the University of • The invention of the transistor
Pennsylvania completed the in 1948 increased the rate of
ENIAC electronic growth
• Ten years later, silicon
microchips were created
• Westinghouse robot Elecktro
– 7-ft robot could smoke and
play the piano

INDUSTRIAL- EARLY PERSONAL


STRENGTH ARMS ROBOTS
• As the demand for cars grew, • With the rise of personal
manufacturers looked for new computer came the personal
ways to increase the robot craze of the ‘80s
efficiency of the assembly • RB5X and the HERO 1 robots
line through telecherics were both designed as
• In 1961, General Motors education tools for learning
applied telecheric system about computers
• In 1978, PUMA was
introduced and became the
standard for telecherics

ARMS IN SPACE SURGICAL TOOLS


• Once earthlings traveled to • Robots are performing many
space, they wanted to build surgical tasks
things there • In 1985, Dr. Yik San Kwoh
• In 1981, Canadarm has gone invented the robot-software
on to deploy and repair interface used in the first
satellites, telescopes, and robot-aided surgery
shuttles

3
24/01/2018

THE HONDA
HUMANOID HAZARDOUS DUTIES
Two-legged intelligent robot • In 1994, the CMU Field
capable of climbing stairs, Robotics Center sent Dante II,
a tethered walking robot to
kicking a ball, pushing a cart, or
explore Mt. Spurr in Alaska
tightening a screw
• Aids in dangerous recovery
of volcanic gases and
samples
• Defused bombs and
investigated nuclear accident
sites

SELF-POWERED
INSECTS RANGE OF ROVERS
• Some robots mimic humans, • In the 1996 Sojourner was
while others resemble lower sent to Mars – testing soil
life forms composition, wind speed, and
• Mark Tilden’s BEAM robots water vapor quantities
look and act like big bugs • In 2004, twin robot rovers
was launched and sent back
amazing images in journeys
of kilometers, not meters

ENTERTAINING PETS
• There was a return to
consumer-oriented robots in
the late 90s
• Sony Corp. made AIBO, the
robotic dog, which can
3 FUNDAMENTAL LAWS OF ROBOTICS
autonomously navigate a
room and play ball

4
24/01/2018

1. A robot may not injure a human being or, through inaction, allow a human
being to come to harm
The term “robotics” was introduced by Isaac Asimov, a well- 2. A robot must obey the orders given by human beings, except when such
known science fiction writer, as science devoted to the study orders would conflict the first law
of robot based on three fundamental laws in his book I 3. A robot must protect its own existence, as long as such protection does not
Robot. conflict with the first or second law

ROBOT COMPONENTS AND SUBSYSTEMS CLASSIFICATION OF ROBOTS


• Robotic Manipulator
• Mechanical system, such as wheeled platforms, arm, or other construction,
• Wheeled Mobile Robots (WMR)
capable of interacting with its environment
• Legged Robots
• Actuation system provides capability to exert an action; animates the
mechanical componenets • Underwater Robots and Flying Robots
• Sensory system on or around the device that are able to sense the • Robot Vision
environment and give useful feedback to the device • Artificial Intelligence
• Control system command the execution of action • Industrial Automation

ROBOTIC MANIPULATOR ROBOTIC MANIPULATOR


• Robotic arms
• Useful and economical tools in manufacturing, medicine, and other industries • Consists of a sequence of rigid bodies (links) interconnected by means of
articulations (joints)
• Arm (mobility), wrist (dexterity), end-effector (perform tasks)
• Joint: Prismatic or Revolute
• DOF: each prismatic or revolute joint provides 1 single DOF
• Workspace: represents the portion of the environment the end-effector can
access

5
24/01/2018

ROBOTIC MANIPULATOR CLASSIFICATION

Joints Workspace
Cartesian PPP Rectangular parallel-
piped
Cylinder RPP Portion of hollow
cylinder
Spherical RRP Portion of hollow
sphere
Articulated RRR Portion of sphere

WHEELED MOBILE ROBOTS (WMR) LEGGED ROBOTS


• Perform many tasks in industry and in the military • Locomotion is based on 3 different basic mechanisms:
• Slider
• Liver
• Wheel or track

LEGGED ROBOTS LEGGED ROBOTS

Choosing the mechanism for locomotion of a robot depends on: Benefits:


• Terrain on which the robot mainly moves • Better mobility
• Operational flexibility needed when working • Better stability on the platform
• Power and/or energy efficiency requirements • Better energy efficiency
• Payload capacity requirements • Smaller impact on the ground
• Stability
• Impact on the environment

6
24/01/2018

LEGGED ROBOTS LEGGED ROBOTS

• Use a motion control system – controls the motion of the body so that leg Two classes of Gait:
movements automatically generate the desired • Periodic gaits – repeat the same sequence of supporting leg
body movements configurations
- controls gait and foot placement to find the next • Nonperiodic or free gaits – do not have any periodicity in their gait
foothold pattern

UNDERWATER ROBOTS FLYING ROBOTS


• Camera-equipped underwater robots • Used effectively in military maneuvers
• Tracking of fish and searching for sunken ships • Often mimic the movements of insects

ROBOT VISION

• Great deal of effort has been devoted to providing machines with sensors
that mimic the capabilities of the human vision system
• Use vision-based sensors – capture the same raw information light that the
human vision system uses
• 2 current technologies for creating vision sensors: CCD and CMOS

7
24/01/2018

ARTIFICIAL INTELLIGENCE ARTIFICIAL INTELLIGENCE

• A branch of computer science and engineering that deals with intelligent Schools of Thought:
behavior, learning, and adaptation in machines • Conventional AI
• Concerned with producing machines to automate tasks requiring intelligent • Computational Intelligence (CI)
behavior
• An engineering discipline focused on providing solutions to real-life problems,
software applications, traditional strategy games (computer chess, video
games)

CONVENTIONAL AI COMPUTATIONAL INTELLIGENCE (CI)

• Also known as symbolic AI, logical AI, neat AI, and Good Old-Fashioned • Also known as nonsymbolic AI, scruffy AI, and soft computing
Artificial Intelligence (GOFAI)
• Involves iterative development or learning
• Methods include:
• Learning based on empirical data
Expert systems – apply reasoning capabilities to reach a conclusion
Case-based reasoning – previously solved problems are used to solve
similar cases
Bayesian networks – model representing possible states with probabilities
Behavior-based AI – modular method of building AI systems by hand

COMPUTATIONAL INTELLIGENCE (CI) INDUSTRIAL AUTOMATION

• Methods include: • Automation is the use of control systems, such as computers, to control industrial
Neural networks – systems with very strong pattern recognition capabilities machinery and processes, replacing human operators
Fuzzy systems – techniques for reasoning under uncertainty • A step beyond mechanization
Evolutionary computation – applies biologically inspired concepts to
generate increasingly better solutions to problems

8
24/01/2018

You might also like