SlideShare uma empresa Scribd logo
1 de 31
Introduction to Robotics
Analysis, systems, Applications
Saeed B. Niku
Chapter 1
Fundamentals
1. Introduction
Fig. 1.1 (a) A Kuhnezug truck-mounted crane
Reprinted with permission from Kuhnezug Fordertechnik GmbH.
Fig. 1.1 (b) Fanuc S-500 robots performing
seam-sealing on a truck.
Reprinted with permission from Fanuc Robotics, North America, Inc.
What is a Robot ?
 Random House DictionaryRandom House Dictionary A machine that resembles
a human being and does mechanical routine tasks
on command.
 Robotics Association of AmericaRobotics Association of America An industrial robot is
a re-programmable, multifunctional manipulator
designed to move materials, parts, tools, or
specialized devices through variable programmed
motions for the performance of a variety of tasks.
What is a Robot ?
 A manipulator (or an industrial robot) is
composed of a series of links connected to each
other via joints. Each joint usually has an
actuator (a motor for eg.) connected to it.
 These actuators are used to cause relative
motion between successive links. One end of the
manipulator is usually connected to a stable base
and the other end is used to deploy a tool.
Classification of Robots
- JIRA (Japanese Industrial Robot Association)
Class1: Manual-Handling Device
Class2: Fixed Sequence Robot
Class3: Variable Sequence Robot
Class4: Playback Robot
Class5: Numerical Control Robot
Class6: Intelligent Robot
Classification of Robots
- RIA (Robotics Institute of America)
Variable Sequence Robot(Class3)
Playback Robot(Class4)
Numerical Control Robot(Class5)
Intelligent Robot(Class6)
Classification of Robots
- AFR (Association FranÇaise de Robotique)
Type A: Manual Handling Devices/ telerobotics
Type B: Automatic Handling Devices/
predetermined cycles
Type C: Programmable, Servo controlled robot,
continuous point-to-point trajectories
Type D: Same type with C, but it can acquire
information.
Chapter 1
Fundamentals
♦ Robot in the world
Painting Robot in Motor Company
Assembly Robot in Electronic Company
Chapter 1
Fundamentals
♦ Robot in the world
Wearable Robotic Arm and Tele-Operated Robot (KIST)
Chapter 1
Fundamentals
♦ Robot in the world
HONDA (ASIMO) – Biped Robot Fujitsu – Biped Robot (Laptop Size)
Chapter 1
Fundamentals
♦ Robot in the world
Sony (AIBO) – Toy robot
What is Robotics?
 Robotics is the art, knowledge base, and the
know-how of designing, applying, and using
robots in human endeavors.
 Robotics is an interdisciplinary subject that
benefits from mechanical engineering,
electrical and electronic engineering,
computer science, biology, and many other
disciplines.
What is Robotics
♦ History of Robotics
1922: Karel Čapek’s novel, Rossum’s Universal Robots, word “Robota”
(worker)
1952: NC machine (MIT)
1955: Denavit-Hartenberg Homogeneous Transformation
1967: Mark II (Unimation Inc.)
1968: Shakey (SRI) - intelligent robot
1973: T3 (Cincinnati Milacron Inc.)
1978: PUMA (Unimation Inc.)
1983: Robotics Courses
21C: Walking Robots, Mobile Robots, Humanoid Robots
Advantages VS. Disadvantages
of Robots
♦ Robots increase productivity, safety, efficiency, quality, and
consistency of products.
♦ Robots can work in hazardous environments without the need.
♦ Robots need no environmental comfort.
♦ Robots work continuously without experiencing fatigue of problem.
♦ Robots have repeatable precision at all times.
♦ Robots can be much more accurate than human.
♦ Robots replace human workers creating economic problems.
♦ Robots can process multiple stimuli or tasks simultaneously.
♦ Robots lack capability to respond in emergencies.
♦ Robots, although superior in certain senses, have limited
capabilities in Degree of freedom, Dexterity, Sensors, Vision
system, real time response.
♦ Robots are costly, due to Initial cost of equipment, Installation
costs, Need for Peripherals, Need for training, Need for
programming.
What are the parts
of a robot?
•Manipulator
•Pedestal
•Controller
•End Effectors
•Power Source
Manipulator
• Base
• Appendages
Shoulder
Arm
Grippers
Pedestal
(Human waist)
•Supports the
manipulator.
•Acts as a
counterbalance.
Controller
(The brain)
• Issues instructions to
the robot.
• Controls peripheral
devices.
• Interfaces with robot.
• Interfaces with
humans.
End Effectors
(The hand)
• Spray paint
attachments
• Welding attachments
• Vacuum heads
• Hands
• Grippers
Power Source
(The food)
• Electric
• Pneumatic
• Hydraulic
Robots degrees of freedomRobots degrees of freedom
 Degrees of Freedom: Number ofDegrees of Freedom: Number of
