Next Article in Journal
Parallel Pointing Systems Suitable for Robotic Total Stations: Selection, Dimensional Synthesis, and Accuracy Analysis
Next Article in Special Issue
Simulation and Validation of an 8 × 8 Scaled Electric Combat Vehicle
Previous Article in Journal
Universal Jamming Gripper: Experimental Analysis on Envelope and Granular Materials
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Simultaneous Estimation of Vehicle Sideslip and Roll Angles Using an Event-Triggered-Based IoT Architecture

by
Fernando Viadero-Monasterio
1,*,†,
Javier García
2,†,
Miguel Meléndez-Useros
1,
Manuel Jiménez-Salas
1,
Beatriz López Boada
1 and
María Jesús López Boada
1
1
Mechanical Engineering Department, Advanced Vehicle Dynamics and Mechatronic Systems (VEDYMEC), Universidad Carlos III de Madrid, Avda. de la Universidad 30, 28911 Leganés, Spain
2
Computer Science and Software Engineering Department, Universidad Carlos III de Madrid, Avda. de la Universidad 30, 28911 Leganés, Spain
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Machines 2024, 12(1), 53; https://doi.org/10.3390/machines12010053
Submission received: 4 December 2023 / Revised: 24 December 2023 / Accepted: 7 January 2024 / Published: 11 January 2024
(This article belongs to the Special Issue Intelligent Control and Active Safety Techniques for Road Vehicles)

Abstract

:
In recent years, there has been a significant integration of advanced technology into the automotive industry, aimed primarily at enhancing safety and ride comfort. While a notable proportion of these driver-assist systems focuses on skid prevention, insufficient attention has been paid to addressing other crucial scenarios, such as rollovers. The accurate estimation of slip and roll angles plays a vital role in ensuring vehicle control and safety, making these parameters essential, especially with the rise of modern technologies that incorporate networked communication and distributed computing. Furthermore, there exists a lag in the transmission of information between the various vehicle systems, including sensors, actuators, and controllers. This paper outlines the design of an IoT architecture that accurately estimates the sideslip angle and roll angle of a vehicle, while addressing network transmission delays with a networked control system and an event-triggered communication scheme. Experimental results are presented to validate the performance of the IoT architecture proposed. The event-triggered scheme of the IoT solution is used to decrease data transmission and prevent network overload.

1. Introduction

Traffic accidents have a major socio-economic impact as they lead to both the loss of human lives and huge economic costs. According to global statistics, passengers in a rollover accident are 10 times more likely to die than those in a non-rollover accident, and this situation represents 33% of all passenger car crashes [1,2,3]. One line of action to prevent these accidents focuses on research into and the improvement of roll stability control systems, which are relevant for heavy vehicles [4,5,6,7]. Additionally, skid prevention systems based on torque distribution, such as differential braking, are a growing research trend for vehicles driving in slippery conditions [8,9,10].
Currently, vehicles incorporate control systems to improve vehicle stability and handling. These systems rely on knowledge of the vehicle’s dynamics, either by measuring its state directly from sensors or by estimating those states through observer models [11,12,13]. The major obstacle in implementing these systems is the trade-off between processing capacity and the economic cost of the sensors. Sensors that provide direct measurements of the major parameters related to vehicle dynamics (pitch, roll angle, and sideslip) are expensive, and their incorporation into vehicles would increase production costs considerably [14,15,16]. As an example, inertial measurement unit (IMU) sensors, which cost around EUR 3000, directly measure vehicle yaw, roll, and pitch rates using gyroscopes and the effect of Coriolis acceleration. However, sideslip and roll angles are still not measurable from IMUs. To overcome this problem, it is possible to install a dual-antenna GPS; however, since the price of this device exceeds EUR 13,000, it cannot be considered for series-production vehicles [1].
State estimation is currently a fundamental research topic in the field of automated driving systems (ADS) [17,18,19]. The aim of the filtering or estimation problem is to estimate the unknown states of a system from the information provided by the sensor signals. There are mathematical procedures that allow certain values to be estimated from data from other lower-cost sensors, such as a global positioning system (GPS) or an IMU. This form of approximation avoids the need to incorporate high-cost sensors but introduces delays derived from communications between components and the mathematical operations necessary to produce the different estimates from the data.
There are a wide range of studies that attempt to design estimation systems for states that cannot be measured. In order to estimate the different angles related to vehicle dynamics, processes such as the following are carried out:
  • Using the velocities and accelerations of the axes X, Z;
  • Merging the lateral accelerations and the roll rate [20];
  • Combining the data obtained using a gyroscope and an inertial angle sensor [21];
  • Operating using the values obtained using a six-dimensional IMU [22];
  • Using a low-cost GPS together with the values from sensors located on the wheels [23].
An alternative solution is to provide reliable estimates from other sensors that are already included in series-production vehicles. This can be achieved through the Internet of Things (IoT), which consists of interconnecting different devices so that they can communicate with each other and perform different tasks, such as gathering information from different sensors or processing the data. Several typical requirements for IoT architectures are stated below:
  • The sampling rate of the sensors must be high in order to ensure that information is received fast enough to act in case of a particular event;
  • It is necessary to obtain information from low-cost sensors or devices already included in series-production automobiles in order to ensure the vehicle prices are reasonable;
  • Whenever data cannot be obtained directly, they must be estimated from direct measurements;
  • The elapsed time to perform computational tasks should be as short as possible in order to guarantee a rapid response to different events;
  • The developed system must have a low power consumption in order not to exhaust the vehicle resources.
