Next Article in Journal
Feedback Power Control Strategies inWireless Sensor Networks with Joint Channel Decoding
Next Article in Special Issue
Registration Combining Wide and Narrow Baseline Feature Tracking Techniques for Markerless AR Systems
Previous Article in Journal
Fabrication of Wireless Micro Pressure Sensor Using the CMOS Process
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Vehicle Lateral State Estimation Based on Measured Tyre Forces

Laboratory of Automotive Engineering, Helsinki University of Technology, P.O. Box 4300, 02015 TKK, Finland
Sensors 2009, 9(11), 8761-8775; https://doi.org/10.3390/s91108761
Submission received: 16 September 2009 / Revised: 14 October 2009 / Accepted: 21 October 2009 / Published: 30 October 2009

Abstract

:
Future active safety systems need more accurate information about the state of vehicles. This article proposes a method to evaluate the lateral state of a vehicle based on measured tyre forces. The tyre forces of two tyres are estimated from optically measured tyre carcass deflections and transmitted wirelessly to the vehicle body. The two remaining tyres are so-called virtual tyre sensors, the forces of which are calculated from the real tyre sensor estimates. The Kalman filter estimator for lateral vehicle state based on measured tyre forces is presented, together with a simple method to define adaptive measurement error covariance depending on the driving condition of the vehicle. The estimated yaw rate and lateral velocity are compared with the validation sensor measurements.

1. Introduction

The vehicle state estimation has been a subject for numerous papers, especially because of the large scale market penetration of Electronic Stability Control (ESC) systems. Even then, more accurate and reliable vehicle state information is needed for upcoming active control applications such as active steering (front and rear), lane keeping and torque vectoring.
The main disadvantage of most of the vehicle state estimation approaches is the requirement for prior knowledge of tyre parameters such as cornering stiffness and friction coefficient [1-4]. However, model based estimation is very accurate when these parameters are known. A fresh vehicle sideslip estimator approach is presented in [5], where a kinematic approach is implemented, using a 6-degree-of-freedom Inertial Measurement Unit (IMU). The estimator is independent of any troublesome parameters and any drifting of the estimate during low lateral excitation is avoided by implementing a Kalman Filter with an adaptive covariance matrix. The estimate based on kinematic formulae can also be supported by a vehicle state observer by weighting estimates depending on the driving state [6]. A similar estimation strategy is implemented here, but instead of measuring accelerations and rotational velocities of a vehicle body, the origin of those quantities, the tyre forces, are measured directly.
The advantage of tyre force measurement can be seen in Figure 1, where a vehicle is cornering under road inclination λ, side wind Fwind and roll angle θ. The tyre lateral tyre forces are parallel to lateral velocity vy. If the state estimation is based on lateral acceleration the following errors exist:
  • roll angle θ and road inclination λ introduce offset for lateral acceleration ay sensor due to gravity component (5,7° roll angle results 0.1g error for lateral acceleration)
    a y , global = a y , measured g sin ( θ λ ) cos ( θ λ )
  • Influence of side wind is not properly captured from the measured acceleration, but has to be carried by the tyres (and influence for vy is missing)
  • vy is not even parallel to compensated lateral acceleration v y = ( a y , global ψ ˙ v x ) d t cos λ
The roll angle and road inclination influence the yaw rate measurement as well, but contrary to the lateral acceleration, gravity does not participate and thus the overall impact is minor (the same applies for pitch angle).
Consequently, the direct measurement of tyre forces seems beneficial in contrast to body accelerations and rotational velocities. Possible technologies for the tyre force measurement could be:
  • strain measurement of suspension components [7] or rim [8]
  • measurement of tyre carcass displacement [9,10], acceleration [e.g.11] or strain [11]
  • tyre tread displacement [12]
  • force sensing bearing [13]
Even though there have been many attempts to measure tyre forces to aid control systems, there are very few articles which study how to exploit them [8,14,15]. This paper proposes a Kalman Filter estimation for vehicle yaw rate ψ̇ and lateral velocity vy based on measured tyre forces.