independent position variables whichindependent position variables which
would has to be specified to locate allwould has to be specified to locate all
parts of a mechanism.parts of a mechanism.
 In most manipulators this is usually theIn most manipulators this is usually the
number of joints.number of joints.
Fig. 1.3 A Fanuc P-15 robot.
Reprinted with permission from Fanuc Robotics, North America, Inc.
Consider what is the degree of Fig. 3
1 D.O.F. 2 D.O.F. 3 D.O.F.
Robots degrees of freedom
Robot Joints
Prismatic Joint: Linear, No rotation involved.
(Hydraulic or pneumatic cylinder)
Revolute Joint: Rotary, (electrically driven with stepper motor, servo motor)
Robot
Coordinates
• Cartesian/rectangular/gantry (3P) : 3 cylinders joint
• Cylindrical (R2P) : 2 Prismatic joint and 1 revolute joint
Fig. 1.4
• Spherical (2RP) : 1 Prismatic joint and 2 revolute joint
• Articulated/anthropomorphic (3R) : All revolute(Human arm)
• Selective Compliance Assembly Robot Arm (SCARA):
2 paralleled revolute joint and 1 additional prismatic joint
Robot Reference Frames
Fig. 1.6 A robot’s World, Joint, and Tool
reference frames.
Most robots may be programmed
to move relative to either of these
reference frames.
Chapter 1
Fundamentals
♦ Programming Modes
♦ Robot Characteristics
Physical Setup: PLC
Lead Through/ Teach Mode: Teaching Pendant/ Playback, p-to-p
Continuous Walk-Through Mode: Simultaneous joint-movement
Software Mode: Use of feedback information
Payload: Fanuc Robotics LR Mate™ (6.6/ 86 lbs), M- 16i ™(35/ 594 lbs)
Reach: The maximum distance a robot can reach within its work envelope.
Precision (validity): defined as how accurately a specified point
can be reached… 0.001 inch or better.
Repeatability (variability): how accurately the same position can be
reached if the motion is repeated many times.
Robot Workspace
Fig. 1.7 Typical workspaces for common robot configurations
Chapter 1
Fundamentals
♦ Robot Languages
Microcomputer Machine Language Level: the most basic and
very efficient but difficult to understand to follow.
Point-to-Point Level: Funky®
Cincinnati Milacron’s T3©
It lacks branching, sensory information.
Primitive Motion Level: VAL by Unimation™
Interpreter based language.
Structured Programming Level: This is a compiler based
but more difficult to learn.
Task-Oriented Level: Not exist yet and proposed IBM in the 1980s.
Chapter 1
Fundamentals
♦ Robot Application
Machine loading
Pick and place operations
Welding
Painting
Sampling
Assembly operation
Manufacturing
Surveillance
Medical applications
Assisting disabled individuals
Hazardous environments
Underwater, space, and remote locations
Chapter 1
Fundamentals
♦ Robot Application
Fig. 1.8 A Staubli robot loading and unloading Fig. 1.9 Staubli robot placing dishwasher tubs
Fig. 1.10 An AM120 Fanuc robot Fig. 1.11 A P200 Fanuc painting automobile bodies
Chapter 1
Fundamentals
♦ Robot Application
Fig. 1.12 Staubli RX FRAMS robot in a BMW Fig. 1.13 A Fanuc LR Mate 200i robot removal operation
Fig. 1.13 The Arm, a 6 DOF bilateral force-feedback manipulator Medical Robot of German