With the aim of reducing the sampling rate and power requirements without compromising the accuracy of the results obtained, an alternative approach is to implement an event-triggering mechanism in order to transmit only relevant information to the system instead of all the data captured by the sensors [24,25,26,27,28]. This improves the system performance by reducing the number of data packets that need to be processed. In contrast to time-triggered data transmission, numerous studies have focused on the design of event-triggered systems [29,30,31,32,33]. In [29,30,33], event-triggered dynamic output feedback controllers for NCS are proposed. In [34], an event-triggering mechanism is used for distributed networked control systems considering network faults and communication delays. In [35], an adaptive event-triggering condition is designed while ensuring that the Zeno behavior is avoided. In [36,37], an active suspension is controlled through an event-triggered H controller in a networked control system with communication delays. Nevertheless, a significant portion of these results are based on simulations, making it difficult to find hard experimental evidence that validates the effectiveness of event-driven systems.
Effectively designed and developed software components that apply these techniques are crucial to meet the strict real-time restrictions when embedding these components in low-cost devices such as the Raspberry Pi 3 Model B or Intel Edison [38]. To reduce computation times, low-level languages such as C++ must be employed for direct control over the hardware and to optimize computational time. However, it is not trivial to reduce the delays that may occur during data transmission through the network since these will be determined by the vehicle’s network and the number of packets that are in circulation [39]. In addition, there is the possibility of network flooding and loss of information if the sensor sampling rate is higher than the packet processing capabilities.
For all the above reasons, the objective of this work was to design a system that allows for the estimation of vehicle sideslip and roll angles, with the information measured by low-cost sensors, while reducing the in-vehicle network usage through an event-triggering mechanism. In addition, code was developed to allow computers to communicate with each other in order to simulate a distributed system similar to one that would be found in a real vehicle. The novelty reflected in this work is the analysis of the vehicle roll, pitch, and yaw angle estimation using an event-triggering-based solution and low-cost devices under high dynamic conditions to avoid in-vehicle network saturation. The estimation outcomes were compared with the measurements acquired by a high-end professional device (VBOX from Racelogic), which were used as the ground truth.
This paper is structured as follows. In Section 2, the methodology is presented, including a description of the experimental testbed design, the experiments, and the data gathering and analysis techniques. The experimental results and discussion are presented in Section 3. In Section 4, the conclusions are outlined.

2. Research Approach

The purpose of this work was to develop an IoT solution to estimate both vehicle roll and sideslip angles by implementing event-triggering principles to reduce data traffic between different low-cost sensors and avoid vehicle network overload. Therefore, the hypothesis to be tested was whether it is feasible for an IoT system to approximate vehicle roll and sideslip angles in real time without overloading the intra-vehicular network.
The perspective of the hardware and communications on board the vehicle is presented in Section 2.1. The fundamentals of the event-triggered observer investigated in the scope of this research can be found in Section 2.2. The perspective of the software developed is explained in Section 2.3. Finally, information concerning the experiments and data gathering are provided in Section 2.4 and Section 2.5, respectively.

2.1. IoT Hardware and Communications Perspective

To implement the solution, an IoT architecture was proposed in which the different components necessary for estimating roll and sideslip angles are integrated. There are various types of components involved, ranging from those facilitating the transfer of data to those performing the required calculations for output variable estimation. These are coupled with the sensors used for input parameter, acquisition enabling roll and slip angle estimations.
In order to enable communication between components, a local Gigabit Ethernet network was utilized. A switch was included to allow inter-connectivity between the different computers in the local network. Network cables with an RJ45 connector were also included to connect the different computers to the switch. This switch was connected to a 4G router by means of another local network cable, so that all computers connected to the local network had access to the Internet.
It is important to note that all the above local network components needed to support Gigabit Ethernet connections (IEEE 802.3z standard [40]). This technology was chosen because it ensures the data network had a sufficiently large bandwidth to support a high throughput of packets, while also having a latency that is lower than in 100 MBps networks. Thus, delays lower than 1 ms were achieved in a stable manner for the local vehicle network. Low latency is essential to achieving a correct estimation, since a network latency over a certain threshold makes the correct estimation of sideslip and roll angles difficult.
Two Pi 3b + model Raspberries, with 4-core processors and 1 GB of RAM, enabled computational processes within this system. The first received the information from the vehicle’s sensors and executed the event-triggering algorithm, which decided which values obtained from the sensors should be sent to the network and which should be discarded. The information sent over the network was significantly reduced through this process, which, in turn, reduced the traffic on it. The decision as to which values to neglect was made based on their utility in estimating roll and slip angles. The second Raspberry executed the sideslip and roll angle observer; this received the data filtered by the event-triggering process at the other end of the network and implemented the estimator, which used these data to obtain the roll and sideslip angles.
Concerning vehicle measurements, three different sensors were mounted in order to obtain the necessary measurements for the proposed estimator. The first Raspberry comprised a low-cost IMU together with a GPS (GPS-PIE Gmm slice 9DOF IMU). The IMU provided the vehicle’s roll and yaw rates in a range of 2000 /s, while the longitudinal velocity of the vehicle was measured from the GPS sensor in a range of 515 m/s. The steering wheel angle was measured through a Kistler steering wheel sensor. Moreover, three high-cost sensors with sampling frequencies of 100 Hz were mounted in order to compare the ground truth and estimated data:
  • Racelogic IMU04. This sensor measures pitch, roll, and yaw rates using three rate gyroscopes. Moreover, it obtains the accelerations in the x, y, and z directions via three accelerometers with a ±20 g linear acceleration range and a 0.00004 g acceleration resolution, and a ±450 /s angular rate range with a 0.00085 /s resolution;
  • Racelogic VBOX 3i Dual Antenna. Depending on the mounting configuration, this sensor can be used to measure the roll, pitch, and sideslip angles, and determine vehicle positioning with a 1 cm distance resolution, a 0.01 km/h velocity resolution, less than a 0 . 2 sideslip angle RMS accuracy, and a 0 . 14 roll angle RMS accuracy;
  • Kistler steering wheel DTI sensor. This sensor can measure the steering wheel angle and torque with the following specifications: a ± 250 Nm steering moment range, a ± 1250 steering angle range, a maximum 2000 /s steering speed, and a 0 . 015 steering angle resolution.
The estimated output values and localization data were sent to the cloud through the 4G Router.

2.2. Event-Triggered Vehicle Sideslip and Roll Angles H Observer

The estimation problem is explored in this section. For the chosen vehicle model, it is assumed that the vehicle sprung mass rotates around the roll center. Moreover, the vehicle has three degrees of freedom: the sideslip angle ( β ), yaw rate (r), and roll angle ( ϕ ). Vehicle parameters are presented in Table 1. The equations of lateral motion of the vehicle are [24]:
β ˙ = I e q C 0 I x m v x β 1 + I e q C 1 I x m v x 2 r + h m g h k r I x v x ϕ h b r I x v x ϕ ˙ + I e q C α f I x m v x δ g v x ϕ r r ˙ = C 1 I z β g v x ϕ r + a C α f I z δ ϕ ¨ = C 0 h I x β 1 + I e q C 1 I x m v x 2 r + m g h k r I x ϕ b r I x ϕ ˙ + C α f h I x δ p ˙ f
where
C 0 = C α f + C α r C 1 = a C α f b C α r C 2 = a C α f 2 + b C α r 2 I e q = I x + m h 2
Since the vehicle behavior is non-linear, a linear parameter varying (LPV)-based state-space vehicle model was adopted for this work, as it is more reliable when used with a linear model. For this particular case, the definition of a LPV-based model allows the variability of the state-space matrices to be considered due to the change in the vehicle velocity. Considering the significant variations in vehicle parameters, such as tire cornering stiffness, which are challenging to measure directly, model uncertainties were incorporated into the analysis. Equation (1) is rewritten in the state-space form:
x ˙ ( t ) = ( A ( μ ) + Δ A ( μ ) ) x ( t ) + ( B δ ( μ ) + Δ B δ ( μ ) ) δ ( t ) + ( B u ( μ ) + Δ B u ( μ ) ) u ( t ) + B ω ( μ ) w ( t )
where x = β r ϕ ϕ ˙ is the system state vector, which includes the sideslip angle, β , yaw rate, r, roll angle, ϕ , and roll rate, ϕ ˙ . δ defines the steering wheel angle, and the control input is denoted by u = Δ δ M ϕ . The disturbance is given by w = ϕ r p ˙ f d , with ϕ r as the road bank angle, p ˙ f as the longitudinal component of the angular velocity vector of the vehicle with respect to the inertial coordinates, and d as the system noise.
The system polytope depends on the time-varying vector defined as μ = 1 / v x 1 / v x 2 . The matrices of model (3) are
A ( μ ) = I e q ( C α f + C α r ) I x m v x 1 + I e q ( a C α f b C α r ) I x m v x 2 h ( m g h k r ) I x v x h b r I x v x ( a C α f b C α r ) I z ( a 2 C α f + b 2 C α r ) I z v x 0 0 0 0 0 1 ( C α f + C α r ) h I x ( a C α f b C α r ) h I x v x ( m g h k r ) I x b r I x Δ A ( μ ) = I e q ( Δ C α f + Δ C α r ) I x m v x I e q ( a Δ C α f b Δ C α r ) I x m v x 2 0 0 ( a Δ C α f b Δ C α r ) I z ( a 2 Δ C α f + b 2 Δ C α r ) I z v x 0 0 0 0 0 1 ( Δ C α f + Δ C α r ) h I x ( a Δ C α f b Δ C α r ) h I x v x 0 0 B δ ( μ ) = I e q C α f I x m v x a C α f I z 0 C α f h I x , Δ B δ ( μ ) = I e q Δ C α f I x m v x a Δ C α f I z 0 Δ C α f h I x , B u ( μ ) = I e q C α f I x m v x 0 a C α f I z 0 0 0 C α f h I x 1 I x , Δ B u ( μ ) = I e q Δ C α f I x m v x 0 a Δ C α f I z 0 0 0 Δ C α f h I x 0 B ω ( μ ) = g v x 0 1 0 0 1 0 0 1 0 1 1
where A, B δ , B u , and B ω represent the nominal behavior of the state-space model, while Δ A , Δ B δ , and Δ B u denote the cornering stiffness uncertainty effect.
The sideslip and roll angles are estimated through an observer with the following structure:
x ˜ ˙ = i = 1 3 α i [ A i x ˜ + B i , δ δ + B i , u u + L i ( y ¯ y ˜ ) ] y ˜ = C x ˜ y ¯ = e y + y t η
where L i is the observation gain matrix to be designed and η is the time delay due to the sampling and data transmission in the network. By defining the state error vector as e x = x x ˜ , and a new state vector ξ = e x x T , the combination (3) and (4) leads to
ξ ˙ = i = 1 3 α i [ ( A 0 . i + Δ A 0 , i ) ξ + A 1 , i ξ t η + A 2 , i e y + ( A 3 , i + Δ A 3 , i ) q ]
where q = δ u w T . The matrices in (5) are
A 0 , i = ( A i L i C ) L i C 0 A i , A 1 , i = 0 L i C 0 0 , A 2 , i = L i 0 , A 3 , i = 0 0 B ω , i B σ , i B u , i B ω , i Δ A 0 , i = 0 Δ A i 0 Δ A i , Δ A 3 , i = Δ B δ , i Δ B u , i 0 Δ B δ , i Δ B u , i 0
The problem of the event-triggered H observer design is based on finding the observer gains, L i , such that:
  • When q ( t ) = 0 , the system (5) is asymptotically stable;
  • Under the zero initial condition, | | z z | | 2 < γ 2 | | q q | | 2 holds for q ( t ) 0 L 2 [ 0 , ) , with γ being the H performance index.
The observation gain matrices, L i , are obtained by solving the following linear matrix inequality (LMI) problem:
Theorem 1. 
The event-triggered observer presented in (4) is asymptotically stable with an H performance index γ > 0 if, for given values of η m > 0 , η M > η m , h > 0 , ϵ > 0 , ρ 1 > 0 and ρ 2 > 0 , there exist matrices P 1 = P 1 > 0 , P 2 = P 2 > 0 , T 1 , i = T 1 , i > 0 , T 2 , i = T 2 , i > 0 , S 1 = S 1 > 0 , S 2 = S 2 > 0 , Ω i = Ω i > 0 and matrices M i and R of appropriate dimensions, such that
Σ ¯ 11 , i Σ ¯ 12 , i Σ ¯ 13 , i Σ ¯ 22 , i Σ ¯ 23 , i Σ ¯ 33 , i < 0 , f o r i = 1 , , 3 S 2 R S 2 > 0
where
P = P 1 0 0 P 2 , A ¯ 0 , i = P 1 A i M i C M i C 0 P 2 A i , A ¯ 1 , i = 0 M i C 0 0 , A ¯ 2 , i = M i 0 A ¯ 3 , i = 0 0 P 1 B ω , i P 2 B i , δ P 2 B i , u P 2 B i , ω , E ^ A , i = 0 P 1 E A , i 0 P 2 E A , i , E ^ B , i = P 1 E B δ , i P 1 E B u , i 0 P 2 E B δ , i P 2 E B u , i 0 Σ ¯ 11 , 1 = Σ ¯ 11 , i , 1 , 1 A ¯ 1 , i S 1 0 Σ ¯ 11 , i , 2 , 2 S 2 + R S 2 + R T 2 , i T 1 , i S 1 S 2 R T 2 , i S 2 Σ ¯ 11 , i , 1 , 1 = A ¯ 0 , i + A ¯ 0 , i + T 1 , i S 1 , Σ ¯ 11 , i , 2 , 2 = 2 S 2 R R + ε Θ Ω i Θ Σ ¯ 12 , i = A ¯ 2 , i A ¯ 3 , i C 1 η m A ¯ 0 , i ( η ¯ η m ) A ¯ 0 , i ε Θ Ω i 0 0 η m A ¯ 1 , i ( η ¯ η m ) A ¯ 1 , i 0 0 0 0 0 0 0 0 0 0 , Σ ¯ 13 , i = E ^ A , i μ 1 F ¯ A E ^ B , i 0 0 0 0 0 0 0 0 0 0 0 0 0 Σ ¯ 22 , i = Ω i + ϵ Ω i 0 0 τ m A ¯ 2 , i ( η ¯ τ m ) A ¯ 2 , i γ 2 I 0 τ m A ¯ 3 , i ( η ¯ τ m ) A ¯ 3 , i I 0 0 ρ 1 2 S 1 2 ρ 1 P 0 ρ 2 2 S 2 2 ρ 2 P Σ ¯ 23 , i = 0 0 0 0 0 0 0 μ 2 F ¯ B 0 0 0 0 η m E ^ A , i 0 η m E ^ B , i 0 ( η ¯ η m ) E ^ A , i 0 ( η ¯ η m ) E ^ B , i 0 , Σ ¯ 33 , i = μ 1 I 0 0 0 μ 1 I 0 0 μ 2 0 μ 2 I
Once a feasible solution is found, the observation gain matrices are obtained by L i = P 1 1 M i .
Proof. 
The proof is presented in [24] and omitted here for simplicity. □

2.3. Software Perspective

As Figure 1 shows, cloud services are divided into two components: A REST API, which implements an interface to store and query the data from the vehicle, and a Database Manager, which is used by the REST API to store vehicle data in a persistent manner.
The vehicle localization and estimated data are sent to the REST API and then a web-based client queries these data, asking the REST API via HTTP petitions. This web-based client is employed to display a map with geo-located data of the vehicle in real time.
Figure 2 presents the component diagram of the system, where each dependency among components is easily visualized. In order to keep the component diagram as simple as possible, only one interface is shown for each component. However, in the real architecture, a component may provide implementation for a wide range of functions.
As depicted in Figure 2, the system under consideration comprises multiple components, each designed with a specific function. The most relevant are as follows:
a.
Network. This component incorporates the essential logic required to facilitate communication among the computers within the system. At the time of writing this article, the system employed a client–server model utilizing TCP sockets for data exchange. This component furnishes various implementations for distinct operations, including:
  • Establish communication: (a) receives the IP and port of the machine; and (b) returns a socket descriptor that is used to exchange data with the process;
  • Set socket listener port: (a) receives the port number in which the server will be listening for new connections; and (b) returns a number that will be used by the server as socket descriptor;
  • Send message: (a) receives the message to send, the length of the message, and one socket descriptor; and (b) returns 0 in case of success and −1 if an error occurs;
  • Receive message; (a) receives a buffer where the message will be stored, the length of the message, and one socket descriptor; and (b) returns 0 in case of success and −1 if an error occurs.
b.
Math operators. The programs in development must execute various mathematical operations, including matrix calculations. The responsibility of this block is to ensure the efficient implementation of these operators. Among the functions offered by this component are:
  • Create matrix;
  • Multiply matrix by number;
  • Add matrices;
  • Multiply matrices;
  • Transpose matrix;
  • Convert degrees to radians.
c.
Sensors. This component represents the array of sensors utilized by the Raspberry Pi for environmental data collection. To enhance the system modularity, it was determined that this component should employ the network interface for data transmission instead of being integrated into the event-triggering block. This choice enables developers to separate the data collection process from its subsequent processing.
d.
Event triggering. This block executes the event-triggering algorithm. It processes data from sensors and transmits that information to the observer. Given that the algorithm involves matrix operations, it is imperative to ensure the availability and integration of the math component for its proper functionality.
e.
Observer. This component is the last piece of the algorithm. It processes the data sent by the event-triggering program and estimates both the vehicle sideslip and roll angles.
Note: Both the event-triggering program and the observer are required not only to communicate with each other and perform mathematical operations, but also to generate graphics once the programs have finished. This is why they are connected to the library component.
The algorithm presented in Figure 3 illustrates the implementation of the proposed system, which comprises three separate programs. To ensure the generalizability, it was assumed that the vehicle is not in an infinite loop, although it may complete the algorithm if necessary. Consequently, the algorithm includes several decision blocks that assess whether the programs should terminate in the current iteration. In order to model concurrency between programs, the diagram employs fork and join. It is essential to note that, in the actual project, the user activates distinct codes independently. A new thread is not created by a program to initiate the execution of another program. Before continuing, it is important to note that the diagram was created under the assumption that the programs would be written in C++. As a result, there are several blocks responsible for freeing up resources such as memory that were reserved during the iteration. However, this diagram can be used to explain any other implementation in a different language by simply disregarding those blocks.
  • Main: this program is responsible for obtaining data from the sensors and transmitting them to the event-triggering program;
  • Event triggering: this code receives data from the sensors and performs several mathematical operations in order to decide whether the processed information must be sent to the observer or not;
  • Observer: this program calculates the slip and roll angles as its final outputs.
Figure 3. Activity diagram.
Figure 3. Activity diagram.
Machines 12 00053 g003

2.4. Experimental Design

The experimental tests were carried out in the National Institute for Aerospace Technology (INTA) testing tracks located in Madrid, Spain, (see Figure 4) using the testbed configuration described in Section 2.1. To evaluate the hypothesis defined for this research, the following experiments were executed:
a.
Spiral. During a spiral movement, the driver steers the vehicle along a path that gradually narrows or widens in a spiral shape. The challenge is to maintain control and follow the curvature of the road.
b.
Slalom. The slalom is a driving course that consists of a series of gates or markers arranged in a zigzag pattern. The driver must navigate through the obstacles by making rapid turns and quick changes in direction.
c.
Lane change. The ability to change lanes is a crucial driving skill that has many practical applications in everyday driving scenarios. For example, changing lanes allows overtaking slower vehicles, adjusting to traffic conditions, and avoiding obstacles.
These maneuvers are particularly valuable for evaluating a vehicle’s dynamic capabilities, including its ability to change direction rapidly and handle tight turns. Through the execution of these experiments, an accurate approximation of the nominal vehicle parameters was obtained (see Table 1). Accurately determining these parameters is crucial for creating reliable observers for the sideslip and roll angle.
Figure 4. Map of the experimental test location.
Figure 4. Map of the experimental test location.
Machines 12 00053 g004

2.5. Data Gathering

The data obtained for each of the previously defined experiments (see Section 2.4) were stored by the controller of each kit in a CSV-formatted file, showing the experiment and its execution date and time. The stored variables were as follows:
  • Covariance between pitch and roll angles;
  • Covariance between yaw and pitch angles;
  • Covariance between yaw and roll angles;
  • Altitude;
  • Latitude;
  • Longitude;
  • Pitch angle;
  • Pitch rate;
  • Roll angle;
  • Roll rate;
  • Yaw angle;
  • Yaw rate;
  • Vehicle speed;
  • Timestamp.
These measurements were gathered according to the sampling rate stated for the experiments, which was 100 Hz. Appendix A presents an example of the datasets obtained from the experiments.

3. Experimental Results

To validate the feasibility and performance of the proposed architecture for estimating roll and sideslip angles, experimental tests were carried using a GOKA 650 vehicle (see Figure 5).
Vehicle parameters for the model (1) were obtained after performing several spiral and lane change experiments with the real vehicle (see Table 1). An accurate model for the real vehicle lateral dynamic behavior is required in order to design a robust observer that is capable of estimating both the roll and sideslip angles.
The event-triggered-based IoT observer was designed under the following considerations:
  • It was assumed that the longitudinal velocity was bounded in the interval [2 m/s, 20 m/s];
  • The maximum variation in the tire cornering stiffness was 5% of its nominal value;
  • The data sampling frequency was 100 Hz, with minimum and maximum transmission time delays of 5 and 20 ms, respectively.
A slalom test was performed to evaluate the effectiveness of the proposed architecture. This maneuver was chosen for validation since, in this, the vehicle’s dynamic capabilities are more stressed than in the other tests. The path that the vehicle followed during the experiment is depicted in Figure 6. The steering wheel angle set by the driver is presented in Figure 7. The longitudinal velocity profile of the vehicle during this experiment is shown in Figure 8.
Figure 9 shows the real and estimated sideslip angle of the vehicle during the experiment. Figure 10 depicts the comparison between the real and estimated roll angle of the vehicle. The ground truth values of the sideslip and roll angle were obtained using a dual GPS antenna, which is a high-cost sensor. Therefore, it is not possible to consider this as part of a standard vehicle.
In order to quantify the experimental results, Table 2 shows the maximum absolute error (MAX error) and the root mean square error (RMS error) for the estimated data, which were calculated as follows:
M A X e r r o r β = M A X ( | β e x p e r i m e n t a l β e s t i m a t e d | ) M A X e r r o r ϕ = M A X ( | ϕ e x p e r i m e n t a l ϕ e s t i m a t e d | ) R M S e r r o r β = 1 n i = 1 n ( β e x p e r i m e n t a l , i β e s t i m a t e d , i ) 2 R M S e r r o r ϕ = 1 n i = 1 n ( ϕ e x p e r i m e n t a l , i ϕ e s t i m a t e d , i ) 2
The RMS error indicates a difference between the real and estimated value lower than 0 . 3 , for both the roll and sideslip angles. Thus, this demonstrates that the proposed architecture produced a good estimation for these unmeasured angles. With respect to the use of an event-triggered condition, a non-transmission rate of 44.32% was achieved, which lowered the amount of data sent over the network and demonstrates the advantage of designing an observer with an event-triggering condition.
Regarding the hypothesis introduced in Section 2, it was verified that the proposed IoT system can approximate vehicle roll and sideslip angles in real time without overloading the intra-vehicle network.

4. Conclusions

An event-triggered-based IoT architecture that simultaneously estimates the sideslip angle, β , and the roll angle, ϕ , is proposed in this paper. The observer was designed considering network-induced delays and an event-triggering mechanism to reduce the intra-vehicle network load.
The experimental results demonstrate that the proposed observer can simultaneously estimate both roll and sideslip angles using information from sensors already available in series-production vehicles or low-cost sensors, such as the roll rate, ϕ ˙ , yaw rate, r, and longitudinal velocity, v x . This ensures that the cost of the proposed architecture remains low.
The incorporation of an event-triggering mechanism allows the system to neglect any data package with irrelevant information, which reduces the amount of information sent over the network and, thus, the chance of the network becoming saturated. As shown in the experimental results, a non-transmission rate of 44.32% was achieved.
In future work, different event-triggering mechanisms will be studied. Furthermore, we will compare the observer in this work with other alternative observers such as the Kalman filter. Additionally, the system for estimating roll and sideslip angles herein can be used in designing rollover prevention systems using semi-active suspension and skid prevention systems through torque vectoring techniques, such as differential braking.

Author Contributions

F.V.-M., J.G., M.J.L.B. and B.L.B. proposed the ideas; F.V.-M., M.J.L.B. and B.L.B. performed the mathematical development; F.V.-M., J.G., M.M.-U. and M.J.-S. conceived and designed the experiments; F.V.-M., J.G., M.J.L.B. and B.L.B. analyzed the data; F.V.-M., J.G., M.M.-U., M.J.-S., M.J.L.B. and B.L.B. wrote the paper. All authors have read and agreed to the published version of the manuscript.

Funding

Grant [ PID2022-136468OB-I00 ] funded by MCIN/AEI/ 10.13039/501100011033 and by “ERDF A way of making Europe”.

Data Availability Statement

The original contributions presented in the study are included in the article, further inquiries can be directed to the corresponding author.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
ADSAutomated driving system
GPSGlobal positioning system
NCSNetworked control system
IMUInertial measurement unit
IoTInternet of Things
LPVLinear parameter varying
RMSRoot mean square

Appendix A. Example of Data Logged During the Experiments

Figure A1. CSV file contents showcasing data logged by the VBOX kit throughout the course of the experiments.
Figure A1. CSV file contents showcasing data logged by the VBOX kit throughout the course of the experiments.
Machines 12 00053 g0a1
Figure A2. JSON file contents showcasing data recorded by low-cost sensors throughout the execution of experiments.
Figure A2. JSON file contents showcasing data recorded by low-cost sensors throughout the execution of experiments.
Machines 12 00053 g0a2

