SlideShare ist ein Scribd-Unternehmen logo
1 von 21
Introduction to
Robot Manipulation
Why Robot Manipulation ?
Why Robot Manipulation ?
Why Robot Manipulation ?
Robot Manipulation is a core robot technology


A. Basic fundamentals of robotics lies in robot manipulation
   - kinematics & dynamics
   - motion planning & control
   - higher mathematics and AI


B. Direct application to industry
   - robot manipulators are still a growing market
   - technology is now being applied beyond conventional areas
   - new research on interactive robots is centered around it
New Application Areas




                                          Medical & Surgery


Small Industries (e.g. Pharmaceuticals)
New Application Areas



                               Rehabilitation & Helpers




Military & Homeland Security
New Application Areas




       Future Service Robots
     (German Service Robotics
         Initiative DESIRE)
Robot Arms in Action




             ABB Robotics Motion Control Video
Structure of A Robot Manipulator

                           Links
                                      A Robot Arm is a

                                      KINEMATIC CHAIN

                                      which is comprised of

                                      a. Links
                                      b. Joints
                Joints
                         End Flange




         Base
Kinematic Chains
    Open Loop      Closed Loop
Manipulator Kinematics
Position Kinematics:

The mathematics behind making the robot move to a
desired position.

Typically used in:
a. Pick & Place operations
b. Assembly operations
c. Stacking and loading


Velocity Kinematics:

The mathematics behind making the robot move with
desired velocities.

Typically used in:
a. Cutting / Machining
b. Painting Operations
c. Scanning areas
Forward & Inverse Kinematics

Forward Kinematics:

I know: The position / velocity of each robot joint.

I need to find out: The end position / velocity of the robot




Inverse Kinematics:

I know: The desired position / velocity of the end point where the robot must reach

I need to find out: The position / velocity of each robot joint
Forward & Inverse Kinematics

Forward Kinematics:




                                                             !!
                                                           SY
I know: The position / velocity of each robot joint.

I need to find out: The end position / velocity of the robot




                                                       EA




                                                                                      !!
                                                                               EX
Inverse Kinematics:




                                                                       PL
I know: The desired position / velocity of the end point where the robot must reach




                                                                      M
I need to find out: The position / velocity of each robot joint




                                                                     O
                                                                  C
Forward Kinematics
Forward Kinematics:
                                                         Joint 2 Angle
What is the end point location (X, Y) if the joint   Y
angles are:                                                              End Point

Joint 1 = 30º and Joint 2 = 60º

Given the 3 link lengths (a1, a2 and a3)
are 10mm each
                                                                Joint 1 Angle

                                                                            X
Forward Kinematics
Forward Kinematics:
                                                                    Joint 2 Angle
What is the end point location (X, Y) if the joint              Y
angles are:                                                                         End Point

Joint 1 = 30º and Joint 2 = 60º

Given the 3 link lengths (a1, a2 and a3)
are 10mm each
                                                                           Joint 1 Angle

                                                                                       X
a1 = a2 = a3 = 10mm

x = a2*sin (j1) + a3*sin (j1 + j2) = 10 * 0.5 + 10 * 1 = 15mm

y = a2*cos (j1) + a3*cos (j1 + j2) = 10 * 0.866 + 10 * 0 = 8.66mm
Inverse Kinematics
 Inverse Kinematics:
                                                       Joint 2 Angle
 Lets say that the end point is at (15, 8.66) mm   Y
                                                                       End Point
 Given the 3 link lengths (a1, a2 and a3)
 are 10mm each

 What are the joint angles?
                                                              Joint 1 Angle

                                                                          X
      Is it only 30 & 60 ?


Solve: Hint Cos(A+B) = CosA.CosB – SinA.SinB
Inverse Kinematics
 From the FK equations:
 x = a2*sin (j1) + a3*sin (j1 + j2)                     Joint 2 Angle
 y = a2*cos (j1) + a3*cos (j1 + j2)                 Y
                                                                        End Point
 Simplifying the notations

 x = a2.s1 + a3.s12
 y = a2.c1 + a3.c12

 If we square and add, we get                                  Joint 1 Angle
 x2 + y2 = a22 + a32 + 2a2a3 [ s1.s12 + c1. c12 ]
                                                                           X
 which is to say

 x2 + y2 = a22 + a32 + 2a2a3 c2

 Thus c2 = (x2 + y2 – a22 – a32) / 2(a2.a3)

 Remember: cos(-x) = cos(x)
Inverse Kinematics
 Now that we have solved joint 2 = j2
                                                       Joint 2 Angle
 x = a2.s1 + a3.s12                                Y
 y = a2.c1 + a3.c12
                                                                       End Point
 x = a2.s1 + a3s1c2 + a3s2c1
 y = a2.c1 + a3c1c2 – a3s1s2

 x = s1 [ a2 + a3 c2 ] + a3s2 c1
 y = c1 [ a2 + a3 c2 ] – a3s2 s1
                                                              Joint 1 Angle
 let k1 = a2 + a3 c2 and k2 = a3s2

 x = k1 s1 + k2 c1                                                        X
 y = k1 c1 + k2 s1

 Substituting: k1 = r cos (t) and k2 = r sin (t)
 we will get

 t + j1 = Atan2 ( y, x) where t = Atan2( k2, k1)
Inverse Kinematics
 Final Solution


 Solution 1 = [ 30, 60 ] ..... obviously

 Solution 2 = [90, -60 ]


 In principle:

 Inverse Kinematics will almost always give you
 more than one solution!
Summarizing

Robot Manipulators cover the core concepts of robot design & control

Manipulators are necessarily kinematic chains with links and joints (drives)

The crux of robot arm control is based on the theory of kinematic

Kinematics are used in both Position and Velocity domain

Kinematics are of two kinds – Forward and Inverse Kinematics

Forward Kinematics is easy and is used mainly for Analysis

Inverse Kinematics is complex and is used for robot control and operations

Classical Industrial Robots have structures to easy out complex calculations

Modern day robots are equipped with powerful computers and hence there is no restriction on
the structure
Thank You
info@robots-alive.com
 blog.robots-alive.com
www.robots-alive.com

Weitere ähnliche Inhalte

Was ist angesagt?

Fundamental of robotic manipulator
Fundamental of robotic manipulatorFundamental of robotic manipulator
Fundamental of robotic manipulator
snkalepvpit
 

Was ist angesagt? (20)

Robot Path Control
Robot Path ControlRobot Path Control
Robot Path Control
 
Ec6003 robotics and automation notes
Ec6003   robotics and automation notesEc6003   robotics and automation notes
Ec6003 robotics and automation notes
 
Robotics ch 4 robot dynamics
Robotics ch 4 robot dynamicsRobotics ch 4 robot dynamics
Robotics ch 4 robot dynamics
 
Components of industrial robotics
Components of industrial roboticsComponents of industrial robotics
Components of industrial robotics
 
04 power transmission systems
04    power transmission systems04    power transmission systems
04 power transmission systems
 
Unit IV robotics-- Kinematics
Unit IV robotics-- KinematicsUnit IV robotics-- Kinematics
Unit IV robotics-- Kinematics
 
An introduction to robotics classification, kinematics and hardware
An introduction to robotics classification, kinematics and hardwareAn introduction to robotics classification, kinematics and hardware
An introduction to robotics classification, kinematics and hardware
 
Robot kinematics
Robot kinematicsRobot kinematics
Robot kinematics
 
Trajectory
TrajectoryTrajectory
Trajectory
 
Manipulator Jacobian
Manipulator JacobianManipulator Jacobian
Manipulator Jacobian
 
Inverse Kinematics
Inverse KinematicsInverse Kinematics
Inverse Kinematics
 
Industrial robotics
Industrial roboticsIndustrial robotics
Industrial robotics
 
Robotics for Path Planning
Robotics for Path PlanningRobotics for Path Planning
Robotics for Path Planning
 
Robotics position and orientation
Robotics position and orientationRobotics position and orientation
Robotics position and orientation
 
ROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMING
ROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMINGROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMING
ROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMING
 
Robot manipulator
Robot manipulatorRobot manipulator
Robot manipulator
 
Robotics and Autoamtion_ manipulators, actuators and end effectors
Robotics and Autoamtion_ manipulators, actuators and end effectorsRobotics and Autoamtion_ manipulators, actuators and end effectors
Robotics and Autoamtion_ manipulators, actuators and end effectors
 
Robotics or Robot Technology
Robotics or Robot Technology Robotics or Robot Technology
Robotics or Robot Technology
 
Robot control
Robot controlRobot control
Robot control
 
Fundamental of robotic manipulator
Fundamental of robotic manipulatorFundamental of robotic manipulator
Fundamental of robotic manipulator
 

Ähnlich wie Robot Manipulation Basics

6161103 10.7 moments of inertia for an area about inclined axes
6161103 10.7 moments of inertia for an area about inclined axes6161103 10.7 moments of inertia for an area about inclined axes
6161103 10.7 moments of inertia for an area about inclined axes
etcenterrbru
 
Example determining the tl length
Example determining the tl lengthExample determining the tl length
Example determining the tl length
Rahul Vyas
 
CEE 213—Deformable Solids© Keith D. Hjelmstad 2014CP 2.docx
CEE 213—Deformable Solids© Keith D. Hjelmstad 2014CP 2.docxCEE 213—Deformable Solids© Keith D. Hjelmstad 2014CP 2.docx
CEE 213—Deformable Solids© Keith D. Hjelmstad 2014CP 2.docx
cravennichole326
 

Ähnlich wie Robot Manipulation Basics (20)

7600088.ppt
7600088.ppt7600088.ppt
7600088.ppt
 
Trigonometry Functions
Trigonometry FunctionsTrigonometry Functions
Trigonometry Functions
 
6161103 10.7 moments of inertia for an area about inclined axes
6161103 10.7 moments of inertia for an area about inclined axes6161103 10.7 moments of inertia for an area about inclined axes
6161103 10.7 moments of inertia for an area about inclined axes
 
Edge detection
Edge detectionEdge detection
Edge detection
 
Maths formulae
Maths formulaeMaths formulae
Maths formulae
 
L10-T7 MOS Jul 2019-1.pptx .
L10-T7 MOS Jul 2019-1.pptx                        .L10-T7 MOS Jul 2019-1.pptx                        .
L10-T7 MOS Jul 2019-1.pptx .
 
Industrial Robots
Industrial RobotsIndustrial Robots
Industrial Robots
 
Trigonometry and trigonometric ratios angles
Trigonometry and trigonometric  ratios anglesTrigonometry and trigonometric  ratios angles
Trigonometry and trigonometric ratios angles
 
Prof. V. V. Nalawade, Notes CGMI with practice numerical
Prof. V. V. Nalawade, Notes CGMI with practice numericalProf. V. V. Nalawade, Notes CGMI with practice numerical
Prof. V. V. Nalawade, Notes CGMI with practice numerical
 
Mathematics
MathematicsMathematics
Mathematics
 
Example determining the tl length
Example determining the tl lengthExample determining the tl length
Example determining the tl length
 
Lu2006
Lu2006Lu2006
Lu2006
 
Aieee pt 5 2012
Aieee pt 5 2012Aieee pt 5 2012
Aieee pt 5 2012
 
Bruja de Agnesi
Bruja de AgnesiBruja de Agnesi
Bruja de Agnesi
 
EE301 Lesson 15 Phasors Complex Numbers and Impedance (2).ppt
EE301 Lesson 15 Phasors Complex Numbers and Impedance (2).pptEE301 Lesson 15 Phasors Complex Numbers and Impedance (2).ppt
EE301 Lesson 15 Phasors Complex Numbers and Impedance (2).ppt
 
Unit 1Trigonometry.pptx
Unit 1Trigonometry.pptxUnit 1Trigonometry.pptx
Unit 1Trigonometry.pptx
 
Activity 8: My Real World
Activity 8: My Real WorldActivity 8: My Real World
Activity 8: My Real World
 
CEE 213—Deformable Solids© Keith D. Hjelmstad 2014CP 2.docx
CEE 213—Deformable Solids© Keith D. Hjelmstad 2014CP 2.docxCEE 213—Deformable Solids© Keith D. Hjelmstad 2014CP 2.docx
CEE 213—Deformable Solids© Keith D. Hjelmstad 2014CP 2.docx
 
maths jee formulas.pdf
maths jee formulas.pdfmaths jee formulas.pdf
maths jee formulas.pdf
 
Prof. V. V. Nalawade, UNIT-3 Centroid, Centre off Gravity and Moment of Inertia
Prof. V. V. Nalawade, UNIT-3 Centroid, Centre off Gravity and Moment of InertiaProf. V. V. Nalawade, UNIT-3 Centroid, Centre off Gravity and Moment of Inertia
Prof. V. V. Nalawade, UNIT-3 Centroid, Centre off Gravity and Moment of Inertia
 

Kürzlich hochgeladen

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Kürzlich hochgeladen (20)

Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 

Robot Manipulation Basics

  • 4. Why Robot Manipulation ? Robot Manipulation is a core robot technology A. Basic fundamentals of robotics lies in robot manipulation - kinematics & dynamics - motion planning & control - higher mathematics and AI B. Direct application to industry - robot manipulators are still a growing market - technology is now being applied beyond conventional areas - new research on interactive robots is centered around it
  • 5. New Application Areas Medical & Surgery Small Industries (e.g. Pharmaceuticals)
  • 6. New Application Areas Rehabilitation & Helpers Military & Homeland Security
  • 7. New Application Areas Future Service Robots (German Service Robotics Initiative DESIRE)
  • 8. Robot Arms in Action ABB Robotics Motion Control Video
  • 9. Structure of A Robot Manipulator Links A Robot Arm is a KINEMATIC CHAIN which is comprised of a. Links b. Joints Joints End Flange Base
  • 10. Kinematic Chains Open Loop Closed Loop
  • 11. Manipulator Kinematics Position Kinematics: The mathematics behind making the robot move to a desired position. Typically used in: a. Pick & Place operations b. Assembly operations c. Stacking and loading Velocity Kinematics: The mathematics behind making the robot move with desired velocities. Typically used in: a. Cutting / Machining b. Painting Operations c. Scanning areas
  • 12. Forward & Inverse Kinematics Forward Kinematics: I know: The position / velocity of each robot joint. I need to find out: The end position / velocity of the robot Inverse Kinematics: I know: The desired position / velocity of the end point where the robot must reach I need to find out: The position / velocity of each robot joint
  • 13. Forward & Inverse Kinematics Forward Kinematics: !! SY I know: The position / velocity of each robot joint. I need to find out: The end position / velocity of the robot EA !! EX Inverse Kinematics: PL I know: The desired position / velocity of the end point where the robot must reach M I need to find out: The position / velocity of each robot joint O C
  • 14. Forward Kinematics Forward Kinematics: Joint 2 Angle What is the end point location (X, Y) if the joint Y angles are: End Point Joint 1 = 30º and Joint 2 = 60º Given the 3 link lengths (a1, a2 and a3) are 10mm each Joint 1 Angle X
  • 15. Forward Kinematics Forward Kinematics: Joint 2 Angle What is the end point location (X, Y) if the joint Y angles are: End Point Joint 1 = 30º and Joint 2 = 60º Given the 3 link lengths (a1, a2 and a3) are 10mm each Joint 1 Angle X a1 = a2 = a3 = 10mm x = a2*sin (j1) + a3*sin (j1 + j2) = 10 * 0.5 + 10 * 1 = 15mm y = a2*cos (j1) + a3*cos (j1 + j2) = 10 * 0.866 + 10 * 0 = 8.66mm
  • 16. Inverse Kinematics Inverse Kinematics: Joint 2 Angle Lets say that the end point is at (15, 8.66) mm Y End Point Given the 3 link lengths (a1, a2 and a3) are 10mm each What are the joint angles? Joint 1 Angle X Is it only 30 & 60 ? Solve: Hint Cos(A+B) = CosA.CosB – SinA.SinB
  • 17. Inverse Kinematics From the FK equations: x = a2*sin (j1) + a3*sin (j1 + j2) Joint 2 Angle y = a2*cos (j1) + a3*cos (j1 + j2) Y End Point Simplifying the notations x = a2.s1 + a3.s12 y = a2.c1 + a3.c12 If we square and add, we get Joint 1 Angle x2 + y2 = a22 + a32 + 2a2a3 [ s1.s12 + c1. c12 ] X which is to say x2 + y2 = a22 + a32 + 2a2a3 c2 Thus c2 = (x2 + y2 – a22 – a32) / 2(a2.a3) Remember: cos(-x) = cos(x)
  • 18. Inverse Kinematics Now that we have solved joint 2 = j2 Joint 2 Angle x = a2.s1 + a3.s12 Y y = a2.c1 + a3.c12 End Point x = a2.s1 + a3s1c2 + a3s2c1 y = a2.c1 + a3c1c2 – a3s1s2 x = s1 [ a2 + a3 c2 ] + a3s2 c1 y = c1 [ a2 + a3 c2 ] – a3s2 s1 Joint 1 Angle let k1 = a2 + a3 c2 and k2 = a3s2 x = k1 s1 + k2 c1 X y = k1 c1 + k2 s1 Substituting: k1 = r cos (t) and k2 = r sin (t) we will get t + j1 = Atan2 ( y, x) where t = Atan2( k2, k1)
  • 19. Inverse Kinematics Final Solution Solution 1 = [ 30, 60 ] ..... obviously Solution 2 = [90, -60 ] In principle: Inverse Kinematics will almost always give you more than one solution!
  • 20. Summarizing Robot Manipulators cover the core concepts of robot design & control Manipulators are necessarily kinematic chains with links and joints (drives) The crux of robot arm control is based on the theory of kinematic Kinematics are used in both Position and Velocity domain Kinematics are of two kinds – Forward and Inverse Kinematics Forward Kinematics is easy and is used mainly for Analysis Inverse Kinematics is complex and is used for robot control and operations Classical Industrial Robots have structures to easy out complex calculations Modern day robots are equipped with powerful computers and hence there is no restriction on the structure