Mais conteúdo relacionado

Mais procurados

Mais procurados (20)

Robotics ppt
Robotics  pptRobotics  ppt
Robotics ppt
 
Robotics
RoboticsRobotics
Robotics
 
Robotics ppt
Robotics pptRobotics ppt
Robotics ppt
 
Robotics seminar ppt
Robotics seminar pptRobotics seminar ppt
Robotics seminar ppt
 
Robots in automobile industry
Robots in automobile industryRobots in automobile industry
Robots in automobile industry
 
Robotics Knowledge, About robotics.
Robotics Knowledge, About robotics.Robotics Knowledge, About robotics.
Robotics Knowledge, About robotics.
 
Robotics and Technology
Robotics and TechnologyRobotics and Technology
Robotics and Technology
 
Robotics
Robotics Robotics
Robotics
 
Presentation of robotics
Presentation of roboticsPresentation of robotics
Presentation of robotics
 
Robotics.!
Robotics.!Robotics.!
Robotics.!
 
basics of robotics
basics of roboticsbasics of robotics
basics of robotics
 
BASICS and INTRODUCTION of ROBOTICS
BASICS and INTRODUCTION of ROBOTICSBASICS and INTRODUCTION of ROBOTICS
BASICS and INTRODUCTION of ROBOTICS
 
ROBOTICS & DESIGN (Introduction of Robots) EEN-429
ROBOTICS & DESIGN (Introduction of Robots) EEN-429ROBOTICS & DESIGN (Introduction of Robots) EEN-429
ROBOTICS & DESIGN (Introduction of Robots) EEN-429
 
Robotics
RoboticsRobotics
Robotics
 
Robotics.Ppt
Robotics.PptRobotics.Ppt
Robotics.Ppt
 
Robotics ppt
Robotics pptRobotics ppt
Robotics ppt
 
Robots.pptx 1
Robots.pptx 1Robots.pptx 1
Robots.pptx 1
 
robotics
roboticsrobotics
robotics
 
Robotics by Maryam javed
Robotics by Maryam javedRobotics by Maryam javed
Robotics by Maryam javed
 
Robotics
RoboticsRobotics
Robotics
 

Semelhante a Introduction

Chapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals.pptChapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals.pptlancelotlabajo
 
Chapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals.pptChapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals.pptOyunbatGansukh1
 
Chapter 1 - Fundamentals Chapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals Chapter 1 - Fundamentals.pptChapter 1 - Fundamentals Chapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals Chapter 1 - Fundamentals.pptabdessamadelforji
 
Introduction to Robotics
Introduction to Robotics Introduction to Robotics
Introduction to Robotics YAZEN SHAKIR
 
Industrial Robotics Chap 01 Fundamentals
Industrial  Robotics  Chap 01  FundamentalsIndustrial  Robotics  Chap 01  Fundamentals
Industrial Robotics Chap 01 FundamentalsKevin Carvalho
 
Computer aided manufacturing robotic systems
Computer aided manufacturing robotic systemsComputer aided manufacturing robotic systems
Computer aided manufacturing robotic systemsPrasanth Kumar RAGUPATHY
 
Fundamental of robotic manipulator
Fundamental of robotic manipulatorFundamental of robotic manipulator
Fundamental of robotic manipulatorsnkalepvpit
 
Ch-5.0_Robot Technology - CIM.pptx
Ch-5.0_Robot Technology - CIM.pptxCh-5.0_Robot Technology - CIM.pptx
Ch-5.0_Robot Technology - CIM.pptxDrGaurangJoshi2
 
RnA Unit 1 eeejwkwjwjw wjwjjwjjjw w.pptx
RnA Unit 1 eeejwkwjwjw wjwjjwjjjw w.pptxRnA Unit 1 eeejwkwjwjw wjwjjwjjjw w.pptx
RnA Unit 1 eeejwkwjwjw wjwjjwjjjw w.pptxGOYALJAYA
 
Robots in automobile industry
Robots in automobile industryRobots in automobile industry
Robots in automobile industryNiraj Rajan
 
robotsinautomobileindustry-160311092216.pdf
robotsinautomobileindustry-160311092216.pdfrobotsinautomobileindustry-160311092216.pdf
robotsinautomobileindustry-160311092216.pdfSanjeevkumar217359
 
Chapter 8 rebotics
Chapter 8 reboticsChapter 8 rebotics
Chapter 8 reboticswahab khan
 
Introduction to robotics, Laws,Classification,Types, Drives,Geometry
Introduction to robotics, Laws,Classification,Types, Drives,Geometry  Introduction to robotics, Laws,Classification,Types, Drives,Geometry
Introduction to robotics, Laws,Classification,Types, Drives,Geometry Mohammad Ehtasham
 
Ch-5.0_Robot Technology - CIM.pptx
Ch-5.0_Robot Technology - CIM.pptxCh-5.0_Robot Technology - CIM.pptx
Ch-5.0_Robot Technology - CIM.pptxPuneetMathur39
 

Semelhante a Introduction (20)

Chapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals.pptChapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals.ppt
 
Chapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals.pptChapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals.ppt
 
Chapter 1 - Fundamentals Chapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals Chapter 1 - Fundamentals.pptChapter 1 - Fundamentals Chapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals Chapter 1 - Fundamentals.ppt
 
Industrial robotics
Industrial roboticsIndustrial robotics
Industrial robotics
 
robot_program.ppt
robot_program.pptrobot_program.ppt
robot_program.ppt
 
Introduction to Robotics
Introduction to Robotics Introduction to Robotics
Introduction to Robotics
 
Industrial Robotics Chap 01 Fundamentals
Industrial  Robotics  Chap 01  FundamentalsIndustrial  Robotics  Chap 01  Fundamentals
Industrial Robotics Chap 01 Fundamentals
 
Computer aided manufacturing robotic systems
Computer aided manufacturing robotic systemsComputer aided manufacturing robotic systems
Computer aided manufacturing robotic systems
 
Robotics >modified<
Robotics >modified<Robotics >modified<
Robotics >modified<
 
Robotic technology
Robotic technologyRobotic technology
Robotic technology
 
Fundamental of robotic manipulator
Fundamental of robotic manipulatorFundamental of robotic manipulator
Fundamental of robotic manipulator
 
Ch-5.0_Robot Technology - CIM.pptx
Ch-5.0_Robot Technology - CIM.pptxCh-5.0_Robot Technology - CIM.pptx
Ch-5.0_Robot Technology - CIM.pptx
 
RnA Unit 1 eeejwkwjwjw wjwjjwjjjw w.pptx
RnA Unit 1 eeejwkwjwjw wjwjjwjjjw w.pptxRnA Unit 1 eeejwkwjwjw wjwjjwjjjw w.pptx
RnA Unit 1 eeejwkwjwjw wjwjjwjjjw w.pptx
 
Robots in automobile industry
Robots in automobile industryRobots in automobile industry
Robots in automobile industry
 
robotsinautomobileindustry-160311092216.pdf
robotsinautomobileindustry-160311092216.pdfrobotsinautomobileindustry-160311092216.pdf
robotsinautomobileindustry-160311092216.pdf
 
Robotics classes in mumbai
Robotics classes in mumbaiRobotics classes in mumbai
Robotics classes in mumbai
 
Chapter 8 rebotics
Chapter 8 reboticsChapter 8 rebotics
Chapter 8 rebotics
 
ROBOTICS.pdf
ROBOTICS.pdfROBOTICS.pdf
ROBOTICS.pdf
 
Introduction to robotics, Laws,Classification,Types, Drives,Geometry
Introduction to robotics, Laws,Classification,Types, Drives,Geometry  Introduction to robotics, Laws,Classification,Types, Drives,Geometry
Introduction to robotics, Laws,Classification,Types, Drives,Geometry
 
Ch-5.0_Robot Technology - CIM.pptx
Ch-5.0_Robot Technology - CIM.pptxCh-5.0_Robot Technology - CIM.pptx
Ch-5.0_Robot Technology - CIM.pptx
 

Último

Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research DiscourseAnita GoswamiGiri
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseCeline George
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleCeline George
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptxmary850239
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxMichelleTuguinay1
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxDhatriParmar
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 

Último (20)

Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research Discourse
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 Database
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP Module
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 

Introduction

  • 1. Introduction to Robotics Analysis, systems, Applications Saeed B. Niku
  • 2. Chapter 1 Fundamentals 1. Introduction Fig. 1.1 (a) A Kuhnezug truck-mounted crane Reprinted with permission from Kuhnezug Fordertechnik GmbH. Fig. 1.1 (b) Fanuc S-500 robots performing seam-sealing on a truck. Reprinted with permission from Fanuc Robotics, North America, Inc.
  • 3. What is a Robot ?  Random House DictionaryRandom House Dictionary A machine that resembles a human being and does mechanical routine tasks on command.  Robotics Association of AmericaRobotics Association of America An industrial robot is a re-programmable, multifunctional manipulator designed to move materials, parts, tools, or specialized devices through variable programmed motions for the performance of a variety of tasks.
  • 4. What is a Robot ?  A manipulator (or an industrial robot) is composed of a series of links connected to each other via joints. Each joint usually has an actuator (a motor for eg.) connected to it.  These actuators are used to cause relative motion between successive links. One end of the manipulator is usually connected to a stable base and the other end is used to deploy a tool.
  • 5. Classification of Robots - JIRA (Japanese Industrial Robot Association) Class1: Manual-Handling Device Class2: Fixed Sequence Robot Class3: Variable Sequence Robot Class4: Playback Robot Class5: Numerical Control Robot Class6: Intelligent Robot
  • 6. Classification of Robots - RIA (Robotics Institute of America) Variable Sequence Robot(Class3) Playback Robot(Class4) Numerical Control Robot(Class5) Intelligent Robot(Class6)
  • 7. Classification of Robots - AFR (Association FranÇaise de Robotique) Type A: Manual Handling Devices/ telerobotics Type B: Automatic Handling Devices/ predetermined cycles Type C: Programmable, Servo controlled robot, continuous point-to-point trajectories Type D: Same type with C, but it can acquire information.
  • 8. Chapter 1 Fundamentals ♦ Robot in the world Painting Robot in Motor Company Assembly Robot in Electronic Company
  • 9. Chapter 1 Fundamentals ♦ Robot in the world Wearable Robotic Arm and Tele-Operated Robot (KIST)
  • 10. Chapter 1 Fundamentals ♦ Robot in the world HONDA (ASIMO) – Biped Robot Fujitsu – Biped Robot (Laptop Size)
  • 11. Chapter 1 Fundamentals ♦ Robot in the world Sony (AIBO) – Toy robot
  • 12. What is Robotics?  Robotics is the art, knowledge base, and the know-how of designing, applying, and using robots in human endeavors.  Robotics is an interdisciplinary subject that benefits from mechanical engineering, electrical and electronic engineering, computer science, biology, and many other disciplines.
  • 13. What is Robotics ♦ History of Robotics 1922: Karel Čapek’s novel, Rossum’s Universal Robots, word “Robota” (worker) 1952: NC machine (MIT) 1955: Denavit-Hartenberg Homogeneous Transformation 1967: Mark II (Unimation Inc.) 1968: Shakey (SRI) - intelligent robot 1973: T3 (Cincinnati Milacron Inc.) 1978: PUMA (Unimation Inc.) 1983: Robotics Courses 21C: Walking Robots, Mobile Robots, Humanoid Robots
  • 14. Advantages VS. Disadvantages of Robots ♦ Robots increase productivity, safety, efficiency, quality, and consistency of products. ♦ Robots can work in hazardous environments without the need. ♦ Robots need no environmental comfort. ♦ Robots work continuously without experiencing fatigue of problem. ♦ Robots have repeatable precision at all times. ♦ Robots can be much more accurate than human. ♦ Robots replace human workers creating economic problems. ♦ Robots can process multiple stimuli or tasks simultaneously. ♦ Robots lack capability to respond in emergencies. ♦ Robots, although superior in certain senses, have limited capabilities in Degree of freedom, Dexterity, Sensors, Vision system, real time response. ♦ Robots are costly, due to Initial cost of equipment, Installation costs, Need for Peripherals, Need for training, Need for programming.
  • 15. What are the parts of a robot? •Manipulator •Pedestal •Controller •End Effectors •Power Source
  • 18. Controller (The brain) • Issues instructions to the robot. • Controls peripheral devices. • Interfaces with robot. • Interfaces with humans.
  • 19. End Effectors (The hand) • Spray paint attachments • Welding attachments • Vacuum heads • Hands • Grippers
  • 20. Power Source (The food) • Electric • Pneumatic • Hydraulic
  • 21. Robots degrees of freedomRobots degrees of freedom  Degrees of Freedom: Number ofDegrees of Freedom: Number of independent position variables whichindependent position variables which would has to be specified to locate allwould has to be specified to locate all parts of a mechanism.parts of a mechanism.  In most manipulators this is usually theIn most manipulators this is usually the number of joints.number of joints.
  • 22. Fig. 1.3 A Fanuc P-15 robot. Reprinted with permission from Fanuc Robotics, North America, Inc. Consider what is the degree of Fig. 3 1 D.O.F. 2 D.O.F. 3 D.O.F. Robots degrees of freedom
  • 23. Robot Joints Prismatic Joint: Linear, No rotation involved. (Hydraulic or pneumatic cylinder) Revolute Joint: Rotary, (electrically driven with stepper motor, servo motor)
  • 24. Robot Coordinates • Cartesian/rectangular/gantry (3P) : 3 cylinders joint • Cylindrical (R2P) : 2 Prismatic joint and 1 revolute joint Fig. 1.4 • Spherical (2RP) : 1 Prismatic joint and 2 revolute joint • Articulated/anthropomorphic (3R) : All revolute(Human arm) • Selective Compliance Assembly Robot Arm (SCARA): 2 paralleled revolute joint and 1 additional prismatic joint
  • 25. Robot Reference Frames Fig. 1.6 A robot’s World, Joint, and Tool reference frames. Most robots may be programmed to move relative to either of these reference frames.
  • 26. Chapter 1 Fundamentals ♦ Programming Modes ♦ Robot Characteristics Physical Setup: PLC Lead Through/ Teach Mode: Teaching Pendant/ Playback, p-to-p Continuous Walk-Through Mode: Simultaneous joint-movement Software Mode: Use of feedback information Payload: Fanuc Robotics LR Mate™ (6.6/ 86 lbs), M- 16i ™(35/ 594 lbs) Reach: The maximum distance a robot can reach within its work envelope. Precision (validity): defined as how accurately a specified point can be reached… 0.001 inch or better. Repeatability (variability): how accurately the same position can be reached if the motion is repeated many times.
  • 27. Robot Workspace Fig. 1.7 Typical workspaces for common robot configurations
  • 28. Chapter 1 Fundamentals ♦ Robot Languages Microcomputer Machine Language Level: the most basic and very efficient but difficult to understand to follow. Point-to-Point Level: Funky® Cincinnati Milacron’s T3© It lacks branching, sensory information. Primitive Motion Level: VAL by Unimation™ Interpreter based language. Structured Programming Level: This is a compiler based but more difficult to learn. Task-Oriented Level: Not exist yet and proposed IBM in the 1980s.
  • 29. Chapter 1 Fundamentals ♦ Robot Application Machine loading Pick and place operations Welding Painting Sampling Assembly operation Manufacturing Surveillance Medical applications Assisting disabled individuals Hazardous environments Underwater, space, and remote locations
  • 30. Chapter 1 Fundamentals ♦ Robot Application Fig. 1.8 A Staubli robot loading and unloading Fig. 1.9 Staubli robot placing dishwasher tubs Fig. 1.10 An AM120 Fanuc robot Fig. 1.11 A P200 Fanuc painting automobile bodies
  • 31. Chapter 1 Fundamentals ♦ Robot Application Fig. 1.12 Staubli RX FRAMS robot in a BMW Fig. 1.13 A Fanuc LR Mate 200i robot removal operation Fig. 1.13 The Arm, a 6 DOF bilateral force-feedback manipulator Medical Robot of German