Động học mobile robot

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 16

MOBILE ROBOTICS course

KINEMATICS MODELS OF
MOBILE ROBOTS
Maria Isabel Ribeiro
Pedro Lima

mir@isr.ist.utl.pt
pal@isr.ist.utl.pt
Instituto Superior Tcnico (IST)
Instituto de Sistemas e Robtica (ISR)
Av.Rovisco Pais, 1
1049-001 Lisboa
PORTUGAL

April.2002
All the rights reserved

Robtica Mvel

2002 - Pedro Lima, M. Isabel Ribeiro

Kinematics Models

References

Gregory Dudek, Michael Jenkin, Computational Principles of


Mobile Robotics, Cambridge University Press, 2000 (Chapter 1).

Carlos Canudas de Wit, Bruno Siciliano, Georges Bastin (eds),


Theory of Robot Control, Springer 1996.

Robtica Mvel

2002 - Pedro Lima, M. Isabel Ribeiro

Kinematics Models

Kinematics for Mobile Robots

What is a kinematic model ?


What is a dynamic model ?
Which is the difference between kinematics and
dynamics?

Locomotion is the process of causing an autonomous


robot to move.

Dynamics the study of motion in which these forces are


modeled

In order to produce motion, forces must be applied to the


vehicle

Includes the energies and speeds associated with these


motions

Kinematics study of the mathematics of motion withouth


considering the forces that affect the motion.

Robtica Mvel

Deals with the geometric relationships that govern the system


Deals with the relationship between control parameters and
the beahvior of a system in state space.

2002 - Pedro Lima, M. Isabel Ribeiro

Kinematics Models

Notation

Yb
Ym

Xm

Xb

{Xm,Ym} moving frame


{Xb, Yb} base frame
x

q = y

robot posture in base frame

cos sin 0

R() = sin cos 0

0
1
0

Robtica Mvel

Rotation matrix expressing


the orientation of the base
frame with respect to the
moving frame

2002 - Pedro Lima, M. Isabel Ribeiro

Kinematics Models

Wheeled Mobile Robots

Idealized rolling wheel

y axis

x axis

y axis
z motion

If the wheel is free to rotate about its axis (x axis), the


robot exhibits preferencial rollong motion in one direction
(y axis) and a certain amount of lateral slip.

For low velocities, rolling is a reasonable wheel model.

This is the model that will be considered in the kinematics


models of WMR

Wheel parameters:
r = wheel radius
v = wheel linear velocity
w = wheel angular velocity

Robtica Mvel

2002 - Pedro Lima, M. Isabel Ribeiro

Kinematics Models

Differential Drive

ICC

2 drive rolling wheels

R
L

ICC = ( x R sin , y + Rcos)


x

w(t ) =

w( t ) =

vr(t) linear velocity of right wheel


control variables
vl(t) linear velocity of left wheel
r nominal radius of each wheel
R instantaneous curvature radius of the robot trajectory, relative
to the mid-point axis

v r (t)
R+L
2
vl (t)
RL
2

Robtica Mvel

L
2

Curvature radius of trajectory


described by LEFT WHEEL

R+

L
2

Curvature radius of trajectory


described by RIGHT WHEEL

w(t ) =

R=

v r (t) v l (t)
L

L ( v l ( t ) + v r ( t ))
2 ( v l ( t ) v r ( t ))

2002 - Pedro Lima, M. Isabel Ribeiro

v( t ) = w ( t )R =

1
( v r ( t ) + v l ( t ))
2

Kinematics Models

Differential Drive

Kinematic model in the robot frame

v x ( t ) r 2 r 2


w l (t)
0

v y ( t ) = 0
!
w r ( t )
( t ) r L r L

wr(t) angular velocity of right wheel


wl(t) angular velocity of left wheel
Useful for velocity control

Robtica Mvel

2002 - Pedro Lima, M. Isabel Ribeiro

Kinematics Models

Differential Drive

Kinematic model in the world frame


1
( v r ( t ) + v l ( t ))
2
v (t) v l (t)
w(t ) = r
L
v( t ) = w( t )R =

x! ( t ) = v( t ) cos ( t )
y! ( t ) = v( t ) sin ( t )
! ( t ) = w( t )

x( t ) = v() cos(())d
0
t

y( t ) = v() sin(())d
0
t

( t ) = w( )d
0

x! ( t ) cos ( t ) 0


v( t )

y! ( t ) = sin ( t ) 0
!
w( t )
1
( t ) 0

Robtica Mvel

2002 - Pedro Lima, M. Isabel Ribeiro

q! ( t ) = S(q)( t )
control
variables

Kinematics Models

Differential Drive

Particular cases:

vl(t)=vr(t)

Straight line trajectory

v r ( t ) = v l ( t ) = v( t )
w( t ) = 0 ! ( t ) = 0

( t ) = cte.

vl(t)=-vr(t)

Circular path with ICC (instantaneous center of curvature) on


the mid-point between drive wheels

v( t ) = 0
w( t ) =

Robtica Mvel

2
vR (t)
L

2002 - Pedro Lima, M. Isabel Ribeiro

Kinematics Models

Synchronous drive

In a synchronous drive robot (synchro drive) each wheel is


capable of being driven and steered.

Typical configurations

Three steered wheels arranged as vertices of an equilateral


triangle often surmounted by a cylindrical platform
All the wheels turn and drive in unison

This leads to a holonomic behavior

Steered wheel

The orientation of the rotation axis can be controlled

y axis

Robtica Mvel

2002 - Pedro Lima, M. Isabel Ribeiro

Kinematics Models

Synchronous drive

All the wheels turn in unison

All of the three wheels point in the same direction and turn
at the same rate

This is typically achieved through the use of a complex


collection of belts that physically link the wheels together

The vehicle controls the direction in which the wheels point


and the rate at which they roll

Because all the wheels remain parallel the synchro drive


always rotate about the center of the robot

The synchro drive robot has the ability to control the


orientation of their pose diretly.

Control variables (independent)

v(t), w(t)

x( t ) = v() cos(())d
0
t

y( t ) = v() sin(())d
0
t

( t ) = w( )d
0

The ICC is always at infinity


Changing the orientation of the wheels
manipulates the direction of ICC

Robtica Mvel

2002 - Pedro Lima, M. Isabel Ribeiro

Kinematics Models

Synchronous Drive

Particular cases:

v(t)=0, w(t)=w=cte. during a time interval

The robot rotates in place by an amount

v(t)=v, w(t)=0 during a time interval

t
w t

The robot moves in the direction its pointing a distance

v t

Robtica Mvel

2002 - Pedro Lima, M. Isabel Ribeiro

Kinematics Models

Tricycle

Three wheels and odometers on the two rear wheels


Steering and power are provided through the front wheel

control variables:

steering direction (t)


angular velocity of steering wheel ws(t)
The ICC must lie on
the line that passes
through, and is
perpendicular to, the
fixed rear wheels

ICC

ICC

Robtica Mvel

2002 - Pedro Lima, M. Isabel Ribeiro

Kinematics Models

Tricycle

Yb

Xb

If the steering wheel is set to


an angle (t) from the
straight-line direction, the
tricycle will rotate with
angular velocity w(t) about a
point lying a distance R along
the line perpendicular to and
passing through the rear
wheels.

r = steering wheel radius

v s (t) = w s (t) r

linear velocity of steering wheel

R( t ) = d tg ( t )
2

w(t ) =

w s (t) r
d + R( t )
2

w( t ) =

Robtica Mvel

angular velocity of the moving frame


relative to the base frame

v s (t)
sin ( t )
d

2002 - Pedro Lima, M. Isabel Ribeiro

Kinematics Models

Tricycle

Kinematic model in the robot frame

v x ( t ) = v s ( t ) cos ( t )
v y (t) = 0

with no splippage

!( t ) = v s ( t ) sin ( t )
d

Kinematic model in the world frame

x! ( t ) = v s ( t ) cos ( t ) cos ( t )
y! ( t ) = v s ( t ) cos ( t ) sin ( t )
v (t)
! ( t ) = s sin ( t )
d

x! ( t ) cos ( t ) 0


v( t )

y! ( t ) = sin ( t ) 0
!
w( t )
1
( t ) 0
Robtica Mvel

2002 - Pedro Lima, M. Isabel Ribeiro

v( t ) = v s ( t ) cos ( t )
w(t ) =

v s (t)
sin ( t )
d

Kinematics Models

Omnidireccional

Ym

L
30

Yf
2

3
Xf

Xm

Kinematic model in the robot frame

V
x
2
Vy = r
! 3
r
3L

Robtica Mvel

1
3
1
r
3
r
3L

1
r
3 w1
1
r w 2
3
r w 3
3L

2002 - Pedro Lima, M. Isabel Ribeiro

Swedish wheel

w1, w2, w3 angular


velocities of the three
swedish wheels

Kinematics Models

You might also like