Jump to content

Car testdrive (lane change manoeuvre)

From mintOC
Revision as of 19:44, 23 November 2008 by SebastianSager (talk | contribs)
Car testdrive (lane change manoeuvre)
State dimension: 1
Differential states: 7
Continuous control functions: 3
Discrete control functions: 1
Interior point equalities: 7


The mathematical equations form a small-scale ODE model.

Motivation

Mathematical formulation

We consider a single-track model, derived under the simplifying assumption that rolling and pitching of the car body can be neglected. Consequentially, only a single front and rear wheel is modeled, located in the virtual center of the original two wheels. Motion of the car body is considered on the horizontal plane only.

Four controls represent the driver's choice on steering and velocity. We denote with wδ the steering wheel's angular velocity. The force FB controls the total braking force, while the accelerator pedal position ϕ is translated into an accelerating force. Finally, the selected gear μ influences the effective engine torque's transmission.

Resulting MIOCP

For t[t0,tf] almost everywhere the mixed-integer optimal control problem is given by

minx,wtfs.t.x˙(t)=f(x(t),u(t),μ(t)),x(0)=x0,μ(t){1,2,3,4,5}.

Parameters

These fixed values are used within the model.

ParameterValueUnitDescriptionm1.239103kgMassofthecarg9.81ms2Gravityconstantlf1.19016mFrontwheeldistancetocenterofgravitylr1.37484mRearwheeldistancetocenterofgravityeSP0.5mDragmountpointdistancetocenterofgravityR0.302mWheelradiusIzz1.752103kg m2Momentofinertiacw0.3Airdragcoefficientρ1.249512kgm3AirdensityA1.4378946874m2Effectiveflowsurfaceig13.09Transmissionratiooffirstgearig22.002Transmissionratioofsecondgearig31.33Transmissionratioofthirdgearig41.0Transmissionratiooffourthgearig50.805Transmissionratiooffifthgearit3.91EnginetorquetransmissionratioBf1.096101Pacejkacoefficients(stiffness)Br1.267101Cf1.3Pacejkacoefficients(shape)Cr1.3Df4.5604103Pacejkacoefficients(peak)Dr3.94781103Ef0.5Pacejkacoefficients(curvature)Er0.5

Test course

The double-lane change manoeuvre presented in <bibref>Gerdts2005</bibref> is realized by constraining the car's position onto a prescribed track at any time t[t0,tf]. Starting in the left position with an initial prescribed velocity, the driver is asked to manage a change of lanes modeled by an offset of 3.5 meters in the track. Afterwards he is asked to return to the starting lane. This manoeuvre can be regarded as an overtaking move or as an evasive action taken to avoid hitting an obstacle suddenly appearing on the starting lane.

From a mathematical point of view, the test track is described by setting up piecewise cubic spline functions Pl(x) and Pr(x) modeling the top and bottom track boundary, given a horizontal position x.

Pl(x):={0if x44,4h2(x44)3if 44<x44.5,4h2(x45)3+h2if 44.5<x45,h2if 45<x70,4h2(70x)3+h2if 70<x70.5,4h2(71x)3if 70.5<x71,0if 71<x.Pu(x):={h1if x15,4(h3h1)(x15)3+h1if 15<x15.5,4(h3h1)(x16)3+h3if 15.5<x16,h3if 16<x94,4(h3h4)(94x)3+h3if 94<x94.5,4(h3h4)(95x)3+h4if 94.5<x95,h4if 95<x.

where B=1.5m is the car's width and

h1:=1.1B+0.25,h2:=3.5,h3:=1.2B+3.75,h4:=1.3B+0.25.

Reference Solutions

Reference solutions for the case of a fixed time-grid are given in <bibref>Gerdts2005</bibref>. Solutions for a non-fixed time grid are given in <bibref>Gerdts2006</bibref>.

Source Code

C

Variants

See testdrive overview page.

References

<bibreferences/>