2. Optical Tyre Sensor (OTS) Concept

The optical tyre sensor was developed for the first time in the EC-funded APOLLO-project [16], which studied several different tyre sensor concepts, including the optical tyre sensor (OTS). The APOLLO was followed by the FRICTI@N-project, where the optical tyre sensor was selected for further development. During FRICTI@N, tyre sensor hardware was refreshed and algorithms were made more robust and towards real-time operation. A truck sensor was also introduced [17]. The sensor was also tested under aquaplaning conditions, where the transition point from the hydrodynamic aquaplaning zone to the viscous aquaplaning was measured [18]. In addition, the severity of aquaplaning was estimated in real-time [19].
The OTS measuring principle is shown in Figure 2. A Light Emitting Diode (LED) is glued into the inner liner of the tyre. A lens focuses infrared light emitted by the LED to the surface of Position Sensitive Detector (PSD). The position of the light spot is relative to the current at the corners of the PSD. The raw data is analysed in the tyre and sent wirelessly by radio at 433MHz to a receiver unit. A more detailed explanation about OTS can be found in [10,17]. The algorithms for the tyre force estimation can be found in [17].
Figure 3 shows the calibration cycle for vertical force and tyre sensor measurement compared with the test rig results. Three different wheel loads are varied at different speeds. Similarly, Figure 4 shows the calibration cycle for the lateral force at three different loads. The tyre force estimation model parameters are fitted to test rig results by the least squares method.

3. Vehicle State Estimator

A test car setup can be seen in Figure 5. The optical tyre sensors are mounted at the left front wheel and rear right wheel position. In addition, the steering wheel angle and vehicle velocity (from the CAN-bus) are used in the estimation. All the other sensors, such as lateral acceleration, yaw rate and Correvit-sensor are for validation purposes only. These sensors are mounted close to the centre of gravity to avoid compensations.
The problem is to estimate lateral velocity and yaw rate at the centre of gravity of the vehicle with a minimal set of parameters. The estimator consists of virtual tyre sensors, a driving state estimator (linearity) and a Kalman filter. The overall structure of the estimator is shown in Figure 6. The operation of the submodels is explained in the following.

3.1. Kalman filter

The Kalman filter is an effective and recursive solution for the discrete data filtering problem from noisy measurements [20]. The state transition reads:
x k = A x k 1 + w k 1
and with measurement zk:
z k = H x k + v k
where A is state transition matrix, H is measurement matrix, and wk and vk represent process and measurement noise. The a priori x ^ k (based on process knowledge) estimate error is:
e k = x k x ^ k
and a posteriori (based on given measurement zk) estimate error is:
e k = x k x ^ k
The a priori estimate error covariance is:
P k = E [ e k e k T ]
and the a posteriori estimate error covariance is:
P k = E [ e k e k T ]
and Kalman gain:
K = P k H T ( H P k H T + R ) 1
which minimizes the a posteriori estimate error covariance [21].
The Kalman gain weights the a priori estimate and residual z k H x ^ k :
x ^ k = x ^ k + K ( z k H x ^ k )
The Kalman filter expects the process and measurements noise to be with normal probability distribution:
p ( w ) N ( 0 , Q )
p ( v ) N ( 0 , R )
where Q is process noise covariance and R is measurement noise covariance matrix. In this paper, this requirement for normal probability distribution is not fulfilled all the time for all measurements; this it is discussed in more detail in section 3.5.

3.2. Virtual tyre sensors

The test car was equipped with two optical tyre sensors. The sensor positions were at the left front and right rear wheels. However, the vehicle state estimator developed here requires individual tyre forces of all tyres or axle forces. Thus, the lateral tyre forces of right front wheel and left rear wheel have to be estimated. The natural way to estimate is to exploit the information from the tyre sensor at the same axle (only lateral dynamics considered here). Hence, the “similarity method” [e.g., 22] is assumed in order to estimate the missing tyre forces. There are several methods to do this, two of which are presented here.

3.2.1. Inverse magic formula

The obvious starting point is to solve slip angle α of the tyre from tyre sensor forces Fy and Fz. The simple four parameter Magic Formula reads [22]:
F y = D sin ( C a tan ( B α E ( B α a tan ( B α ) ) ) )
where parameters B, C and E are assumed to be known. The D is available from the measured wheel load, and the slip angle α can be solved numerically.
Another required variable for a virtual tyre sensor is vertical load. The wheel load deviation of a tyre sensor wheel is available:
Δ F z , 1 = F z , 1 F z , 1 , static
where static wheel load can be calculated from the long time average of measured Fz,1 or by recording Fz,1 values as a static wheel load when Fy,1 ∼ 0. The vertical load of the virtual tyre sensor (neglecting longitudinal load transfer and mass of vehicle is constant):
F z , 2 = F z , 2 , static Δ F z , 1
The lateral force of the virtual tyre sensor can be then calculated with the same Equation 11 as when the slip angle was solved. It should be noted that the method is not sensitive for parameters B, C, or E if they do not depend on wheel load and if D is linear to wheel load. This is in fact an expression of a similarity method.

3.2.2. Normalised lateral force

When considering the inverse magic formula method to solve the lateral force of the second tyre, it is clear that there has to be simpler method to obtain it. The normalized lateral force reads:
μ f = F y , 1 F z , 1
and the lateral force of the second tyre at the same axle:
F y , 2 = μ f F z , 2
The vertical load Fz,2 of the virtual tyre sensor is calculated as in Equation 13. The lateral force for the left rear tyre is calculated similarly to that at the front axle. The normalised lateral force method results in the same behaviour as the inverse magic formula. However, neither of the methods in this form takes into account normalised tyre force non-linearity for high wheel loads.

3.3. Vehicle model for the estimator

The Kalman filter requires a state transition matrix (without linearity assumption for tyre behaviour), which is here based on the lateral and yaw equations of motion:
F = m a
I z ψ ¨ = F y , f l f F y , r l r
where m is vehicle mass, Iz is yaw moment of inertia, lf and lr are centre of gravity distances from the front and rear axles. The lateral equation can be written:
F y , f + F y , r = m ( v ˙ y + ψ ˙ v x )
where Fy,f and Fy,r are the front and rear axle forces. The acceleration of lateral motion can be solved:
v ˙ y = F y , f + F y , r m ψ ˙ v x
Lateral tyre forces are assumed to act on the centre of the contact patch (neglecting pneumatic trail), thus the yaw acceleration can be expressed:
ψ ¨ = F y , f l f I z F y , r l r I z
The Equations 19 and 20 are discretized and written as the state space equation:
[ v y ( k + 1 ) ψ ˙ ( k + 1 ) F y , f ( k + 1 ) F y , r ( k + 1 ) ] = 1 T s v x T s m T s m 0 1 l f I z T s l r I z T s 0 0 1 0 0 0 0 1 [ v y ( k ) ψ ˙ ( k ) F y , f ( k ) F y , r ( k ) ]
where the only variable is forward velocity vx, which is assumed to be slowly changing. Ts is time step. The tyre force state transition is modelled as an identity function. The measurement matrix reads:
y = [ 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ] [ v y ( k ) ψ ˙ ( k ) F y , f ( k ) F y , r ( k ) ]

3.4. Single track model for the linear operation region

A simple vehicle model is needed to provide vehicle yaw rate, lateral velocity and tyre forces for the other subsystems of the estimator. The single track (or bicycle model) [e.g., 23] is based on lateral and yaw equations of motion:
m ( v ˙ y + v x ψ ˙ ) = F f + F r
I ψ ¨ = l 1 F 1 l 2 F 2
The axle forces Ff and Fr are assumed to be linear to the slip angle:
F f = C f α f
F r = C r α r
where Cf and Cr are the front and rear axle cornering stiffness. The slip angles for the front and rear axle read:
α f = δ v y + l f ψ ˙ v x
α r = l r ψ ˙ v y v x
where δ is steering angle at wheel.

3.5. Covariance matrixes for Kalman filter

3.5.1. Process noise covariance matrix

The process noise variance matrix Q is assumed to be constant with very high process variance for tyre forces because a new measurement for tyre forces is always more accurate than a priori estimate, due to identity state transition in Equation 21. The suitable process variance for the lateral motion vy and ψ̇ is not of importance as long it has a realistic scale compared to the corresponding measurement noise variance to allow a tyre force based estimation during non-linear operation.

3.5.2. Measurement noise covariance matrix

The measurement noise covariance matrix R has to be modified continuously. A particularly noticeable bias is introduced to lateral velocity and yaw rate measurements from the single track model etc. during hard cornering. Consequently, during non-linear vehicle behaviour, the measurement variances for the single cycle model should have very high values compared with the process noise values. This allows Kalman gain to weight more direct tyre force integration instead of obviously biased vy and ψ̇ measurements. A method to define measurement noise variance for single track model measurements is explained in the following.

3.5.3. Evaluation of linearity of vehicle operating state

One way to evaluate whether the vehicle behaves as a linear system is to compare nominal yaw rate and actual yaw rate, which has been exploited in ESC-systems [1] and to estimate the friction coefficient [2]. However, if the tyre forces are available by measurement, it is natural to compare measured tyre forces with the single track model (nominal) tyre forces in order to evaluate whether the system is in a linear operating region:
Δ F y = F y , f , onetrack F y , f , measured | + | F y , r , onetrack F y , r , measured |
Depending on driving conditions, the corresponding measurement noise variance (for single track vy and ψ̇) is selected based on ΔFy, where a relay with hysteresis is implemented (Figure 7). The tuning of the relay is essential to achieve a fast and stable response for the estimate. The low variance value can be tuned in straight ahead driving, where the variance can be adjusted to as great a value as the estimate vy without drifting, due to the integration of tyre forces. On the other hand, during cornering, the variance should switch to a noticeably higher level before the vehicle exhibits a non-linear operating region. The hysteresis is needed in order to avoid unnecessary relay switch offs, for example during lane changes, where single track model tyre forces and tyre sensor measurements can be almost equal temporarily.
Another method to judge vehicle non-linearity would be to evaluate the relation of lateral and vertical forces (Equation 14). However, the threshold value is difficult to determine because the cornering stiffness linearity region depends on road conditions.

4. Results

A test manoeuvre was sequential and aggressive lane changes on dry and horizontally even tarmac road. The lateral and vertical tyre forces for the test manoeuvre are shown in Figure 8. The influence of load transfer can be seen in the vertical forces. The vertical forces vary between 1,000 N to 7,000 N. For the lateral forces, peak values for the left front tyre sensor are actually overestimated, due to sensor-lens setup non-linearities, which were found at the edge of the operating area during high vertical force. This results in an overestimation of the normalised lateral force of the front axle; hence the right front tyre lateral force might be overestimated as well.
Figure 9 shows the lateral axle force deviation from the single track model as calculated in Equation 29 (the same test run as in Figure 8). This deviation is further on exploited to evaluate the validity of a single-track model state estimate. When the measured tyre forces deviate from the single track model estimate, the measurement noise variance of a single track model measurement is high. Note that the measurement noise variance for the tyre sensors is constant. This is realistic because the accuracy of the tyre sensor does not depend on driving conditions. The lowest plot shows how the relay with hysteresis operates according to the driving state. During lane change, short switch-offs are detected. Otherwise the relay can recognise the straight ahead driving and cornering.
Figure 10 shows the lateral acceleration comparison with the measured (normalised) tyre forces. The correlation is rather good and slightly higher peak values for the lateral acceleration sensor might be influenced by roll angle (gravity component). The yaw rate comparison seems to produce slightly greater values for the estimate in general. The left front tyre estimate was observed to overestimate lateral force during high vertical forces; this can explain why the values were higher than expected during positive yaw rate (right turn). The underestimation of yaw rate for negative values is more difficult to explain, but the reasons may lie in the inaccuracy of the virtual tyre sensors or in toe-in and roll-steer induced offsets in lateral forces. The influence of front left tyre lateral force overestimation is then stronger for ψ̇ than ay (due to the integration step needed for ψ̇). Even if yaw rate estimate suffers from the explained inaccuracy in tyre force estimate, the overal performance for the lateral velocity estimate vy remains tolerable. The yaw rate overestimation results in cumulation of error to the negative direction of vy.

5. Discussion

This paper presented one application for tyre sensors. The proposed vehicle lateral state estimator can similarly be used with other tyre force measurements than tyre sensors, such as suspension part or wheel hub strain measurements.

5.1. Can a tyre force sensor replace any of the existing vehicle sensors?

The main advantage of tyre force sensing is definitely the information given about the operating state of each tyre. In addition it is possible to calculate the lateral acceleration of a vehicle from the sum of tyre forces without any bias from body roll angle and road inclination. Also, the influence of side wind is realistically captured. The results show that lateral acceleration was accurately calculated from the tyre forces when measured by an optical tyre sensor. The yaw rate sensor, however, is much more complex to replace than the acceleration sensor. The required integration step makes the estimate extremely sensitive to errors in parameters lf and lr, which may arise, for example, from the pneumatic trail in addition to the mechanical movement of the wheel hub. Thus, the yaw rate is a valuable measure of the differences in front and rear axle forces acting on a vehicle. However, if the tyre sensor can produce an accurate and reliable estimate for the vertical force, the vehicle centre of gravity position can be calculated in a steady state condition.

5.2. Required vehicle parameters by the estimator

One of the objectives of the estimator was to minimize the number of parameters. Table 1 presents required vehicle parameters by the estimator and proposes some possible sources for them.
The vehicle mass is naturally available from the vertical tyre forces, but it requires real force measurements instead of the virtual tyre sensors implemented in this paper. However, reasonable accuracy would also be possible with two tyre sensors.

5.3. Further research

Improvement of the optical tyre sensor operation region would enable accurate estimation of lateral force during high vertical force and high slip angle. The single track model could be extended to adapt the parameters to ensure accurate operation during low lateral excitation.
The main benefits of this proposed Kalman filter approach could be seen on slippery road conditions, on side wind, and on inclined roads, where the problems for the model based estimation based on non-linear vehicle model are seen. In addition, the tyre force based estimator can be fitted to totally new types of vehicles without any major parameter modifications as long as the axle length is known.
The virtual tyre sensor concept might be feasible together with a more production oriented tyre sensor, or other type of tyre force measurement. The virtual tyre sensor concept would also lower the threshold for production tyre sensors as half of the sensor costs would be saved if only two tyres of a car needed be equipped with tyre sensors. It is possible to do this research and development mainly with simulation models, with no significant investments needed for the tyre sensor prototypes. The main problems are the combined slip case and the slightly non-linear influence of the wheel load on tyre forces.

References

  1. van Zanten, A.T.; Erhardt, R.; Pfaff, G.; Kost, F.; Hartmann, U.; Ehret, T. Control aspects of the Bosch-VDC. Proceedings of AVEC96, Aachen, Germany, September, 1996.
  2. Fukada, Y. Slip-angle estimation for vehicle stability control. Veh. Syst. Dyn. 1999, 32, 375–388. [Google Scholar]
  3. Best, M.C.; Gordon, T.J. Combined state and parameter estimation of vehicle handling dynamics. Proceeding of AVEC 2000 5th International Symposium on Advanced Vehicle Control, Ann Arbor, MI, USA, August 22–24, 2000.
  4. Abe, M.; Kato, A.; Suzuki, K.; Kano, Y. Estimation of vehicle side-slip angle for DYC by using On-Board-Tire-Model. Proceedings of 4th International Symposium on Advanced Vehicle Control, Nagoya, Japan, September 14–18, 1998; pp. 437–442.
  5. Klier, W.; Reim, A.; Stapel, D. Robust Estimation of Vehicle Sideslip Angle — An Approach w/o Vehicle and Tire Models. SAE World Congress & Exhibition, Detroit, MI, USA, April, 2008.
  6. Cheli, F.; Sabbioni, E.; Pesce, M.; Melzi, S. A methodology for vehicle sideslip angle identification: comparison with experimental data. Veh. Syst. Dyn. 2007, 45, 549–563. [Google Scholar]
  7. Pasterkamp, W.R. The Tyre as Sensor to Estimate Friction; Delft University: Delft, The Netherlands, 1997; p. 148. [Google Scholar]
  8. Gobbi, M.; Botero, J.C.; Mastinu, G. Improving the active safety of road vehicles by sensing forces and moments at the wheels. Veh. Syst. Dyn. 2008, 46, 957–968. [Google Scholar]
  9. Becherer, T. The Sidewall Torsion Sensor System, 2. Darmstädter Reifenkolloquium; VDI-Verlag: Düsseldorf, Germany, 1998; pp. 130–137. [Google Scholar]
  10. Tuononen, A.J. Optical position detection to measure tyre carcass deflections. Veh. Syst. Dyn. 2008, 46, 471–481. [Google Scholar]
  11. Morinaga, H. The possibility of intelligent tire (technology of contact area information sensing). Proceedings of 31st Fisita World Automotive Congress, Yokohama, Japan, October, 2006.
  12. Breuer, B.; Eichhorn, U. Measurement of tyre/road-friction ahead of the car and inside the tyre. Proceedings of AVEC'92, Yokohama, Japan; 1992. [Google Scholar]
  13. van Leeuwen, B.; Pepe, F. SKF Load Sensing HBU, ATA Advanced chassis Control Systems; Orbassano, Italy, 2008. [Google Scholar]
  14. Krantz, W.; Neubeck, J.; Wiedemann, J. Estimation of Side Slip Angle Using Measured Tire Forces; SAE: Warrendale, PA, USA, March 2002; pp. 59–64. [Google Scholar]
  15. Kamada, T.; Fukudome, H.; Fujita, T.; Murase, M. Study on ABS control by measuring forces between road surface and tires. Proceedings of the International Symposium on Advanced Vehicle Control, Arnhem, The Netherlands, August, 2004; pp. 239–244.
  16. Holtschulze, J. Analyse der Reifenverformungen für eine Identifikation des Reibwerts und weiterer Betriebsgröβen zur Unterstützung von Fahrdynamikregelsystemen. PhD thesis, RWTH Aachen University, Aachen, Germany, April 2006. [Google Scholar]
  17. Tuononen, A.J. On-board estimation of dynamic tyre forces from optically measured tyre carcass deflections. Int. J. Heavy Veh. Syst. 2009, 16, 362–378. [Google Scholar]
  18. Tuononen, A.J.; Hartikainen, L. Optical position detection sensor to measure tyre carcass deflections in aquaplaning. Int. J. Veh. Syst. Model. Test. 2008, 3, 189–197. [Google Scholar]
  19. Tuononen, A.J.; Matilainen, M.J. Real-time estimation of aquaplaning with an optical tyre sensor. J. Automobile Eng. 2009, 223, 1263–1272. [Google Scholar]
  20. Kalman, R.E. A new approach to linear filtering and prediction problems. Trans. ASME J. Basic Eng. 1960, 82, 35–45. [Google Scholar]
  21. Welch, G.; Bishop, G. An introduction to the Kalman filter; Technical Report TR 95-041; Department of Computer Science, University of North Carolina: Chapel Hill, NC, USA, 2006. [Google Scholar]
  22. Pacejka, H.B. Tyre and Vehicle Dynamics; Elsevier: Burlington, UK, 2005. [Google Scholar]
  23. Gillespie, T.D. Fundamentals of Vehicle Dynamics; SAE: Warrendale, PA, USA, 1992. [Google Scholar]
  24. Pauwelussen, J. Plane Vehicle Behaviour, lecture material; HAN-University: Arnhem, The Netherlands, 2003. [Google Scholar]
Figure 1. Lateral forces acting on one axle of cornering vehicle.
Figure 1. Lateral forces acting on one axle of cornering vehicle.
Sensors 09 08761f1
Figure 2. Optical tyre sensor measurement principle [10].
Figure 2. Optical tyre sensor measurement principle [10].
Sensors 09 08761f2
Figure 3. Tyre sensor calibration cycle for vertical force and comparison with test rig measurement.
Figure 3. Tyre sensor calibration cycle for vertical force and comparison with test rig measurement.
Sensors 09 08761f3
Figure 4. Tyre sensor calibration cycle for lateral force and comparison with test rig measurement (vertical force and lateral forces during cycle, 60 km/h).
Figure 4. Tyre sensor calibration cycle for lateral force and comparison with test rig measurement (vertical force and lateral forces during cycle, 60 km/h).
Sensors 09 08761f4
Figure 5. Measurement car setup.
Figure 5. Measurement car setup.
Sensors 09 08761f5
Figure 6. Block diagram of the estimator.
Figure 6. Block diagram of the estimator.
Sensors 09 08761f6
Figure 7. A relay with hysteresis to select proper measurement noise variance.
Figure 7. A relay with hysteresis to select proper measurement noise variance.
Sensors 09 08761f7
Figure 8. Lateral and vertical tyre forces for a driving manoeuvre (vx∼60 km/h, dry tarmac).
Figure 8. Lateral and vertical tyre forces for a driving manoeuvre (vx∼60 km/h, dry tarmac).
Sensors 09 08761f8
Figure 9. Lateral force deviation from single track model and measurement error variance during test run.
Figure 9. Lateral force deviation from single track model and measurement error variance during test run.
Sensors 09 08761f9
Figure 10. Lateral state estimate based Kalman filter estimator and for sensor measurement.
Figure 10. Lateral state estimate based Kalman filter estimator and for sensor measurement.
Sensors 09 08761f10
Table 1. Required estimator parameters.
Table 1. Required estimator parameters.
ParameterDefinitionSourceValue
mVehicle massavailable from vertical tyre forces1,603 kg
laxle lengthvehicle parameter2,575 m
lfCentre of gravity distance from front axleavailable from vertical tyre forces in steady state condition1.05m
lrCentre of gravity distance from rear axleavailable from vertical tyre forces in steady state condition1.525m
IzVehicle yaw moment of inertiaroughly m·lr·lr [24] or adapted3,156 kg m2
QProcess noise covarianceconstantdiag([0.01 0.01 1e4 1e4])
RMeasurement noise covariancederived in section 3.5variable
Cf & CrCornering stiffness of the linear model (or characteristic velocityESC-system (nominal behaviour of a vehicle)76,614 N/rad & 82,087N/rad

Share and Cite

MDPI and ACS Style

Tuononen, A.J. Vehicle Lateral State Estimation Based on Measured Tyre Forces. Sensors 2009, 9, 8761-8775. https://doi.org/10.3390/s91108761

AMA Style

Tuononen AJ. Vehicle Lateral State Estimation Based on Measured Tyre Forces. Sensors. 2009; 9(11):8761-8775. https://doi.org/10.3390/s91108761

Chicago/Turabian Style

Tuononen, Ari J. 2009. "Vehicle Lateral State Estimation Based on Measured Tyre Forces" Sensors 9, no. 11: 8761-8775. https://doi.org/10.3390/s91108761

Article Metrics

Back to TopTop