a streamlined nonlinear path following kinematic controller · 2019-02-01 · a streamlined...

42
A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García ([email protected]) Dpto. Arquitectura de Computadores y Automática Universidad Complutense de Madrid UNED, 24 de marzo de 2015

Upload: others

Post on 25-Jul-2020

5 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

A Streamlined Nonlinear Path Following Kinematic Controller

Jesús Manuel de la Cruz García ([email protected])

Dpto. Arquitectura de Computadores y Automática

Universidad Complutense de Madrid

UNED, 24 de marzo de 2015

Page 2: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Outline

• Motion Control Problems of Autonomous Vehicles

• Review of Path-Following Algorithms

• A Streamlined Nonlinear Path Following Kinematic Controller

• Simulations

2

Page 3: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

SISTEMA AUTONOMO PARA LA LOCALIZACION Y ACTUACION ANTE CONTAMINANTES EN EL MAR

DPI2013-46665-C2-1/2-R

3

Page 4: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Motion control problems of autonomous vehicles

• Point stabilization

Design of control laws that stabilize the vehicle at a given target point with a desired orientation.

T

4

Page 5: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Motion control problems of autonomous vehicles

• Trajectory tracking

Design of control laws that force a vehicle to reach and follow a geometric path with an associated timing law.

Usually, tracking problems for autonomous vehicles are solved by designing control laws that make the vehicles track pre-specified feasible “state-space” trajectories, i.e., trajectories that specify the time evolution of the position, orientation, as well as the linear and angular velocities, all consistent with the vehicles’ dynamics

5

Page 6: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Motion control problems of autonomous vehicles

• Trajectory tracking

Design of control laws that force a vehicle to reach and follow a geometric path with an associated timing law.

Usually, tracking problems for autonomous vehicles are solved by designing control laws that make the vehicles track pre-specified feasible “state-space” trajectories, i.e., trajectories that specify the time evolution of the position, orientation, as well as the linear and angular velocities, all consistent with the vehicles’ dynamics

6

Page 7: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Motion control problems of autonomous vehicles

• Path following

Design of control laws that force a vehicle to converge to and follow a path that is specified without a temporal law.

This problem can be expressed by the following two task objectives:

• Geometric Task : make the position of the vehicle converge to and follow a desired geometrical path.

• Dynamic Task: make the vehicle satisfy a dynamic assignment along the path, e.g. the speed of the vehicle converge to and track a desired speed assignment (maneuvering)

7

Page 8: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Path Following Algorithms

• The path following loop is divided in an inner control loop and an outer guidance loop.

Control Guidance

Navigation

› The inner loop controller stabilizes the vehicle dynamics

› The outer loop controls the vehicle kinematics and computes reference commands to the inner loop controller, providing path-following capabilities.

› If there is adequate frequency separation between the guidance and control systems the combined scheme will perform as specified separatelly.

›This structure is the usual one when the vehicle comes equipped with an autopilot.

8

Page 9: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Path Following Algorithms

• Integrated guidance and control are designed simultaneously

Guidance &

Control

Navigation

A survey of control and guidance and control algorithms for vessels can be found in: Automática marina: una revisión desde el punto de vista del control J. M. de la Cruz García , J. Aranda Almansa, J.M. Girón Sierra, Revista Iberoamericana de Automática e Informática industrial RIAI, vol. 9, pp. 205-218, 2012. 9

Page 10: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Paths

• A waypoint path is an ordered sequence of waypoints:

W ={w1, w2,..., wN},

wi = (wn,i , we,i , wd,i )⊤ ∈ R3 or wi = (wn,i , we,i)

⊤ ∈ R2

wi-1

wi

wi+1

wi+2

10

Page 11: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Dubins Paths

• For a vehicle with kinematics

moving at constant speed V the time-optimal path (shortest path)

between two different configurations is a path formed by straight-lines and circular arc segments.

wi-1

wi

wi+1

(x, y) position

heading

V speed

wi+2

cos

sin

, , .

x V

y V

u u u u

min / .R V u

11

Page 12: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Parametrized Path

• A parametrized path is a geometric curve pd() parametrized by a continuous path variable .

pd(s) = [xd(), yd(), zd()]T or pd() = [xd(), yd()]T

• Given a set of waypoints W ={w1, w2,..., wN} a parametrized path can be generated using spline or polynomial interpolation methods.

– Example: Cubic polynomial for pd() R2

2 3

0 1 2 3

2 3

0 1 2 3

( )

( )

d

d

x a a a a

y b b b b

Time independent path.

0 200 400 600 800 1000-200

0

200

400

600

800

1000

1200

X m

Y m

12

Page 13: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Parametrized Path: Reference Trajectory

• The time independent path can be transformed to a time varying trajectory by defining a speed profile along the path, Vd (t),

' '

' '

2 2

' 2 ' 2

( )( ) ( ) ( ) ( )

( )( ) ( ) ( ) ( )

( )( ) ( ) ( ) ( )

( ) ( )

dd d d

dd d d

dd d d

d d

dxx x t x t

d

dyy y t y t

d

V tV t x t y t t

x y

Let s be the length of the path, then

' 2 ' 2

0 0( ) ( ) ( ) ( ) ( )

t t

d ds t V d x y d

' 2 ' 2

' 2 ' 2

1( ) ( )

( ) ( )d d

d d

dds x y d

ds x y

0 200 400 600 800 1000-200

0

200

400

600

800

1000

1200

X m

Y m

Vd

13

Page 14: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Simulink model for path generation

'

'

( )( ) tan

( )

( )( )

d

d

ya

x

d dc

d ds

14

Page 15: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Outer guidance controllers for path following

• PID controllers

• Virtual Point Tracking

• Line of Sight Guidance

• A Streamlined Nonlinear Path Following Kinematic

Controller

15

Page 16: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

P

PID Controller

x

y z

Suppose : V is constant are given The control objectives are e 0 V T

,T T

V

T

e

V

uc

/c V V cu V u V

0

if ( )

t

c T D P I

V T V T

u V K e K e K e dt

e V

PID controller

Problems -Determine gains KP , KD , KI (LQR, root locus, … ) -Determine point P (might be indeterminate)

Command signal:

16

Page 17: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

P

Virtual Point Tracking: Serret-Frenet Frame

x

y z

V

T

y1

V

d

TV

s1

T

Serret-Frenet frame {F}

- Point P defines a point on the path where a Serret-Frenet frame {F} is defined. {F} plays the role of a virtual point or target that should be tracked by the vehicle Q.

- P is not the point on the path closest to Q but a point that is made evolved according to a conveniently defined control law.

Q

B

17

Page 18: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Virtual Point Tracking: Control Signals

x

y z

P

V T

y1

V

d

TV

s1

T

Serret-Frenet frame {F}

Q

B

• s1 along-track error, y1 cross-track error, course error

• s lenght that the virtual point has moved along the path

• (s) path curvature

• the path is parametrized by s

( )T

V T

V B

s s

( ),B BV s Control signals:

18

Page 19: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Virtual Point Tracking: Kinematic Model

Point Q = [s1, y1]T in {F} evolves according to the equations

1 1

1 1

(1 ( )) cos

( ) sin

( )V T B

s s y s V

y s s s V

s s

The objective is to drive the error coordinate (s1 , y1 , ) to zero with controls: ,B s

x

y z

P

V T

y1

V

d

TV

s1

T

Serret-Frenet frame {F}

Q

B Equilibrium point 1 1( , , ) (0,0,0)s y

s V

19

Page 20: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Virtual Point Tracking: Kinematic Path Following Controller

1

2 1

( )

cos

K

s V K s

(1)

Try to bring y1 and to 0.

(1)

(2)

1( ) ( )B s s K

- is a desired approach angle

- K1, K2 are design parameters

- B and V can be obtained from an IMU

x

y z

P

V

T

y1

V

d

TV

s1

T

Serret-Frenet frame {F}

Q

(2) Try to bring s1 to 0.

20

Page 21: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Virtual Point Tracking: Approach Angle

1

1

2

1 2

1tanh(2 ) , 0 / 2, 0

1

K y

d K y

eK y K

e

can be any function of y1 satisfying y1 (y1) 0

- Two design parameters: K ,

- The equilibrium point (s1 , y1 , )=(0, 0, 0)

is Uniformly Global Asymptotically Stable (UGAS) and Uniformly Local Exponentially Stable (ULES)

-4 -3 -2 -1 0 1 2 3 4

-100

-80

-60

-40

-20

0

20

40

60

80

100

2K y

1

d

eg

-/2 tanh(2K y

1)

21

Page 22: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Line of Sight Guidance: Marine Vehicles*

- The vehicle velocity vector is directed toward a point ahead of the direct projection of the craft to the tangent, located at a distance > 0. “Practice of good helmsman when steering a boat”

x

y z

P

V

T

y1

V

d

s1

T

Serret-Frenet frame {F}

Q

y1

1arc tan( / )y

- No need to compute the curvature

of the path

* Papoulias (1992), Breivik and Fossen (2004), Børhaugh and Pettersen (2006)

- The approach angle is now

- Since y1 0 for all y1 the previous

stability properties are kept.

- Three design parameters

K1, K2 , .

22

Page 23: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Line of Sight Guidance: Air Vehicles

• Originally developed for missile guidance

• Introduced by Amidi (1991) for WMR and Adopted for UAVs in Park et al. (2004,2007)

• A reference point P on the desired path at a constant distance L1 is designated

• A lateral acceleration command is generated according to the direction of P

relative to vehicle’s velocity

V

cmda

23

Page 24: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Line of Sight Guidance: L1 Guidance Law

V

cmda

2

R

R

2 2

1

1

22 sin( ) sin( )cmd V

V VL R a V

R L

• The acceleration command is equal to the centripetal acceleration required to follow a circular

path that passes through the reference point and is tangent to the vehicle velocity vector

24

Page 25: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Line of Sight Guidance: L1 Guidance Law Properties

2 2

1 1 1 12 2

1 1 1

1

1

2 2 2, /

0.707

2

1

ref

n

L

n

V V Vy y y y y V

L L L

V

L

L

V

• The law uses instantaneous ground speed and compensates naturally for wind

• It has an element of anticipation of the desired path, enabling tight tracking of curved trajectories

• Only one parameter L1 to tune.

• Lyapunov stability is proven for tracking circular paths when L1 < R, and straight lines

• It approximates a PD controller when following straight-line paths

• For small perturbations when following a path, the cross track error and course error dynamics

behave as a second order system

• The L1 intercept can be undefined

25

Page 26: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Line of Sight Guidance: L1 Guidance Law Properties

• If the control law and the natural vehicle dynamics are sufficiently faster than the guidance law,

no appreciable dynamic interactions between the two schemes should be expected†.

• If this is not the case stability of the combined guidance and control law is no longer guaranted†.

• If the dynamic of the inner control law can be characterized by a time contant il, it can be seen

that the guidance system is marginally stable when L = il , so it is important to ensure ‡

L > il

A value of L ≈ 3 il or 4il should be chosen to ensure satisfactory transient response.

• L1 can be adapted to the ground speed to keep a constant L*

L2 = L* Vg

with guidance law

†Papoulias, 1992, ‡ Curry et al. 2013.

*

2sin( )

g

cmd

L

Va

26

Page 27: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

A Streamlined Nonlinear Guidance Law*

1 1

1 1

(1 ( )) cos

( ) sin

( )V T V

s s y s V

y s s s V

s s

1

2sin( ),

2

2sign( ),

2

cos ( )

V

V

L

V

L

s V K s L

Guidance Law

• (2a-2b) tryes to bring the cross-track error and

the course error to zero

• ( 3), K > 0, tryes to make the vehicle follow the moving reference point with a constant along-track error L.

• We do not consider a reference point on the

path at a distance L from the vehicle, but a

desired distance from the vehicle to the

reference point on the path

(2a)

(2b)

(3)

x

y z

P

V

T

y1

V

L

TV

s1

T

Serret-Frenet frame {F}

Q

=+

*J.M. de la Cruz, J.A López-Orozco, E. Besada-Portas, J-Aranda ICRA 2015.

27

Page 28: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Analysis of the Circular and Straight-Line Path Following

• If we consider a circular path of radius R = (s)-1 , the stationary conditions yield

the relation

*

*

*

1 cos 2β

1 cosβ

sinβ2

KL

V

L

R

• The dimentionless quantity KL/V is a function of the relation L/R, therefore

the stationary point depends only on L and R and not on V.

(4)

• (4) gives a constraint that determines K

adaptively as a function of the present

curvature of the path, ground speed and

the chosen L.

• If the time constant L = L /V is specified

then K [2, 4]*1 / L . 28

Page 29: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Straight-Line Path Following

• Stationary point

• Dynamics of the along-track error

* * * * *

1 1, 0, 0, 0, .s L y s V

• The equilibrium point is Uniformly Global Asymptotically Stable and

Uniformly Local Exponentially Stable (Lyapunov).

1 1( ). s K s L

• Linearazing the equations of the cross-track error and course error about de e.p.

a second order time is obtained with

21/ 2, n

V

L

4 4 2 2 n

KL VK

V L

and , since R=

L

29

Page 30: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Circular Path Following: Stationary Points

* *

1 sins R

* *

1 (1 cos )y R

* *

1cosψ 1 ( )K

s LV

*sin η , 22

LL R

R

* * * * * * *β η ψ , η β , ψ 2β

V

R

*

*

*

R

y1* s1

*

L

*sinβ sin ,2

L

R

30

Page 31: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Circular Path Following: Linearized system

• Linearazing the equations of the cross-track error and course error about de e.p.

a second order time is obtained with the condition that the vehicle is at a distance

L of the reference point.

0 / 1.79L R

1.8 /L R

• The linear system is exponentially stable when

• The linear system is unstable when

0 0.5 1 1.5 2-0.5

0

0.5

1

1.5

2

L/R

n

• Dotted curves show the corresponding values obtained by Park et al. 2007 31

Page 32: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Circular Path Following: Domain of Attractions

Theorem 1. Consider the autonomous system dx/dt = f(x), x R2 and let M R2 be a compact

invariant set for the system with only one equilibrium point in its interior and no equilibrium

points on the boundary. Assume that for each initial condition in M there is a unique solution,

and that f(x) has continuous partial derivatives in the interior of M. Let J denote the Jacobian

matrix of the system. Then, if the trace of J is negative and the determinant of J is positive at the

equilibrium point, the domain of attraction is either the set M or an open set , whose boundary

is a positively invariant periodic orbit. In the latter case, the limit set of the trajectories not in

are periodic orbits.

Corollary. Theorem 1 tells us about the behavior when the hyperbolic equilibrium is stable.

If the hyperbolic equilibrium point is unstable, then M contains at least a limit cycle.

32

Page 33: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Circular Path Following: Domain of Attractions

• Three different situations are found to the equilibrium point we are analyzing

β cosψ 1 cosβ sinβ sin ψ β

π2sin β ψ cosψ 1 cosβ , β ψ

π2sign β ψ cosψ 1 cosβ , β ψ

2

domain β,ψ :β,ψ ,

L KL L

V V R

L KL

R VL

V L KL

R V

Q

• The kynemtic equations can be written as follows

V

R

*

*

*

R

y1* s1

*

L

33

Page 34: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Circular Path Following: Domain of Attractions

i) 0 L/R 1.6 The kynematic system is UGAS and ULES

Phase portrait for L/R = 1, * = 30 deg, * = -60 deg.

All trajectories converge to the stationary point. Blue arrows show the flow vector. 34

Page 35: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Circular Path Following: Domain of Attractions

ii) 1.6 < L/R 1.79 The kynematic system is ULAS and ULES and the

domain of attraction is a limit cycle.

-150 -100 -50 0 50 100 150

-150

-100

-50

0

50

100

150

psi deg

be

ta d

eg

Phase portrait for L/R = 1.71. * = 58.76 deg, * = -117.52 deg.

Some trajectories converge to the stationary point and the rest to the limit cycle.

35

Page 36: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Circular Path Following: Domain of Attractions

iii) 1.7 < L/R < 2.0 The equilibrium point is stable and there is a stable limit cycle

Phase portrait for L/R = 1.9. * = 71.81 deg, * = -142.62 deg.

-200 -150 -100 -50 0 50 100 150 200-200

-150

-100

-50

0

50

100

150

200

psi deg

be

ta d

eg

L/R=1.9, KL/V =2.6245

36

Page 37: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

SIMULATION: MODEL

• Kinematic model of the vehicle

cosψ

sinψ

ψ * ψ ψ

l

l

l l

V x

V y

V V V

x V w

y V w

wx, wy are the components of the wind in the north and east directions, respectively.

The inner loop is modeled as a first order lag with time constant .

In all simulations

V = 16 m/s

= 1 s

wind with constant speed of 8 m/s

L = 2*V = 32 m

L = 3*V = 48 m 37

Page 38: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

SIMULATION: CIRCLE

Trajectory of the vehicle (green and blue) and the reference point (red) Control signals: V (deg/s) in blue, and ds/dt (m/s) in red

38

Page 39: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

SIMULATION: CIRCLE

Distance of the vehicle to the circle

When L = 3V the mean following error when the circle has been reaches is 1.0 m

with standard deviation 1.2 m.

39

Page 40: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

SIMULATION: Parameterized Curve

Maximum separation error at the curves: 0.5 m, 1.5 m, 4 m for L = 2V, 4V, 6V.

Trajectory of the vehicle (black) and the reference point (red)

Control signals: V (deg/s) in blue, and ds/dt (m/s) in red

40

Page 41: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

Aplications

41

Page 42: A Streamlined Nonlinear Path Following Kinematic Controller · 2019-02-01 · A Streamlined Nonlinear Path Following Kinematic Controller Jesús Manuel de la Cruz García (jmcruz@ucm.es)

A Streamlined Nonlinear Path Following Kinematic Controller

Jesús Manuel de la Cruz García ([email protected])

Dpto. Arquitectura de Computadores y Automática

Universidad Complutense de Madrid

UNED, 24 de marzo de 2015