References

  1. Viadero-Monasterio, F.; Nguyen, A.T.; Lauber, J.; Boada, M.J.L.; Boada, B.L. Event-Triggered Robust Path Tracking Control Considering Roll Stability Under Network-Induced Delays for Autonomous Vehicles. IEEE Trans. Intell. Transp. Syst. 2023, 24, 14743–14756. [Google Scholar] [CrossRef]
  2. Alrejjal, A.; Farid, A.; Ksaibati, K. Investigating factors influencing rollover crash risk on mountainous interstates. J. Saf. Res. 2022, 80, 391–398. [Google Scholar] [CrossRef]
  3. Rezapour, M.; Ksaibati, K. Contributory factors to the severity of single-vehicle rollover crashes on a mountainous area, generalized additive model. Int. J. Inj. Control. Saf. Promot. 2022, 29, 281–288. [Google Scholar] [CrossRef] [PubMed]
  4. Xiao, L.; Wang, M.; Zhang, B.; Zhong, Z. Vehicle roll stability control with active roll-resistant electro-hydraulic suspension. Front. Mech. Eng. 2020, 15, 43–54. [Google Scholar] [CrossRef]
  5. Dandiwala, A.; Chakraborty, B.; Chakravarty, D.; Sindha, J. Vehicle dynamics and active rollover stability control of an electric narrow three-wheeled vehicle: A review and concern towards improvement. Veh. Syst. Dyn. 2023, 61, 399–422. [Google Scholar] [CrossRef]
  6. Vu, V.T.; Sename, O.; Dugard, L.; Gáspár, P. Enhancing roll stability of heavy vehicle by LQR active anti-roll bar control using electronic servo-valve hydraulic actuators. Veh. Syst. Dyn. 2017, 55, 1405–1429. [Google Scholar] [CrossRef]
  7. Tota, A.; Dimauro, L.; Velardocchia, F.; Paciullo, G.; Velardocchia, M. An intelligent predictive algorithm for the anti-rollover prevention of heavy vehicles for off-road applications. Machines 2022, 10, 835. [Google Scholar] [CrossRef]
  8. Pomoni, M. Exploring Smart Tires as a Tool to Assist Safe Driving and Monitor Tire–Road Friction. Vehicles 2022, 4, 744–765. [Google Scholar] [CrossRef]
  9. de Carvalho Pinheiro, H.; Carello, M.; Punta, E. Torque vectoring control strategies comparison for hybrid vehicles with two rear electric motors. Appl. Sci. 2023, 13, 8109. [Google Scholar] [CrossRef]
  10. He, S.; Fan, X.; Wang, Q.; Chen, X.; Zhu, S. Review on torque distribution scheme of four-wheel in-wheel motor electric vehicle. Machines 2022, 10, 619. [Google Scholar] [CrossRef]
  11. Singh, K.B.; Arat, M.A.; Taheri, S. Literature review and fundamental approaches for vehicle and tire state estimation. Veh. Syst. Dyn. 2018, 57, 1643–1665. [Google Scholar] [CrossRef]
  12. Li, Y.; Yang, Y.; Wang, X.; Zhao, Y.; Wang, C. Estimation of Intelligent Commercial Vehicle Sideslip Angle Based on Steering Torque. Appl. Sci. 2023, 13, 7974. [Google Scholar] [CrossRef]
  13. Alonso, L.; Milanés, V.; Torre-Ferrero, C.; Godoy, J.; Oria, J.P.; De Pedro, T. Ultrasonic sensors in urban traffic driving-aid systems. Sensors 2011, 11, 661–673. [Google Scholar] [CrossRef] [PubMed]
  14. Guo, J.; Luo, Y.; Li, K.; Dai, Y. Coordinated path-following and direct yaw-moment control of autonomous electric vehicles with sideslip angle estimation. Mech. Syst. Signal Process. 2018, 105, 183–199. [Google Scholar] [CrossRef]
  15. Strano, S.; Terzo, M. Vehicle sideslip angle estimation via a Riccati equation based nonlinear filter. Meccanica 2017, 52, 3513–3529. [Google Scholar] [CrossRef]
  16. Boada, B.L.; Viadero-Monasterio, F.; Zhang, H.; Boada, M.J.L. Simultaneous Estimation of Vehicle Sideslip and Roll Angles Using an Integral-Based Event-Triggered H Observer Considering Intravehicle Communications. IEEE Trans. Veh. Technol. 2023, 72, 4411–4425. [Google Scholar] [CrossRef]
  17. Habibnejad Korayem, A.; Khajepour, A.; Fidan, B. Road angle estimation for a vehicle-trailer with machine learning and system model-based approaches. Veh. Syst. Dyn. 2022, 60, 3583–3604. [Google Scholar] [CrossRef]
  18. Dong, X.; Chen, G.; Tian, X.; Yan, X. Real-time estimation of roll angles by magnetometer based on two-step adaptive Kalman filter. Measurement 2022, 198, 111349. [Google Scholar] [CrossRef]
  19. Ni, Y.; Liu, X.; Yang, C. Sensor Scheduling for Remote State Estimation with Limited Communication Resources: A Time-and Event-Triggered Hybrid Approach. Sensors 2023, 23, 8667. [Google Scholar] [CrossRef]
  20. Zhao, L.; Liu, Z. Vehicle velocity and roll angle estimation with road and friction adaptation for four-wheel independent drive electric vehicle. Math. Probl. Eng. 2014, 2014, 801628. [Google Scholar] [CrossRef]
  21. Rajamani, R.; Piyabongkarn, D.; Tsourapas, V.; Lew, J. Real-time estimation of roll angle and CG height for active rollover prevention applications. In Proceedings of the 2009 American Control Conference, St. Louis, MO, USA, 10–12 June 2009; pp. 433–438. [Google Scholar] [CrossRef]
  22. Jiang, G.; Liu, L.; Guo, C.; Chen, J.; Muhammad, F.; Miao, X. A novel fusion algorithm for estimation of the side-slip angle and the roll angle of a vehicle with optimized key parameters. Proc. Inst. Mech. Eng. Part D J. Automob. Eng. 2017, 231, 161–174. [Google Scholar] [CrossRef]
  23. Jo, K.; Chu, K.; Sunwoo, M. Interacting Multiple Model Filter-Based Sensor Fusion of GPS With In-Vehicle Sensors for Real-Time Vehicle Positioning. IEEE Trans. Intell. Transp. Syst. 2012, 13, 329–343. [Google Scholar] [CrossRef]
  24. Boada, M.J.L.; Boada, B.L.; Zhang, H. Event-triggering H-based observer combined with NN for simultaneous estimation of vehicle sideslip and roll angles with network-induced delays. Nonlinear Dyn. 2021, 103, 2733–2752. [Google Scholar] [CrossRef]
  25. Cao, Y.; Zhao, N.; Xu, N.; Zhao, X.; Alsaadi, F.E. Minimal-approximation-based adaptive event-triggered control of switched nonlinear systems with unknown control direction. Electronics 2022, 11, 3386. [Google Scholar] [CrossRef]
  26. Tian, Y.; Tian, S.; Li, H.; Han, Q.; Wang, X. Event-Triggered Security Consensus for Multi-Agent Systems with Markov Switching Topologies under DoS Attacks. Energies 2022, 15, 5353. [Google Scholar] [CrossRef]
  27. Zhang, H.; Hong, Q.; Yan, H.; Luo, Y. Observer-based decentralized event-triggered H control for networked systems. J. Frankl. Inst. 2017, 354, 3744–3759. [Google Scholar] [CrossRef]
  28. Ding, X.; Wang, Z.; Zhang, L. Event-triggered vehicle sideslip angle estimation based on low-cost sensors. IEEE Trans. Ind. Inform. 2021, 18, 4466–4476. [Google Scholar] [CrossRef]
  29. Viadero-Monasterio, F.; Boada, B.L.; Zhang, H.; Boada, M.J.L. Integral-Based Event Triggering Actuator Fault-Tolerant Control for an Active Suspension System Under a Networked Communication Scheme. IEEE Trans. Veh. Technol. 2023, 72, 13848–13860. [Google Scholar] [CrossRef]
  30. Li, L.; Zou, W.; Fei, S. Event-based dynamic output-feedback controller design for networked control systems with sensor and actuator saturations. J. Frankl. Inst. 2017, 354, 4331–4352. [Google Scholar] [CrossRef]
  31. Liu, C.; Hao, F. Dynamic output-feedback control for linear systems by using event-triggered quantisation. Iet Control. Theory Appl. 2015, 9, 1254–1263. [Google Scholar] [CrossRef]
  32. Wang, G.; Chadli, M.; Chen, H.; Zhou, Z. Event-triggered control for active vehicle suspension systems with network-induced delays. J. Frankl. Inst. 2019, 356, 147–172. [Google Scholar] [CrossRef]
  33. Zhang, X.M.; Han, Q.L. Event-triggered dynamic output feedback control for networked control systems. IET Control. Theory Appl. 2014, 8, 226–234. [Google Scholar] [CrossRef]
  34. Wang, X.; Lemmon, M.D. Event-triggering in distributed networked control systems. IEEE Trans. Autom. Control 2010, 56, 586–601. [Google Scholar] [CrossRef]
  35. Tan, L.N.; Gupta, N.; Derawi, M. H Control for Oscillator Systems with Event-Triggering Signal Transmission of Internet of Things. IEEE Access 2023, 11, 8938–8949. [Google Scholar] [CrossRef]
  36. Li, L.; Jia, G.; Ran, X.; Song, J.; Wu, K. A variable structure extended Kalman filter for vehicle sideslip angle estimation on a low friction road. Veh. Syst. Dyn. 2014, 52, 280–308. [Google Scholar] [CrossRef]
  37. Zhang, H.; Zheng, X.; Yan, H.; Peng, C.; Wang, Z.; Chen, Q. Codesign of Event-Triggered and Distributed H Filtering for Active Semi-Vehicle Suspension Systems. IEEE/ASME Trans. Mechatron. 2017, 22, 1047–1058. [Google Scholar] [CrossRef]
  38. Alizadeh, M.; Abyaneh, H.A.; Rouzbehi, K. An Enhanced Distributed Event-Triggered Mechanism of Cyber-Switched Communications for Control of Islanded AC Microgrids. IEEE Syst. J. 2022, 17, 1501–1511. [Google Scholar] [CrossRef]
  39. Lu, Z.; Guo, G. Control and communication scheduling co-design for networked control systems: A survey. Int. J. Syst. Sci. 2023, 54, 189–203. [Google Scholar] [CrossRef]
  40. Frazier, H. The 802.3 z gigabit ethernet standard. IEEE Netw. 1998, 12, 6–7. [Google Scholar] [CrossRef]
Figure 1. IoT-based architecture applied to the event-triggered observer.
Figure 1. IoT-based architecture applied to the event-triggered observer.
Machines 12 00053 g001
Figure 2. Component diagram.
Figure 2. Component diagram.
Machines 12 00053 g002
Figure 5. Goka 650 vehicle used for the experiment.
Figure 5. Goka 650 vehicle used for the experiment.
Machines 12 00053 g005
Figure 6. Path followed in the experiment.
Figure 6. Path followed in the experiment.
Machines 12 00053 g006
Figure 7. Steering wheel angle during the experiment.
Figure 7. Steering wheel angle during the experiment.
Machines 12 00053 g007
Figure 8. Velocity of the vehicle during the experiment.
Figure 8. Velocity of the vehicle during the experiment.
Machines 12 00053 g008
Figure 9. Sideslip angle estimation.
Figure 9. Sideslip angle estimation.
Machines 12 00053 g009
Figure 10. Roll angle estimation.
Figure 10. Roll angle estimation.
Machines 12 00053 g010
Table 1. Description of vehicle parameters.
Table 1. Description of vehicle parameters.
ParameterValueDescription
a1.42 mDistance of the front axle from the center of gravity (CoG)
b0.85 mDistance of the rear axle from the CoG
k r 31,752 N m/radRoll stiffness
b r 7025.4 N m s/radRoll damping coefficient
C α f 30,000 N/radCornering stiffness of the front tire
C α r 25,000 N/radCornering stiffness of the rear tire
g9.81 m/s 2 Acceleration of gravity
h0.35 mDistance from roll center to CoG
I x 520 kg m 2 Moment of inertia about the roll axis
I z 1110.9 kg m 2 Moment of inertia about the yaw axis
m650 kgVehicle mass
v x m/sLongitudinal speed
Table 2. Estimation errors obtained in the experimental test.
Table 2. Estimation errors obtained in the experimental test.
Sideslip Angle ( β )Roll Angle ( ϕ )
MAX error 2 . 11 3 . 44
RMS error 0 . 28 0 . 25
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Viadero-Monasterio, F.; García, J.; Meléndez-Useros, M.; Jiménez-Salas, M.; Boada, B.L.; López Boada, M.J. Simultaneous Estimation of Vehicle Sideslip and Roll Angles Using an Event-Triggered-Based IoT Architecture. Machines 2024, 12, 53. https://doi.org/10.3390/machines12010053

AMA Style

Viadero-Monasterio F, García J, Meléndez-Useros M, Jiménez-Salas M, Boada BL, López Boada MJ. Simultaneous Estimation of Vehicle Sideslip and Roll Angles Using an Event-Triggered-Based IoT Architecture. Machines. 2024; 12(1):53. https://doi.org/10.3390/machines12010053

Chicago/Turabian Style

Viadero-Monasterio, Fernando, Javier García, Miguel Meléndez-Useros, Manuel Jiménez-Salas, Beatriz López Boada, and María Jesús López Boada. 2024. "Simultaneous Estimation of Vehicle Sideslip and Roll Angles Using an Event-Triggered-Based IoT Architecture" Machines 12, no. 1: 53. https://doi.org/10.3390/machines12010053

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop