+ All Categories
Home > Documents > Introduction to Robotics

Introduction to Robotics

Date post: 11-Jan-2016
Category:
Upload: mahdis
View: 33 times
Download: 0 times
Share this document with a friend
Description:
Amitabha Mukerjee IIT Kanpur, India. Introduction to Robotics. What is a Robot?. Robot properties: Flexibility in Motion Mobile robots. daksh ROV: de-mining robot 20 commissioned in Indian army 2011. 100+ more on order built by R&D Engineers, Pune - PowerPoint PPT Presentation
Popular Tags:
54
Introduction to Robotics Amitabha Mukerjee IIT Kanpur, India
Transcript
Page 1: Introduction to Robotics

Introduction to Robotics

Amitabha Mukerjee

IIT Kanpur, India

Page 2: Introduction to Robotics

What is a Robot?

Robot properties:

Flexibility in Motion

Mobile robots

daksh ROV: de-mining robot 20 commissioned in Indian

army 2011. 100+ more on order

built by R&D Engineers, Pune

daksh platform derived gun mounted robot (GMR)

Page 3: Introduction to Robotics

Want your personal robot?

Roomba vacuumCleaning robot

By i-robotPrice: ~ rs. 15-30K

Page 4: Introduction to Robotics

How to vacuum a space?

Roomba vacuumCleaning robot

By i-robotPrice: ~ rs. 30K https://www.youtube.com/watch?

v=dweVBqei9LA

Page 5: Introduction to Robotics

Models of Robot Motion

Circular robot

World Frame(Workspace frame)

W

Page 6: Introduction to Robotics

Models of Robot Motion

Robot frame

R

y

x

y

x

World Frame(Workspace frame)

DEFINITION: degrees of freedom: number of parameters needed to fix the robot frame R in the world frame W

NOTE: Given robot frame R, every point on the robot is known

W

given configuration qfor a certain pose of the robot, the set of points on the robot is a function of the configuration: say R(q)

(x,y) = configuration(vector q)

Page 7: Introduction to Robotics

Non-Circular Robot

DEFINITION: degrees of freedom: number of parameters needed to fix the robot frame R in the world frame W

How many parameters needed to fix the robot frame if it can only translate?

How many if it can rotate as well?

W

Page 8: Introduction to Robotics

Full 3D motion: Piano movers problem

General 3D motion:

How many parameters needed to fix the pose?

Can a design be assembled?

Test based on CAD models

Page 9: Introduction to Robotics

Research mobile robot

Turtlebot

Based on i-robot (roomba) platform(with kinect RGB-D sensor)

ROS (open-source) software

Price: ~ 75K

Page 10: Introduction to Robotics

Articulated robots

Page 11: Introduction to Robotics

What is a Robot?

Robots properties:

Flexibility in Motion

Mobile robots

Articulated robots

SCARA 4-axis arm(4 degrees-of-freedom)

by Systemantics Bangalore

Page 12: Introduction to Robotics

Industrial Robot

Robots involve

Flexibility in Motion

Mobile robots

Articulated robots

Industrial robot

Page 13: Introduction to Robotics

Industrial Robots

Page 14: Introduction to Robotics

How to program a welding robot?

Page 15: Introduction to Robotics

What is a Robot?

Robot properties

Flexibility in Motion

Mobile robots

Articulated robots

Industrial robot

Surgicalrobots

Page 16: Introduction to Robotics

Surgical Robot : Lumbar biopsy

needle path as planned on CAT scan

inserted needle position

Page 17: Introduction to Robotics

Modeling Articulated Robots

Kinematic chain: Pose of Link n depends on the poses of Links 1...(n-1)

Transformation between frame of link (n-1) and link n, depends on a single motion parameter, say θ

n

Exercise:What are the coordinates of the orgin of the end-effector center?

Page 18: Introduction to Robotics

Modeling Articulated Robots

workspace

configuration space

θ1

θ2

Exercise:Sketch the robot pose for the configuration [0, -90]

Page 19: Introduction to Robotics

Modeling Articulated Robots

Forward kinematics Mapping from configuration q to robot pose, i.e. R(q)

Usually, R() is the product of a sequence of transformations from frame i to frame i+1.

Note: Must be very systematic in how frames are attached to each link

Inverse kinematicsa. Given robot pose, find q

Or b. Given end-effector pose, find q

Q. Is the answer in (b) unique?

Page 20: Introduction to Robotics

Modeling Articulated Robots

workspace configuration space

θ1

θ2

What is the robot configuration q for the end-effector position (-L1,L2)?

Page 21: Introduction to Robotics

Research humanoid robot

Aldebaran Nao

Grasping an offered ball

Page 22: Introduction to Robotics

Sensor-Guided motion planning1. detect ball using colour:

image captured by nao HSV binarized contour detected

2. estimate distance of ball (depth)from image size

3. Inverse kinematics to grasp ball

Page 23: Introduction to Robotics

What is a Robot?

Robots properties

Flexibility in Motion

Mobile robots

Articulated robots

Digital actors

Page 24: Introduction to Robotics

Mobility isnt everything

Page 25: Introduction to Robotics

What is a Robot?

Robots properties

Flexibility in Motion

Mobile robots

Articulated robots

Digital actors

? Dentists cradle?

? Washing machine?

Intentionality

Page 26: Introduction to Robotics

What is a Robot?

Bohori/Venkatesh/Singh/Mukerjee:2005

Page 27: Introduction to Robotics

What is a Robot?

Robots involve

Flexibility in Motion

Dentists cradle?

Washing machine?

Intentionality

Measure : not default probability distribution

e.g. Turn-taking (contingent behaviour)

Goal : intrinsic or extrinsic

Page 28: Introduction to Robotics

Humans and Robots

madhur ambastha cs665 2002

Page 29: Introduction to Robotics

Robot Motion Planning

Amitabha Mukerjee

IIT Kanpur, India

Page 30: Introduction to Robotics

Nature of Configuration Spaces

Page 31: Introduction to Robotics

Robot Model

Boolean predicates / Model theory inadequate

Model must be grounded andaccessible (e.g. in perception)

Metaphor: extends basic concepts through similarity

Page 32: Introduction to Robotics

Models of Robot Motion

Robot frame

R

y

x

y

x

World Frame(Workspace frame)

DEFINITION: degrees of freedom: number of parameters needed to fix the robot frame R in the world frame W

NOTE: Given robot frame R, every point on the robot is known

W

given configuration qfor a certain pose of the robot, the set of points on the robot is a function of the configuration: say R(q)

(x,y) = configuration(vector q)

Page 33: Introduction to Robotics

Robot Motion Planning

(xS,y

S)

goalstart

(xG,y

G)

Obstacle B

Valid paths will lieamong those where the robot does not hit the obstacle

How to characterize the set of q for which the robot does not hit the obstacle B?

the set of configurations qwhere R(q) ∩ B = Øconstitute the free space Q

free

i.e. Qfree

= { q | R(q) ∩ B = Ø }

Page 34: Introduction to Robotics

Robot Motion Planning

find path P from qS to qG s.t. for all q ϵ P, R(q) ∩ B = Ø

? generate paths and check each point on every path?

Would it be easier to identify Qfree

first?

Page 35: Introduction to Robotics

Robot Motion Planning

Q QB

QB

= [ q | R(q) ∩ B ≠ Ø }

Page 36: Introduction to Robotics

Motion Planning in C-space

Q

start q

goal qpath

configurations are points in C-space

path P is a line

if P ∩ QB = Ø, then path is

in Qfree

QB

Page 37: Introduction to Robotics

startgoal

CB

Robot Motion Planning

workspace W

configuration space C

path

Page 38: Introduction to Robotics

Non-circular mobile robotsTriangle - translational

edges of C-obstacle are parallel to obstacle and robot edges...

Page 39: Introduction to Robotics

Non-circular mobile robots

Page 40: Introduction to Robotics
Page 41: Introduction to Robotics

Configuration Space Analysis

Basic steps (holds for ANY kind of robot):

determine degrees of freedom (DOF)

assign a set of configuration parameters q

e.g. for mobile robots, fix a frame on the robot

identify the mapping R : Q →W, i.e. R(q) is the set of points occupied by the robot in pose q

For any q and given obstacle B, can determine if

R(q) ∩ B = Ø. → can identify Qfree

Main benefit: The search can be done for a point

However, computation of C-spaces is not needed in practice; it is primarily a conceptual tool.

Page 42: Introduction to Robotics

Articulated Robot C-space

How many parameters needed to fix the robot pose ?

What may be one assignment for the configuration parameters?

Page 43: Introduction to Robotics

Articulated Robot C-space:Topology is not Euclidean

Topology of C-space: torus (S1 x S1)

Choset, H etal 2007, Principles of robot motion: Theory, algorithms, and implementations, chapter 3

Page 44: Introduction to Robotics

Mapping obstacles

Point obstacle in workspace

Obstacle in Configuration Space

Page 45: Introduction to Robotics

Map from C-space to W

Given the configuration q, determine the volume occupied by the robot in W

For multi-link manipulators, spatial pose of link (n+1) depends on links 1..n.

Main benefit: The search can be done for a point

However, computation of C-spaces is not needed in practice; it is primarily a conceptual tool.

Page 46: Introduction to Robotics

Finding shortest paths: Visibility Graph methods

restrict to supporting and separating tangents

Complexity: Direct visibility test: O(n3)Plane sweep algorithm: O(n2logn)

Page 47: Introduction to Robotics

Finding shortest paths: Generalized Voronoi Graphs

Page 48: Introduction to Robotics

Roadmaps

Page 49: Introduction to Robotics

Beyond Geometry

• Real robots have limitations on acceleration owing to torque / inertia Dynamics

• Learning to plan motions?

- Babies learn to move arms

- Learn low-dimensional representations of motion

• Grasping / Assembly : Motions along obstacle boundary-

Page 50: Introduction to Robotics
Page 51: Introduction to Robotics

Articulated Robot C-space

Path in workspace Path in Configuration Space

Page 52: Introduction to Robotics

Articulated Robot C-space

Topology of C-space: torus (S1 x S1)

Page 53: Introduction to Robotics

Articulated Robot C-space

Topology of C-space: torus (S1 x S1)

Page 54: Introduction to Robotics

Articulated Robot C-space

Topology of C-space: torus (S1 x S1)


Recommended