This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
1. Introduction
Vehicle stability control, which relies on the antilock braking system (ABS) and traction control system (TCS) of a vehicle, plays a significant role in preventing single-vehicle accidents caused by vehicle instability [1]. The mechanical structure, dynamic characteristics, response characteristics, and actuator complexity of a dual-motor drive electric vehicle differ significantly from those of a single-drive vehicle. Therefore, dual-motor drive electric vehicles also require an efficient and stable stability control system.
Depending on the system structure, two types of vehicle stability system controllers are used: centralized and hierarchical. Compared with the centralized controller, the hierarchical controller system has superior extendibility and fault tolerance and allows more convenient system maintenance and debugging [2, 3]. Furthermore, the much higher level of integration of the vehicle electrification chassis makes it possible to realize coordination control with other systems such as the X-wire control system and active safety systems, e.g., electric control braking (ECB), electric brake force distribution (EBD), and active front steering (AFS).
Based on the current state of the vehicle and the driver’s intention, the upper layer of the hierarchical vehicle stability controller makes decision regarding the additional yaw moment to restore the stable state of the vehicle. Zhang and Wang proposed a vehicle stability control system using generalized proportion integration (PI) control [4]. Wang et al. developed a stability control strategy based on an integral separation PID controller to eliminate integral accumulation of the control system [5]. Zhao et al. designed a vehicle stability control system based on a T-S fuzzy model [6, 7]. Some scholars also adopted robust control to improve the influence of uncertain factors such as system loss, tire load fluctuation, and side wind [8–12]. However, the PID algorithm guarantees neither optimal control of the system nor its control stability. The rules of fuzzy control are established on the basis of a large number of experiments and expert experience and need to be adjusted according to the driving environment, which is both high time and economic consuming. The most notable disadvantage of slide mode control is chattering, which occurs when the system approaches the slide mode surface and which can only be reduced but not eliminated. Model predictive control (MPC) can directly consider actuator constraints and system state constraints during controller design. In addition, MPC can effectively control a multiobjective constrained system in complex engineering systems and has strong portability [13]. Jalali et al. proposed a vehicle stability controller using MPC [14–17]. And, the desired yaw rate and sideslip angle were obtained through the driver steering wheel angle.
The lower layer of a vehicle stability controller selects the appropriate actuator and reallocates the additional yaw moment based on certain rules. At present, the most commonly used method relies on two allocation strategies: rule-based and optimization theory-based [18]. The increasing actuators and growing complexity of the electronic control systems of vehicles have resulted in the allocation rules becoming more complex; hence, the allocation accuracy cannot be guaranteed to the same extent as before. Therefore, the optimization theory-based allocation strategy is more suitable.
The allocation strategy based on optimization theory usually takes the slip rate of the tire, the minimum of the sum of the working load of the tire, and the minimum of the sum of the longitudinal force of the tire as the optimization objectives. At the same time, the optimization strategy considering the actuator failure and energy economy are gradually put forward. Yin proposed the additional yaw moment and traction force distribution strategy for the purpose of minimizing the tire load [19]. Zhai et al. proposed an average torque distribution strategy, tire-dynamic-load-based torque distribution strategy, and minimum-objective-function-based optimal torque distribution strategy to control the motor driving torque or regenerative braking torque for vehicle stability enhancement [20]. Park et al. proposed a torque distribution strategy that considers the driving economics, driver’s acceleration demand, and tire slip and used fuzzy logic to select a suitable distribution strategy [21]. Kim and Kim chose the regenerative braking and an electrohydraulic brake as the actuators in the vehicle stability controller. Aiming to minimize EHB energy consumption, the braking force distribution ratio of the front and rear axles were optimized [22].
According to the above studies, the hierarchical vehicle stability controller obtains the desired driving state by using the driver steering wheel angle. However, in-depth research showed that the use of only the steering wheel angle is inadequate to express the driver intention and obtain the desired driving state vehicle stability controller.
The driver turning intention is initiated based on experience depending on the condition of the road, environment, and vehicle state. Then, the driver manipulates the vehicle actuator such that the vehicle responds consistently with their intention. Therefore, the driver’s turning intention reflects their subjective demand for the vehicle state. When drivers take sharp turning operation, such as go through continuous S-turn, hairpin bend, and the other roads with a smaller radius curvature, as well as emergency obstacle avoidance or sudden overtaking, the driver would be considered to intend rapidly maneuvering the vehicle under current road conditions, which also means the driver has certain expectations in terms of the vehicle yaw rate and sideslip. However, for some drivers, because of constraints such as their driving experience, the driving environment, theoretical knowledge, and other factors, this expectation ignores correct judgment of the lateral motion stability of the vehicle. During the process of vehicle stability control, if it is a significant difference between the actual and expected state of the vehicle, the driver would proceed with the turning operation, and the vehicle stability would deteriorate and even cause the driver to distrust the system.
Therefore, accurate interpretation and prediction of the driving intention during the process of vehicle stability control and ensuring the actual vehicle state is maintained as closely as possible to the expected vehicle state would greatly improve the stability and driving safety of the vehicle. Driver intention can be obtained using fuzzy reasoning, support vector machine (SVM), artificial neural network (ANN), and hidden Markov model (HMM) [23–27]. Fuzzy reasoning, SVM, and ANN are used to recognize the intentions of driver at a certain moment. However, neural network and fuzzy logic are difficult to deal with temporal-ordered information. Thus, they are mainly used for static recognition problems. HMM, as a kind of dynamic information processing method based on time-series cumulative probability, considers only the state sequence with the maximum log-likelihood and ignores the possibility of small probability events. Therefore, it is difficult to recognize easily confused intentions using HMM.
All the above analysis motivated us to develop a method to detect the driver’s turning intention, establish a steering urgency coefficient for sharp turning, and propose a vehicle stability control reference model considering the driver’s turning intention. Based on the abovementioned results, we proposed a stability control strategy for a dual-motor drive electric vehicle. As a result of this research, the desired control target of stability control is no longer only based on the steering wheel angle, and the vehicle state, in accordance with the driving intention, is under control to a certain extent. This paper is organized as follows. The method to identify the driver’s turning intention is presented in Section 1. A modified reference model for vehicle stability considering the driver’s turning intention is presented in Section 2. Construction of the vehicle stability control strategy based on the modified reference model is discussed in Section 3. Section 4 compares the vehicle stability control strategy based on the modified reference model constructed in this work with the traditional strategy. Finally, Section 5 presents the conclusions of this study.
2. Driver’s Turning Intention Recognition Hybrid Model of GHMM and GGAP-RBF Neural Network
The turning operation is a complex event that continues for a certain period of time. The observation sequence of the turning process is a set of temporal data. The Gaussian hidden Markov model (GHMM) displays a strong modeling ability for dynamic time sequences. However, the model does not take into account overlaps between different classes, and this is a severe limitation. In contrast, generalized growing and pruning RBF (GGAP-RBF), an engineering model, can simulate the thinking mechanism of the human brain, has strong classification and decision-making abilities and can describe uncertain information. Thus, it compensates for the inadequacies of HMM. In addition, the model allows insignificant neurons to be removed in each iterative training cycle to effectively control the growth of the neural network and simplify the structure of a network with large data capacity. However, the ability of GGAP-RBF to describe dynamic sequential processes is not especially strong [28–30]. This led us to construct a hybrid model in the form of a GHMM/GGAP-RBF neural network. Given the advantages of sequential model building and its nonlinear mapping ability, the hybrid model can obtain newly identified information, thereby considerably increasing the accuracy of the classification of classes with slight differences [27]. At the same time, to improve the real-time performance, this work uses the initial stage of the turning operation to identify the driver’s turning intention.
The structure of the driver turning intention recognition system based on the GHMM/GGAP-RBF hybrid model is shown in Figure 1. The hybrid model includes a lower layer (the GHMM model) and an upper layer (the GGAP-RBF model). The lower layer of the model includes the sharp turning GHMM and the normal turning GHMM. The vehicle speed, the steering wheel angle, the steering wheel angle velocity, and the steering wheel torque are the inputs of the lower layer. The log-likelihood of the sharp turning GHMM and the normal turning GHMM are the outputs of the lower layer. Based on the data of the turning initial stage, the normal turning and sharp turning GHMMs are designed and trained using the Baum–Welch algorithm to calculate the most likely sequence of states. In addition, a forward algorithm is used to calculate the log-likelihood of the GHMMs.
[figure omitted; refer to PDF]
In the upper layer, the log-likelihood of the GHMM, the vehicle yaw rate, and the lateral acceleration form a vector
2.1. Establishment of the GHMM
The feature parameters of the GHMM/GGAP-RBF hybrid model have a considerable effect on the accuracy of the recognition of the driver’s turning intention. The reliefF algorithm is used to collect the appropriate parameters. This study employs the steering wheel angle, steering wheel angle velocity, and steering wheel torque as feature parameters to recognize the driver’s steering intention. Based on the initial stage of the turning operation, sharp turning and normal turning GHMMs are established separately. The observation sequence of the GHMM can be described as a multidimensional vector [31]:
The Baum–Welch algorithm is used to optimize the three parameters of the GHMM, which are described as
The probability density function of the model is
Assuming that
After optimization of the parameters of the GHMM, the matching between the collected data and GHMM is calculated using the forward-backward algorithm.
2.2. Establishment of the GGAP-RBF Neural Network
In order to ensure that small probability events can also happen, function (5) is no longer used to recognize the turning intention. Instead, turning intention is described as a function of the log-likelihood of the two GHMMs given test data (
The input parameter of the input layer is
After the ith training iteration, RAN is used to optimize the growth of neurons. The parameters of a neuron, upon addition of a new neuron, are given as follows [32–35]:
The worth of the new neuron is estimated using the conditions in inequality (10). If the conditions are met, the new training data are valuable to the network, and the network performance is improved effectively by the new neuron. As the result, the new neuron is added, and the training data are accepted. If not, the training data and the new neuron are rejected.
Then, insignificant neuron should be judged and removed using a pruning algorithm. The mean squared error of prediction output after the kth neuron is removed from the network in the ith training iteration as follows:
The inputs of the RBF,
2.3. Establishment of GHMM/GGAP-RBF Model
The establishment of GHMM/GGAP-RBF model needs offline training by using test data for which is obtained in real vehicle experiment.
Driving experience, gender, and personality can affect driver’s decision-making. In order to eliminate the influence of drivers on the test results, three drivers with different driving experiences are selected. According to the analysis of Specification for Design of Municipal Roads (CJJ37-2012), Specification for Design of Interactions on Urban Road (CJJ152-2010), and Vehicle Handling Stability Test Method (GB/T6323-2 2014), the radius of turning the test road is set as 10 m, 25 m, 40 m, and 60 m. The radius of turning the test road is set as 10 m, 25 m, 40 m, and 60 m. And, the tests speed is set as 20 km/h, 30 km/h, and 40 km/h. For distinguishing between the straight driving and turning, straight driving tests are also conducted at 20 km/h, 30 km/h, and 40 km/h. The distribution of test data is shown in Table 1.
Table 1
The distribution of test data.
20 km/h | 30 km/h | 40 km/h | |
---|---|---|---|
Sharp turning | 80 | 80 | 60 |
Normal turning | 88 | 88 | 68 |
Straight driving | 30 | 21 | 21 |
The vehicle parameters are shown in Table 2. Because of the noise in the sensor data collected by the data acquisition instrument, the data must be preprocessed. T-testing is used to remove abnormal data. The mixed Gaussian clustering method is then used to extract data pertaining to the initial stage of the turning operation as part of the entire turning process. These preprocessed data can be divided into two parts. 75% of the test data is used for model offline training, and the other is used for model online verification. After the offline training, the initial state matrix, the state transition matrix, the weight of each Gaussian function in the GHMM, the mean and covariance of each Gaussian function, and the parameters of the GGAP-RBF could be gotten.
Table 2
Vehicle parameters.
Parameter | Value |
---|---|
Vehicle mass | 443.9 kg |
Axle load distribution | 45 : 55 |
Wheelbase | 1200 mm |
Axle base | 1550 mm |
Height of mass center | 281.9 mm |
Distance from the center of mass to the front axis | 854.2 mm |
Distance from the center of mass to the rear axis | 695.8 mm |
Rated power (kW) | 32 |
Peak power (kW) | 80 |
Rated torque (Nm) | 80 |
Peak torque (Nm) | 160 |
3. Reference Model of Vehicle Stability Control System considering the Driver’s Intention
This paper proposes a reference model for vehicle stability control. The model, which takes the driver’s turning intention into consideration, is shown in Figure 2. First, the GHMM/GGAP-RBF hybrid model is used to recognize the driver’s turning intention on the basis of data relating to the steering wheel operation: angle, angular velocity, and steering wheel torque. When, at the initial stage of the turning operation, the driver’s intention is identified as sharp turning, the vehicle is made to respond quickly to the desired yaw rate for the current steering wheel angle (i.e., the yaw rate can follow the driver’s steering wheel operation successfully) by correcting the reference yaw rate with the aid of the established steering urgency coefficient. When the steering operation enters the turning keeping stage and the turning reversal stage, vehicle stability is ensured by no longer modifying the reference yaw rate. The reference model is not modified when normal turning is intended.
[figure omitted; refer to PDF]
3.1. Reference Model Based on 2-DOF Linear Vehicle Dynamic Model
The most commonly used vehicle stability control reference model is the 2-DOF linear vehicle dynamic model, which only considers the lateral motion and yaw motion of the vehicle [36]. The state equations are as follows:
Thus, the ideal yaw rate and sideslip angle are as follows:
When the vehicle is driving on a road with a low adhesion coefficient, e.g., when the road surface is wet or covered by snow or sand, the adhesion force allowed by the adhesion conditions between the road surface and tires decreases and cannot produce the high yaw rate required by the vehicle. Therefore, when the 2-DOF linear vehicle dynamic model is adopted as the ideal model, it must be limited by the conditions under which the tires adhere to the road.
The upper boundary of the ideal yaw rate is
Therefore, the reference value of the vehicle yaw rate for steady-state steering is
Similarly, the upper bound of the ideal sideslip angle must be specified such that it is not too large. The upper boundary of the sideslip angle is
Therefore, the reference value of the sideslip angle for steady-state steering is
This enables the basic control target of the stability control system, namely, the reference yaw rate
3.2. Reference Model Considering Driver’s Intention
As mentioned in Section 1, for the same angle, angular velocity and torque of steering wheel can be used as characteristic parameters to recognize the driver’s turning intention. Therefore, the steering wheel angular velocity and torque are taken as parameters to establish the steering urgency coefficient for sharp turning intention.
When the vehicle is undergoing steady-state turning, the relationship between the steering torque and the gradient of lateral acceleration satisfies [37]
Therefore, according to the actual lateral acceleration, the ideal steering wheel torque for steady-state turning can be calculated as
According to equation (21) and the model of the steering system, the actual yaw rate and speed can be used to calculate the ideal steering wheel angular velocity by differentiating
The deviation between the actual torque and angular velocity and the ideal torque and angular velocity of the steering wheel is used to reflect the urgency of the driver’s sharp turning intention. Finally, the steering urgency coefficient for sharp turning intention is calculated by the following equation:
When
When
When
Thus, for the sharp turning intention, the reference yaw rate is
When the turning operation reaches the second stage—keeping stage and the third stage—returning stage, the reference yaw rate is no longer modified for the sake of the driving safety. The conversion from the modified model to the reference model causes the reference yaw rate to change suddenly, and this is most likely to influence the stability of the vehicle. In order to make the reference yaw rate smoother, the S-shaped acceleration and deceleration curve is chosen as the transition function, which is shown in Figure 3 [38].
[figure omitted; refer to PDF]
When the inequality
The flow of the calculation to obtain the reference yaw rate is shown in Figure 4.
[figure omitted; refer to PDF]
4. Vehicle Stability Control Strategy
The proposed stability controller for dual-motor drive electric vehicle adopts a hierarchical structure, which includes the upper layer controller—with a decision layer for the additional yaw moment—and the lower layer controller—with a distribution layer for the additional yaw moment. The structure of this system is shown in Figure 5.
[figure omitted; refer to PDF]
The upper layer controller includes the vehicle state estimator model, the driver turning intention recognition model, the modified stability control reference model and the additional yaw moment decision model. This controller chooses the angle, angular velocity, and torque of the steering wheel as inputs to recognize the driver’s turning intention. The reference yaw rate and reference sideslip angle under steady-state steering are determined by using the 2-DOF linear vehicle dynamics model and by simultaneously considering the adhesion conditions. According to the turning intention, the reference model is modified as the final stability control target. Then, based on the difference between the actual and the reference yaw rate and sideslip angle, using the additional yaw moment decision model, the additional yaw moment that needs to be applied to restore the vehicle to the stable state is determined and used as input for the lower controller.
The lower layer controller—the additional yaw moment distribution layer—includes the longitudinal force distribution model and the actuator model. The generation of additional yaw moment requires the longitudinal force of the tire to be controlled, and this should take into consideration the vehicle drive form, performance of the motor and hydraulic brake system, and the road conditions. The optimization algorithm allocates additional yaw moment to get additional torque of the motor and hydraulic braking system which will eventually improve the stability of the vehicle.
4.1. Design of Upper Controller for Vehicle Stability Control
MPC is used to make decision of additional yaw moments. And, linear 3-DoF vehicle dynamics model including longitudinal motion, lateral motion, and yaw motion is selected as the predictive model, which is shown in Figure 6. Taking the yaw rate and the sideslip angle as the state variables, the vehicle state can be obtained as shown in equation (30)–(32) [39, 40]. For both accuracy and efficiency, the tire cornering stiffness estimator based on recursive least square method with forgetting factor (FFRLS) is used to estimate the tire stiffness which will be used for calculating the tire lateral force in real time. Then, the estimated tire cornering stiffness is applied to the linear dynamic model. This improves the effectiveness of the control system in the nonlinear region of the tire [41].
[figure omitted; refer to PDF]
The state equation can be expressed in standard form as follows:
Equation (33) is discretized and converted into incremental form to obtain
The objective of vehicle stability control is to enable the actual vehicle yaw rate and sideslip angle to follow the reference value through the action of additional yaw moment. Therefore, at time
The constraints of control variables, the increment of variables, and output of the model are as follows:
In this model, the predictive horizon
The desired control performance can be adjusted by using the weight matrix
In this research,
As shown in equation (38),
Finally, only the first element of the optimized solution is applied to the system. Thus, the additional yaw moment is expressed by the following equation:
4.2. Design of the Lower Controller for Vehicle Stability Control
The lower layer controller distributes the longitudinal forces of each wheel according to the output of additional yaw moment decision layer. The distribution is restricted by the adhesion condition between the tire and the road. Excessive additional longitudinal force, which causes longitudinal slip and further deteriorates the vehicle stability, should be avoided. This force is restricted by the performance of the motor and braking system. Excessive additional torque causes the motor and mechanical braking system to overload. The torque is also restricted by the working state of the motor; therefore, a state of system failure, in which the motor cannot provide braking force, should be avoided. Under the above constraints, the distributed longitudinal force needs to meet the demand of additional yaw moment.
4.2.1. Optimization Objective
The longitudinal and lateral forces, the tire can provide, are limited by the vertical load. As the longitudinal force of each tire should be distributed according to the vertical load, wheels with higher adhesion would be expected to play a greater role. Therefore, the optimization objective is to minimize the sum of the square of operating working load rate of each tire. Because of the limitation imposed by practical conditions, the lateral force of wheels cannot be directly controlled. In this study, the longitudinal force of tires is controlled to generate additional yaw moment. Thus, the optimization objective is expressed by the following equation:
4.2.2. Optimization Constraints
(1) Equality Constraints. The strategy for distributing additional yaw moment should not only minimize the sum of the operating working load rate but also ensure that the longitudinal force meets the requirements of braking and acceleration operations of the driver and that the additional yaw moment meets the requirements of the upper controller.
(2) Inequality Constraint.
(1)
Adhesion condition constraint: when additional yaw moment is distributed, it is necessary to ensure that the longitudinal and lateral forces of the tire are within the tire adhesion ellipse to avoid longitudinal and lateral vehicle slip.
(2)
Motor and brake system performance constraints: the additional longitudinal force is also limited by the performance of the actuators. The additional longitudinal force of the two rear driving wheels is limited by the performance of the driving motor. The two nondriving front wheels can only provide braking force; thus, the additional longitudinal force of the four wheels is limited by the performance of the mechanical braking system.
The braking torque generated by motor is limited by the characteristics of the motor, which cannot exceed the maximum torque limit determined by the power generated at the current speed. The large dynamic fluctuation of the braking torque of the motor and the inverse proportion between the maximum braking torque and speed prevent the motor from generating an adequate amount of reverse electromotive force, such that the braking force generated by the motor is ineffective. Due to the large dynamic fluctuation of motor braking torque and the inverse proportion between the maximum braking torque and speed, the reverse electromotive force generated by the motor is too little when the motor is at low speed. The motor cannot generate effective braking force. Therefore, 500 r/min is set as the speed threshold. When the speed is lower than threshold, the system no longer uses motor braking. Therefore, the motor braking torque is required meet the limitation provided in the following equation: [42].
At the same time, control signal failure, power converter failure, insulation failure, and other types of failures of the motor may occur due to the design defects, the service environment and service life of the motor. Thus, the driving motor is no longer suitable to provide longitudinal force, so the motor failure coefficient
Therefore, considering the above factors comprehensively, additional longitudinal force of wheels would have to meet the constraints.
Therefore, the optimal distribution of additional yawing moment can be expressed as follows:
5. Test Verification
Considering the practical difficulties associated with controller development, i.e., a long development cycle and high cost, we built a test platform for a dual-motor drive electric vehicle based on the A & D5435 semiphysical simulation system and rapid prototyping technology. The tests were carried out under both double-lane and single-lane change conditions, respectively, to verify the feasibility and accuracy of the proposed stability control strategy.
5.1. Dual-Motor Drive EV Test Platform Based on the A & D5435 Semiphysical Simulation System
In this study, a dual-motor drive electric vehicle test platform was built based on the A & D5435 hardware in the loop simulation system and a dual-motor drive electric test vehicle. The stability control system proposed in this paper was tested and verified by using this platform in which the A & D5435 replaces the vehicle control unit. The input signals of the controller include: angle, angular velocity and torque of the steering wheel, accelerator pedal opening, brake pedal opening, vehicle speed, wheel speed, motor torque, and motor power. The output signals include the following: the motor drive torque and the brake torque of both the motor and the hydraulic braking system. The input signal mentioned above can be obtained by using the following sensors. The angle, angular velocity, and torque of the steering wheel can be collected using the steering wheel torque and angle sensor manufactured by SensorWay, which is mounted on the steering column. A hall noncontact speed sensor is used to record the speed of the four wheels. A Passat B5 accelerator pedal sensor, which has two channels, is used to measure the accelerator pedal opening. Likewise, the brake pedal opening is measured by the brake pedal sensor. The longitudinal acceleration, lateral acceleration, and yaw rate of the vehicle are acquired by a three-axis gyroscope. The motor speed, torque, and power are obtained from the CAN signal of the motor controller. The vehicle parameters are shown in Table 2. The dual-motor drive electric vehicle test platform is shown in Figure 7.
[figure omitted; refer to PDF]
5.2. Test Verification: Road Tests
The stability control strategy of dual-motor drive EV proposed in this paper was verified by carrying out vehicle road tests involving both double-lane and single-lane change, respectively. At the same time, in order to demonstrate the effect of the proposed control strategy, the slide mode control (SMC) with the vehicle reference model considering the driver’s intention is chosen as the comparative controller.
The vehicle road test was conducted on the stability performance test square of the Chang’an University vehicle comprehensive performance proving ground, as shown in Figure 8.
[figure omitted; refer to PDF]
5.2.1. Double-Lane Change Condition
The test was conducted under ISO 3888-1 which specifies the standard double-lane change condition [43]. The target driving path is shown in Figure 9. The adhesion coefficient of the test road was 0.6.
[figure omitted; refer to PDF]
First, the driver was required to keep the vehicle parallel with the road and keep the steering wheel facing forward. Subsequently, the driver controlled the vehicle to rapidly proceed ahead, such that the vehicle speed before entering the target path reached 70 km/h, during which time the steering wheel was not to be operated. The driver could then drive freely by negotiating the cone track.
The identification result of driver turning intention is shown in Figure 10. The yaw rate, sideslip angle, lateral acceleration, and vehicle trajectory are shown in Figures 11–14. The comparison with the control experiment is presented in Table 3.
[figure omitted; refer to PDF]
[figure omitted; refer to PDF][figure omitted; refer to PDF]
[figure omitted; refer to PDF][figure omitted; refer to PDF]
Table 3
Control effect comparison.
Yaw rate | Sideslip angle | Lateral acceleration | |
---|---|---|---|
Without control | −35.517°/s | 9.947° | 5.733 m/s2 |
With control | −18.744°/s | 4.391° | 4.638 m/s2 |
With SMC | −18.953°/s | 4.568° | 4.895 m/s2 |
Reference | −18.660°/s | 4.036° | — |
Decrease | 47.22% | 55.85% | 19.10% |
Figure 11 shows that the maximum yaw rate without control is −35.517°/s, whereas the reference yaw rate is −18.66°/s, indicative of poor vehicle stability. At 7.3 s, the current initial stage of sharp turning intention is identified, whereupon the reference yaw rate is modified and the stability control system activated. After 8.45 s, the model identified that the current intention is normal turning, thus the reference yaw rate was no longer modified. As a result of the control provided by the vehicle stability system, the maximum yaw rate decreased by 47.22%, to 18.744°/s, the maximum sideslip angle decreased by 55.26%, to −4.391°, and the maximum lateral acceleration decreased by 19.1%, to 4.638 m/s2. Although dangerous conditions such as sideslip and spin without control did not arise, the actual sideslip angle and yaw rate are much higher than the reference. The stability system clearly reduces the sideslip angle and yaw rate to effectively improve the vehicle stability. Thus, the vehicle stability control system enables the vehicle to work much more smoothly. The actual driving trajectory is shown in Figure 14. Meanwhile, it can be seen from Table 3 that both the controller proposed in this paper and SMC with the vehicle reference model considering the driver’s intention can track the control target well, and the control effect of some areas is better than that of the contrast controller.
5.2.2. Single-Lane Change Condition
The test was conducted by performing a single-lane change. The target driving path is shown in Figure 15. The adhesion coefficient of the test road was 0.4. First, the driver was required to keep the vehicle parallel with the road and keep the steering wheel facing forward. Subsequently, the driver controlled the vehicle to rapidly proceed ahead, such that the vehicle speed before entering the target path reached 40 km/h, during which time the steering wheel was not to be operated. The driver was then allowed to drive freely by following the cone track.
[figure omitted; refer to PDF]
The identification result of driver turning intention is shown in Figure 16. The yaw rate, sideslip angle, lateral acceleration, and vehicle trajectory are shown in Figures 17–20. The comparison with the control effect is presented in Table 4.
[figure omitted; refer to PDF]
[figure omitted; refer to PDF][figure omitted; refer to PDF]
[figure omitted; refer to PDF][figure omitted; refer to PDF]
Table 4
Control effect comparison.
Yaw rate | Sideslip angle | Lateral acceleration | |
---|---|---|---|
Without control | −62.779°/s | 70.740° | 5.761 m/s2 |
With control | 21.913°/s | 5.157° | 2.705 m/s2 |
With SMC | 21.926°/s | 4.566° | 3.124 m/s2 |
Reference | 21.76°/s | 5.208° | — |
Decrease | 65.1% | 92.7% | 53.04% |
Figures 17 and 18 show that the vehicle slips and spins after 7.5 s without stability control. The maximum yaw velocity reached −62.779°/s, and the maximum sideslip angle reached 70.740°, which are much more than the reference model. Thus, the vehicle stability control system was activated. Furthermore, the model identified that the current intention was normal turning; hence, the reference yaw rate was no longer modified. The vehicle stability system reduced the maximum yaw rate by 65.1%, and the maximum sideslip angle by 92.7%. The stability system therefore improved the vehicle stability effectively. The vehicle stability control system enables the vehicle to run much more smoothly in comparison, preventing dangerous conditions such as sideslip and spin. The actual driving trajectory is shown in Figure 20. Meanwhile, it can be seen from Table 4 that both the controller proposed in this paper and SMC with the vehicle reference model considering the driver’s intention can track the control target well, and the control effect of some areas is better than that of the contrast controller.
6. Conclusion
This paper proposes a vehicle stability control strategy considering the driver’s turning intention for dual-motor drive electric vehicle.
(1)
The upper controller of the hierarchical vehicle stability control system was constructed with the modified reference model as the control target. This model is modified by using turning urgency coefficient which is calculated on the basis of the recognition results of the GHMM/GGAP-RBF hybrid turning intention model. The lower layer controller takes the minimized sum of the square of operating working load rate of each tire as optimization objective and takes motor and road adhesion conditions as constraints to optimize the allocation additional yaw torque. The results show that the proposed vehicle stability control strategy can work satisfactorily and effectively improve the vehicle stability.
(2)
Further studies could, apart from the turning intention, also consider the driver’s acceleration intention, braking intention, and complex intention, to improve the stability control strategy, X-by-wire system, and advanced assisted driving system. This could be expected to improve the safety and comfort of vehicle operation.
Acknowledgments
This research was funded by National Key R & D Program of China (no. 2018YFB1600700), China Postdoctoral Science Foundation (nos. 2018T111006 and 2017M613034), and Shaanxi Province Industrial Innovation Chain Project (no. 2018ZDCXL-GY-05-03-01).
Glossary
Nomenclature
GHMM:Gaussian hidden Markov model
GGAP-RBF:Generalized growing and pruning radial basis function
ABS:Antilock braking system
TCS:Traction control system
ECB:Electric control braking
EBD:Electric brake force distribution
AFS:Active front steering
[1] National Highway Traffic Safety Administration, Estimating Lives Saved by Electronic Stability Control, 2011–2015, 2017.
[2] W. Jiang, Z. Yu, L. Zhang, "A review on integrated chassis control," Automotive Engineering, vol. 29 no. 5, pp. 420-425, 2007.
[3] W. Chen, Q. Wang, H. Xiao, Automobile System Dynamics and Integrated Control, 2014.
[4] H. Zhang, J. Wang, "Vehicle lateral dynamics control through AFS/DYC and robust gain-scheduling approach," IEEE Transactions on Vehicular Technology, vol. 65 no. 1, pp. 489-494, DOI: 10.1109/tvt.2015.2391184, 2016.
[5] C. Wang, C. Song, J. Li, "Improvement of active yaw moment control based on electric-wheel vehicle ESC test platform," pp. 55-58, .
[6] J. Zhao, J. Huang, B. Zhu, "Nonlinear control of vehicle chassis planar stability based on T-S fuzzy model," Proceedings of the SAE 2016 World Congress and Exhibition, .
[7] J. Xiao, T. Zhao, "Overview and prospect of T-S fuzzy control," Journal of Southwest Jiaotong University, vol. 51 no. 3, pp. 462-474, 2016.
[8] W. Zhao, X. Qin, C. Wang, "Yaw and lateral stability control for four-wheel steer-by-wire system," IEEE/ASME Transactions on Mechatronics, vol. 23 no. 6, pp. 2628-2637, DOI: 10.1109/tmech.2018.2812220, 2018.
[9] P. Hang, X. Chen, S. Fang, F. Luo, "Robust control for four-wheel-independent-steering electric vehicle with steer-by-wire system," International Journal of Automotive Technology, vol. 18 no. 5, pp. 785-797, DOI: 10.1007/s12239-017-0078-5, 2017.
[10] W. Zhao, H. Zhang, "Coupling control strategy of force and displacement for electric differential power steering system of electric vehicle with motorized wheels," IEEE Transactions on Vehicular Technology, vol. 67 no. 9, pp. 8118-8128, DOI: 10.1109/tvt.2018.2850154, 2018.
[11] W. Zhao, M. Fan, C. Wang, Z. Jin, Y. Li, "H ∞/extension stability control of automotive active front steering system," Mechanical Systems and Signal Processing, vol. 115 no. 115, pp. 621-636, DOI: 10.1016/j.ymssp.2018.06.024, 2019.
[12] Z. Wang, Y. Wang, L. Zhang, "Vehicle stability enhancement through hierarchical control for a four wheel independently actuated electric vehicle," Energies, vol. 10 no. 7,DOI: 10.3390/en10070947, 2017.
[13] H. Chen, Model Predictive Control, 2013.
[14] M. Jalali, A. Khajepour, S.-k. Chen, B. Litkouhi, "Integrated stability and traction control for electric vehicles using model predictive control," Control Engineering Practice, vol. 54, pp. 256-266, DOI: 10.1016/j.conengprac.2016.06.005, 2016.
[15] O. Barbarisi, G. Palmieri, S. Scala, "LTV-MPC for yaw rate control and side slip control with dynamically constrained differential braking," European Journal of Control, vol. 15 no. 3-4, pp. 468-479, DOI: 10.3166/ejc.15.468-479, 2009.
[16] F. Paolo, H. E. Tseng, B. Francesco, "MPC-based yaw and lateral stabilisation via active front steering and braking," Vehicle System Dynamics, vol. 46 no. sup1, pp. 611-628, DOI: 10.1080/00423110802018297, 2008.
[17] S. Wang, X. Zhao, Q. Yu, "Research on strategy of the stability control system of dual-motor drive electric vehicle," Proceedings of the IEEE International Symposium on Circuits and Systems (ISCAS), .
[18] Z. Yu, P. Yang, X. Lu, "Application of control allocation in distributed drive electric vehicle," Journal of Mechanical Engineering, vol. 50 no. 18, pp. 99-107, DOI: 10.3901/jme.2014.18.099, 2014.
[19] D. Yin, D. Shan, B. C. Chen, "A torque distribution approach to electronic stability control for in-wheel motor electric vehicles," .
[20] L. Zhai, T. Sun, J. Wang, "Electronic stability control based on motor driving and braking torque distribution for a four in-wheel motor drive electric vehicle," IEEE Transactions on Vehicular Technology, vol. 65 no. 6, pp. 4726-4739, DOI: 10.1109/tvt.2016.2526663, 2016.
[21] J. Park, H. Jeong, I. Jang, S.-H. Hwang, "Torque distribution algorithm for an independently driven electric vehicle using a fuzzy control method," Energies, vol. 8 no. 8, pp. 8537-8561, DOI: 10.3390/en8088537, 2015.
[22] D. Kim, H. Kim, "Vehicle stability control with regenerative braking and electronic brake force distribution for a four-wheel drive hybrid electric vehicle," Proceedings of the Institution of Mechanical Engineers, Part D: Journal of Automobile Engineering, vol. 220 no. 6, pp. 683-693, DOI: 10.1243/09544070d00605, 2006.
[23] Q. Wang, L. Sun, X. Tang, "A study on braking intention identification for HEV," Automotive Engineering, vol. 9, pp. 769-831, 2013.
[24] G. Ma, Z. Liu, X. Pei, "Identification of cut-in maneuver of side lane vehicles based on fuzzy support vector machines," Automotive Engineering, vol. 36 no. 3, pp. 316-320, 2014.
[25] W. Zhao, Development and Test of Intention Recognition and Braking Force Distribution Control Strategies for Tractor-Semitrailer, 2013.
[26] L. Xiong, G. W. Teng, Z. P. Yu, W. X. Zhang, Y. Feng, "Novel stability control strategy for distributed drive electric vehicle based on driver operation intention," International Journal of Automotive Technology, vol. 17 no. 4, pp. 651-663, DOI: 10.1007/s12239-016-0064-3, 2016.
[27] S. Wang, Q. Yu, X. Zhao, "Study on driver’s turning intention recognition hybrid model of GHMM and GGAP-RBF neural network," Advances in Mechanical Engineering, vol. 10 no. 3,DOI: 10.1177/1687814018764985, 2018.
[28] H. Berndt, J. Emmert, K. Ditemater, "Continuous driver intention recognition with hidden markov models," Proceedings of the 11th International IEEE Conference on Intelligent Transportation Systems, .
[29] X. Zheng, The Study of Cough Signal Recognition Based on HMM-ANN Hybrid Model, 2011.
[30] L. He, B. Ma, C. Zong, "Emergency steering control based on driver steering intention recognition for steer-by-wire vehicle," Journal of Hunan University (Natural Sciences), vol. 1, pp. 81-86, 2014.
[31] R. Pongsathorn, M. Takuya, N. Masao, "Direct yaw moment control system based on driver behavior recognition," Vehicle System Dynamics, vol. 46, pp. 911-921, 2008.
[32] G.-B. Huang, P. Saratchandran, N. Sundararajan, "An efficient sequential learning algorithm for growing and pruning RBF (GAP-RBF) networks," IEEE Transactions on Systems, Man and Cybernetics, Part B (Cybernetics), vol. 34 no. 6, pp. 2284-2292, DOI: 10.1109/tsmcb.2004.834428, 2004.
[33] Y. Lu Yingwei, N. Sundararajan, P. Saratchandran, "Performance evaluation of a sequential minimal radial basis function (RBF) neural network learning algorithm," IEEE Transactions on Neural Networks, vol. 9 no. 2, pp. 308-318, DOI: 10.1109/72.661125, 1998.
[34] G. B. Huang, P. Saratchandran, N. Sundararajan, "A generalized growing and pruning RBF (GGAP-RBF) neural network for function approximation," IEEE Transactions on Neural Networks, vol. 16 no. 16, pp. 57-67, DOI: 10.1109/TNN.2004.836241, 2005.
[35] V. Kadirkamanathan, M. Niranjan, "A function estimation approach to sequential learning with neural networks," Neural Computation, vol. 5 no. 6, pp. 954-975, DOI: 10.1162/neco.1993.5.6.954, 1993.
[36] Z. Yu, Automobile Theory, 2010.
[37] Y. Chen, Q. Yu, Automotive Dynamics, 2009.
[38] F. Huang, The Acceleration and Deceleration Algorithm and Simulation of Position and Pressure Control Conversion Process of Electro-Hydraulic Servo System, 2011.
[39] D. Q. Mayne, J. B. Rawlings, C. V. Rao, P. O. M. Scokaert, "Constrained model predictive control: stability and optimality," Automatica, vol. 36 no. 6, pp. 789-814, DOI: 10.1016/s0005-1098(99)00214-9, 2000.
[40] L. Liu, Nonlinear Analysis and Control Strategy Evaluation on the Stability of Vehicle 3-DOF Planar Motion, 2010.
[41] S. Wang, Research on Vehicle Stability Control System for Dual-Motor Drive Electric Vehicle, 2018.
[42] Q. Jin, Z. Zhong, "Analysis of electric braking characteristics and control strategy of electric vehicle," Shang Hai Automobile, vol. no. 2, pp. 32-34, 2003.
[43] ISO 3888-2:2011, Passenger Cars-Test Track for a Severe Lane-Change Manoeuvre–Part 2: Obstacle Avoidance, 2011.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Copyright © 2020 Shu Wang et al. This is an open access article distributed under the Creative Commons Attribution License (the “License”), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License. http://creativecommons.org/licenses/by/4.0/
Abstract
Vehicle stability control should accurately interpret the driving intention and ensure that the actual state of the vehicle is as consistent as possible with the desired state. This paper proposes a vehicle stability control strategy, which is based on recognition of the driver’s turning intention, for a dual-motor drive electric vehicle. A hybrid model consisting of Gaussian mixture hidden Markov (GHMM) and Generalized Growing and Pruning RBF (GGAP-RBF) neural network is constructed to recognize the driver turning intention in real time. The turning urgency coefficient, which is computed on the basis of the recognition results, is used to establish a modified reference model for vehicle stability control. Then, the upper controller of the vehicle stability control system is constructed using the linear model predictive control theory. The minimum of the quadratic sum of the working load rate of the vehicle tire is taken as the optimization objective. The tire-road adhesion condition, performance of the motor and braking system, and state of the motor are taken as constraints. In addition, a lower controller is established for the vehicle stability control system, with the task of optimizing the allocation of additional yaw moment. Finally, vehicle tests were carried out by conducting double-lane change and single-lane change experiments on a platform for dual-motor drive electric vehicles by using the virtual controller of the A&D5435 hardware. The results show that the stability control system functions appropriately using this control strategy and effectively improves the stability of the vehicle.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer