SlideShare uma empresa Scribd logo
1 de 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

Mais conteúdo relacionado

Mais procurados

Mais procurados (20)

Robotics: Cartesian Trajectory Planning
Robotics: Cartesian Trajectory PlanningRobotics: Cartesian Trajectory Planning
Robotics: Cartesian Trajectory Planning
 
Robotics: Introduction to Kinematics
Robotics: Introduction to KinematicsRobotics: Introduction to Kinematics
Robotics: Introduction to Kinematics
 
Introduction to robotics
Introduction to roboticsIntroduction to robotics
Introduction to robotics
 
Robot Arm Kinematics
Robot Arm KinematicsRobot Arm Kinematics
Robot Arm Kinematics
 
Chapter 8 - Robot Control System
Chapter 8 - Robot Control SystemChapter 8 - Robot Control System
Chapter 8 - Robot Control System
 
Mobile Robot Vechiles
Mobile Robot VechilesMobile Robot Vechiles
Mobile Robot Vechiles
 
Trajectory
TrajectoryTrajectory
Trajectory
 
Robotics and Automation basic concepts
Robotics and Automation   basic conceptsRobotics and Automation   basic concepts
Robotics and Automation basic concepts
 
Jacobian inverse manipulator
Jacobian inverse manipulatorJacobian inverse manipulator
Jacobian inverse manipulator
 
Dh parameters robotics
Dh  parameters roboticsDh  parameters robotics
Dh parameters robotics
 
Robotics and Automation Introduction
Robotics and Automation IntroductionRobotics and Automation Introduction
Robotics and Automation Introduction
 
Robots
Robots Robots
Robots
 
ROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMING
ROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMINGROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMING
ROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMING
 
Robot joints PDF
Robot joints PDFRobot joints PDF
Robot joints PDF
 
Robot Path Control
Robot Path ControlRobot Path Control
Robot Path Control
 
Jacobian | velocity and static forces
Jacobian | velocity and static forcesJacobian | velocity and static forces
Jacobian | velocity and static forces
 
Robotics ch 4 robot dynamics
Robotics ch 4 robot dynamicsRobotics ch 4 robot dynamics
Robotics ch 4 robot dynamics
 
Industrial robots
Industrial robotsIndustrial robots
Industrial robots
 
Denavit Hartenberg Algorithm
Denavit Hartenberg AlgorithmDenavit Hartenberg Algorithm
Denavit Hartenberg Algorithm
 
Robotics Endeffectors
Robotics EndeffectorsRobotics Endeffectors
Robotics Endeffectors
 

Semelhante a Robot Manipulation Basics

7600088.ppt
7600088.ppt7600088.ppt
7600088.pptMUST
 
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 axesetcenterrbru
 
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 .happycocoman
 
Industrial Robots
Industrial RobotsIndustrial Robots
Industrial RobotsNafis Ahmad
 
Trigonometry and trigonometric ratios angles
Trigonometry and trigonometric  ratios anglesTrigonometry and trigonometric  ratios angles
Trigonometry and trigonometric ratios anglesGladzAryanDiola
 
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 numericalVrushali Nalawade
 
Example determining the tl length
Example determining the tl lengthExample determining the tl length
Example determining the tl lengthRahul Vyas
 
Aieee pt 5 2012
Aieee pt 5 2012Aieee pt 5 2012
Aieee pt 5 2012a2b4c600
 
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).pptRyanAnderson41811
 
Unit 1Trigonometry.pptx
Unit 1Trigonometry.pptxUnit 1Trigonometry.pptx
Unit 1Trigonometry.pptxMunyah1
 
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.docxcravennichole326
 
maths jee formulas.pdf
maths jee formulas.pdfmaths jee formulas.pdf
maths jee formulas.pdfGARRYB4
 
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 InertiaVrushali Nalawade
 

Semelhante a 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
 

Último

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 WorkerThousandEyes
 
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 AutomationSafe Software
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
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 FresherRemote DBA Services
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
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 educationjfdjdjcjdnsjd
 
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 Takeoffsammart93
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
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 WorkerThousandEyes
 

Último (20)

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
 
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
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
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
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
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
 
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
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
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
 

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