Abstract
In this study, we propose an adaptive path planning model and tracking control method for collision avoidance and lane-changing manoeuvres on highways in rainy weather. Considering the human-vehicle-road interaction, we developed an adaptive lane change system that consists of an intelligent trajectory planning and tracking controller. Gaussian distribution was introduced to evaluate the impact of rain on the pavement characteristics and deduce adaptive lane-change trajectories. Subsequently, a score-based decision mechanism and multilevel autonomous driving mode that considers safety, comfort, and efficiency were proposed. A tracking controller was designed using a linearised model predictive control method. Finally, using simulated scenarios, the feasibility and effectiveness of the proposed method were demonstrated. The results obtained herein are a valuable resource that can be used to develop an intelligent lane change system for autonomous vehicles and can help improve highway traffic safety and efficiency in adverse weather conditions.
1. Introduction
Weather is an important factor that affects traffic and road safety. Nearly, 75% of all traffic accidents are caused due to slippery pavement and around 47% of traffic accidents occur on the rainy days of the year [1]. Rainfall has a significant impact on vehicle manoeuvrability and is of particular importance in path planning and control mechanisms in autonomous vehicles, on account of the complex environment perception and manipulation coupling, along with lower visibility and pavement adhesion. Therefore, an adaptive lane change system that can achieve safe lane changes in rainy weather is an important development goal.
An intelligent lane change system for autonomous vehicles must address two critical issues—path planning and tracking control. Path planning for lane changing is a localised motion that occurs in real-time and is closely related to the vehicle dynamics and parameters relating to the external environment, such as the decision time and adhesion coefficient of pavement. Tracking control is based on the goal defined by path planning and must provide tracking accuracy and robust stability. Over the past few years, a significant amount of progress has been achieved in this field [2–4].
Classical path planning strategies using search-based and random sampling methods, such as A [5], D [6], and rapidly-exploring random tree (RRT) [7, 8], have been widely used in the field of robotics. Stentz demonstrated an extension to the D algorithm that can significantly reduce the total time required for path planning. Search-based methods achieve path planning using the target-oriented heuristic method, and the D algorithm is better suited to dynamic environments [9]. However, it is more suited to single and discrete node states than to continuous vehicle motion. Consequently, Frazzoli et al. proposed a randomised motion planning architecture for dynamic systems with fixed and moving obstacles, which describes a real-time motion-planning algorithm by search tree. Nevertheless, large oscillations and uncertain convergence rates exist in the planning path, and the optimality cannot be guaranteed [10]. In recent years, with the development of artificial intelligence (AI) technology, numerous advanced swarm intelligence methods have been applied to path planning in autonomous vehicles, including ant colony, genetic, and artificial neural network algorithms. Liu proposed an improved ant colony algorithm to optimise path planning [11]. Engedy et al. verified that an artificial neural network algorithm can be used to control an autonomous vehicle [12, 13]. However, AI algorithms are complex, and the problem of slow convergence is extremely prominent. Moreover, if the dataset is insufficient, the neural networks may cause deviations. Therefore, autonomous vehicles tend to employ more practical path-planning methods, such as the potential field and optimisation curves [14]. The basic idea behind the potential field is to abstract the driving environment of a host vehicle into a virtual potential field by defining a potential energy function to ensure collision avoidance and path optimisation [15, 16]. Although the algorithm can clearly describe progressive states between related vehicles, it is complex to compute. Consequently, the real-time rendering and control of potential energy functions cannot be achieved easily. In comparison, optimisation curves are more attractive on account of their real-time applicability and simplified vehicle dynamics, with typical methods, including splines, Bézier curves, and geometric functions. Gomez et al. generated an effective collision-free path based on β-spline curves [17]. You et al. introduced tracking-planning methods using polynomials for lane-change manoeuvres [18, 19]. Kuniaki et al. presented an optimised path generation method based on Bézier curves for anticollision behaviour [20]. Geometric methods have attracted significant attention as they provide real-time computation, and the constant offsets are a good solution to the problem of occupant comfort during vehicle lane changes. Wang et al. proposed trapezoidal and sine functions to describe lane-change trajectories [21]. A path-based sine function is easy to calculate and has continuous curvature, but the maximum values of the lateral acceleration of the vehicle exist at the beginning and end of the path, which is inconsistent with reality. Polynomial functions are idealised, and yaw motion is neglected. Therefore, although geometric curves can be parameterised easily, it is difficult to describe a clear link between actual driving and vehicle characteristics.
Based on the lane-change path planning method, the decision system determines a reasonable path, and a control module executes the selected lane-change trajectory. A significant amount of research has been conducted on control methods [22, 23]. Classical control methods are based on the steering mechanism. MacAdam proposed an optimal single-point preview steering controller to ensure lateral trajectory tracking, and Sharp et al. designed a multipoint preview steering controller using a linear quadratic regulator (LQR) to improve the control effect [24–26]. Meanwhile, PID control is one of the most widely used algorithms. Akash et al. designed a nested controller for autonomous vehicles using double-integral action to minimise trajectory tracking errors [27, 28]. Although these controllers employ simple and easy to implement structures, they cannot be used in applications that require high tracking accuracy. Sangeetha et al. developed an adaptive integral backstepping control approach for unmanned aerial vehicles to optimise lateral tracking, based on the Lyapunov theorem [29]. Wang et al. presented a sliding mode variable structure controller using an automatic steering control algorithm [30]. These classical control methods are widely used in autonomous vehicles on account of their high theoretical maturity. However, owing to the high accuracy requirements of the model, the control effect under complex nonlinear constraints cannot be guaranteed. To adapt to vehicle state time variants and multiconstraint sets, such as actuator saturation of the steering system or roads with unknown curvature and uncertain lateral wind forces, fuzzy and model predictive control (MPC) have been applied to improve the stability and robustness. Nguyen et al. proposed a new constrained Takagi–Sugeno fuzzy model-based control method using a fuzzy Lyapunov control framework to perform automatic lane-keeping under multiple system constraints [31]. However, fuzzy rules rely on experience, and the relevant theories must be further improved. In contrast, an MPC controller can deal with uncertainties in its prediction and optimisation ability. Che et al. presented a robust MPC approach to control front steering [32]. Bascetta et al. developed a novel methodology based on a linear fractional transform (LFT) formulation of the system dynamics [33]. Still, linear control algorithms are inadequate for actual vehicles, especially for those working in highly nonlinear regions. Therefore, considering the complexity of vehicle-driving scenarios and states, Mario et al. presented a nonlinear MPC and moving horizon estimation for highly nonlinear, constrained, unstable, and fast dynamic systems. The performance of the proposed controller offered better state prediction and tracking on a low-friction icy road [34].
Traditional methods of path planning and control have played a positive role in the study of autonomous vehicles. However, most existing models only consider vehicle dynamics and seldom consider the impact of the characteristics of an intelligent driver and the road on driving safety in rainy weather. Furthermore, previous studies have focussed primarily on straight roads, without paying much attention to curved sections. Vehicle lane changing on a curved highway to avoid a collision is a relatively complex working condition that synchronously involves both steady-state and transient steering, coupled with a wide range of real-time state changes. Therefore, it is prone to instability and can cause chain rear-end collisions, especially in rainy weather.
There are three main considerations in this scenario: the first is to determine the safe distance for lane changes on a typical dangerous curved and slippery road section, which clarifies the influence of the road environment on active obstacle avoidance and path planning; the second involves a method to generate an intelligent decision, called hierarchical scoring, through which the system can make an optimal driving decision, considering multiple and conflicting objectives; the third is a real-time trajectory planning and following architecture that is designed based on different lane-change scenarios. Overall, we present a systematic approach from behavioural decision making and path planning to control execution for autonomous vehicles, based on Gaussian distribution, scoring, and convex optimisation, such that optimal paths and velocity profiles are generated to safely execute vehicle movement. This study can serve as a reference to develop the environmental suitability of an autonomous vehicle control system and improve the safety and efficiency of the advanced transportation system.
This study considers lane changing in an autonomous vehicle on a curved highway in rainy weather, which is a relevant real life situation. The rest of this paper is laid out as follows: Section 2 provides a brief description of the influence of rainfall on lane change behaviour; the lane change model is presented and validated in Section 3; Section 4 describes the design of a decision mechanism for collision avoidance and a controller using model predictive control (MPC); Section 5 lists the major conclusions; the conflicts of interest and acknowledgements are listed in Section 6 and Section 7, respectively.
2. Influence Analysis of Rainfall on Lane-Change Behaviour
2.1. Driving Behaviour
tRainfall, especially moderate to heavy rainfall, reduces visibility, blurring the sight of the driver and increasing response time. According to [35], there is a clear decrease in the frequency of speeds >110 km/h in the slow lane in rainy conditions, and the median speed in the fast lane decreases by about 20% with moderate rainfall. From a microscopic standpoint, this indicates that drivers reduce their speeds in adverse weather conditions and increase their headway and spacing, as shown in Figure 1. Considering the environmental adaptability of drivers and passengers, autonomous vehicles must be able to adopt similar driving modes to humans on rainy days.

2.2. Road Adhesion Characteristics
In rainy weather, a water film layer exists between the tyre and the pavement, decreasing the road adhesion coefficient, maximum lateral force, and brake force. The thickness of the water film is mainly affected by the rainfall intensity, slope length, slope angle, and roughness of the road surface [36]:where h is the thickness of the water film (mm), l is the slope length (m), i is the slope angle (%), q is the rainfall intensity (mm/min), and TD is the roughness of the road surface (mm). The road adhesion coefficient is closely related to vehicle speed and is calculated aswhere μ is the adhesion coefficient of the road, V is the vehicle speed (km/h), and h is the thickness of the water film (mm).
Setting V = 108 km/h, l = 50 m, i = 3%, TD = 0.55 mm, and q = 1.0 mm/min, the road adhesion coefficient is calculated to be around 0.53, which is used as a reference herein.
2.3. Vehicle Dynamics
Rain has a significant influence on the adhesion coefficient of the road and the vehicle tyres, which can decrease by about 60%. As a result, the tyre saturated lateral force cannot supply the vehicle steering centrifugal force. Consequently, sideslip is more to likely to occur while steering on a highway. In general, the vehicle acceleration threshold in rainy conditions is lower and can be calculated aswhere amax is the maximum vehicle acceleration.
The typical performance when vehicle sideslip occurs is a sharp turn, as shown in Figure 2.

3. Safe Lane-Change Model for Collision Avoidance
3.1. Vehicle Lateral Dynamics
The plane movement of a vehicle lane-change manoeuvre on a curved road is shown in Figure 3. Unlike straight driving, there are initial and final turns at the beginning and end of the curve, respectively. The entire driving process can be divided into three steps, namely, initial fixed radius steering, sinusoidal steering, and final fixed radius steering.

As shown in Figure 3, the vehicle dynamics can be defined by both a ground coordinate system XOY as well as a vehicle coordinate system xoy. The vehicle moves in a variable curvature motion while turning and changing lanes. Reference [37] has shown that a sine wave-shaped steering-wheel movement can describe a lane change manoeuvre. Moreover, the steering angle when driving on a curved road with constant curvature is fixed. Therefore, for a lane-changing manoeuvre on a curved road, the front wheel steering angle can be approximated aswhere δf is the front wheel angle; δf0 is the turning angle, which can be considered to be a fixed value with invariant curvature; δfc is the steering angle for a simple lane-change; A and f are the amplitude and frequency of δfc, respectively; t is the driving time; and C is a constant value adapted to the road curvature.
The steering inputs can be divided into two separate inputs: steady state cornering with fixed radius and transient steering with variable radii. Based on this idea, the vehicle lateral dynamics can be integrated by the turning motion and the lane changing motion, and the vehicle lateral velocities in XOY arewhere VY is the synthetic vehicle lateral velocity; VY0 and VYc are the lateral velocities of turning and lane changing, respectively; and t is the vehicle driving time.
In general, the minimum radius of a curve on highways in plains and hilly areas is more than 600 m. Thus, the road curvature and vehicle yaw angle while changing lanes at high speed on a curved highway section are relatively small. Introducing the improved Gaussian distribution from [21], the vehicle lateral velocities can be calculated aswhere R0 is the curve radius, defined as a constant value on a regular curve; is the vehicle longitudinal initial velocity in xoy; ax is the longitudinal acceleration; and d, μy, and σy are fitting coefficients, which are defined aswhere B is the width of each lane, f is the steering frequency, t0 is the decision time of the intelligent system, td is the response delay time of the lateral velocity determined by the vehicle dynamics, and P and λ are the probability coefficients. λ is generally set to 4∼6 to ensure a high probability of lane change completion in a steering cycle. In real-world scenarios, it can be obtained by accurately fitting the lateral velocity to vehicle dynamics and scenarios.
3.2. Vehicle Longitudinal Dynamics
Generally, a vehicle brakes or changes lanes to avoid a colliding with an obstacle or a slower vehicle. Changing lanes is better than braking as it is more efficient. In addition, owing to the high speeds and lower adhesion coefficient on highways during rainy weather, a longer safe distance should be taken to avoid collisions. Therefore, a combination of lane changing and longitudinal speed control is a safer and more efficient alternative. Two lane changing modes with constant speed and deceleration are discussed herein.
On account of the small yaw angle of the vehicle (generally, < 10°), the vehicle longitudinal velocity in the ground coordinate system XOY is regarded as the same as that in the vehicle coordinate system xoy. The vehicle longitudinal velocity and displacement in the ground coordinate system XOY at constant speed and deceleration arewhere VX1 and VX2 are the vehicle longitudinal velocities with time under uniform motion and braking, respectively; SX1 and SX2 are the vehicle longitudinal displacements with time; and tb is the braking delay time.
3.3. Vehicle Lane-Change Model for Collision Avoidance
The safe distance is defined as the minimum distance required for the vehicle to safely change lanes or avoid a collision with the vehicle or obstacle ahead. To calculate the minimum safe distance, the critical lane changing state must be analysed based on the critical position relationship with the vehicle ahead, as shown in Figure 4.

As shown in Figure 4, the critical position relationship corresponds to the critical time tc and the yaw angle of the host vehicle φ0(tc). If the ground coordinate system XOY is rotated by φ0(tc), a new coordinate system X′O′Y′ is obtained, and the lateral displacement of the vehicle during a lane change manoeuvre on a curved section iswherewhere SY(tc) is the critical vehicle lateral displacement in XOY; SY0(tc) and SYc(tc) are the critical vehicle lateral displacements for the curvature and lane-change in XOY, respectively; and S'Yc(tc) is the vehicle lateral displacement for lane-change in X'O'Y'.
Figure 4 shows the critical state to avoid collision and ensures that the vehicle is stable and safe during the lane-change manoeuvre. The constraint conditions of a vehicle lane-change manoeuvre for collision avoidance arewhere B0 is the width of the front obstacle or vehicle, B1 is the width of the host vehicle, b is the distance between the centroid and the rear axle of the host vehicle, b' is the rear-overhang length of the host vehicle, L is the length of the host vehicle, φc(tc) is the yaw angle of pure lane change at time tc, and a and amax are the acceleration and allowed maximum acceleration of the host vehicle in XOY, respectively.
3.4. Minimum Safe Distance Model
The minimum safe distance is defined as the longitudinal driving distance required to just complete obstacle avoidance. It is closely related to the relative speed and the critical time tc and can be calculated aswhere Smin is the minimum safe distance; ls is the conservative safe clearance, set as 5 m herein; and ∆VX is the relative longitudinal velocity between the host vehicle and the obstacle ahead.
The relative speed can be obtained using GPS or sensors, and consequently, the key to calculate the minimum safety distance is to determine tc. According to equation (11), tc is determined by the minimum safe lateral displacement S'Yc(tc)min. As (b + b') > B1/2, in general, S'Yc(tc)min is proportional to the maximum yaw angle of the host vehicle during lane change φc(t)max and can be conservatively calculated aswhere φc(tc)max can be estimated as
According to equation (6), when t = μy, the vehicle lateral velocity is maximum VYc(t)max. If the vehicle is in the critical position required for collision avoidance at this moment, φc(t)max can be calculated and can be obtained. Subsequently, tc can be obtained through backward deduction, based on the vehicle lane-change trajectory.
3.5. Model Validation
The proposed model was validated using the autopilot mode of a physics-based simulation platform called PreScan, developed by Siemens, Germany. As an active safety experimental platform, PreScan can build scenes based on the actual road environment and sensor model and is an advanced and professional development tool. Therefore, it is widely used in the automotive industry to develop Advanced Driver Assistance Systems (ADASs) and autonomous vehicles.
Using PreScan, a vehicle lane-change scenario for collision avoidance was simulated, considering a two-way four-lane highway with a curved section and moderate rainfall. The vehicle and road parameters were set up as listed in Table 1. Subsequently, critical samples were selected to obtain the lane-change paths, considering a steering frequency of 0.4 Hz and a decision making and execution time of 0.5 s. The minimum safety distances were calculated at a constant speed and braking deceleration (2 m/s2). Comparative verifications are shown in Figure 5.

(a)

(b)
As shown in Figure 5, the trends of the vehicle motions and trajectories obtained using PreScan and the proposed lane-change model are consistent. Related parameters such as the maximum vehicle lateral acceleration, yaw angle, critical time point for collision avoidance, minimum safety distance, and mean square errors between the vehicle paths were calculated as well and are listed in Table 2.
As shown in Figure 5 and Table 2, the trends of the vehicle lateral velocities and trajectories obtained using the proposed model are in good agreement with the PreScan results. Specifically, the errors of the typical dynamic parameters, including the maximum vehicle lateral acceleration, are less than 5% and are fairly consistent. Moreover, the maximum vehicle lateral acceleration determined by the lane-change model is about 3.5 m/s2, which is much lower than the critical value of road adhesion (about 5.2 m/s2). Thus, the lane-change model can accurately describe the trajectory and dynamics of a lane-change manoeuvre on a curved road section and effectively express the vehicle handling and lateral motion characteristics through a simple fitting process.
4. Collision Avoidance Decision and Control
4.1. Decision Mechanism for Collision Avoidance
An autonomous vehicle must be able to make the right decision and plan a reasonable path according to the external situation detected by the perception sensors on the vehicle, such as radar, CCD, and inertial gyroscopes. Consequently, the decision mechanism must generate an appropriate path and provide the basis for the control inputs, making it an important part of an autonomous driving system. Considering driving safety, comfort, and efficiency, we propose a scoring reference-based lane-change decision mechanism for collision avoidance on a curved road with low adhesion and formulate a four-mode decision-making rule based on the safe lane-change model.
Considering a relative velocity of 30 m/s between the autonomous vehicle and the vehicle (or obstacle) ahead and using simple driving modes (e.g., constant speed and braking with a deceleration of 2 m/s2), we proposed decision-making scoring references, as listed in Table 3.
Table 3 shows the four scoring reference hierarchies for decision-making. The first is safety, which is the most important consideration for determining the feasibility of the drive mode. It is estimated based on the longitudinal headway and the lateral acceleration. If the difference between the current headway and the minimum safe headway is above zero, the lateral acceleration is less than the threshold and the manoeuvre is safe to carry out; if not, it is dangerous. The second scoring reference is comfort, which is determined by the acceleration of the vehicle; the smaller the acceleration, the better the comfort, in principle. The third is the efficiency; the smaller the minimum safe headway, the higher the efficiency of changing lanes to avoid a collision. It should be emphasised that even though the relative velocity is assumed to be 30 m/s, it does not affect the decision-making mechanism of lane changing, nothing but the specific safe distance and lateral acceleration change with the change in velocity. The overall decision-making score iswhere s1 is the overall score of the driving mode; s2, s3, and s4 are the safety, comfort, and efficiency scores, respectively; and i and j are the weight coefficients for comfort and efficiency, respectively. In this study, i = 0.9 and j = 0.1, which indicates a much higher emphasis on comfort.
Based on the scoring references under specific circumstances, a four-level lane-change mode for collision avoidance is proposed, as listed in Table 4.
Table 4 demonstrates the intelligent decision making and the four-level lane-change mode generation processes, based on the scoring method. First, the application conditions are defined by the vehicle relationship relative to the typical parameters, such as headway and relative speed. Second, using the lane-change model, procedures are obtained based on the minimum safe headway and maximum acceleration. Third, the optimal procedures for different application conditions are determined based on the highest score. The basic principle is that safety always comes first, even if comfort and efficiency are low. The weights of comfort and efficiency have a significant influence on the optimal procedures. Therefore, the intelligent decision-making mechanism can be applied to different driving styles, including those of robust and radical drivers.
4.2. Vehicle Control Model
Model predictive control (MPC) was developed in the late 1970s and includes methods such as dynamic matrix control (DMC) and model algorithmic control (MAC). It is a well-known and effective control algorithm and has found widespread acceptance in industry. The major advantage of MPC is its ability to handle multivariable interactions and operating constraints in a systematic manner. Essentially, it is a type of optimisation method based on objective functions, and rolling horizon optimal control is achieved by model-based state prediction, optimisation with constraints in a finite time domain, and feedback correction. This section presents a detailed MPC controller derived from a nonlinear four-degree-of-freedom (4-DOF) vehicle model that can simultaneously track the reference planned path and velocity.
Considering the longitudinal and lateral coupling movement of a vehicle during typical steering dynamics, we established a 4-DOF vehicle model based on reasonable simplification, involving front wheel steering and vehicle longitudinal, lateral, and yaw motions:where VX and VY are the longitudinal and lateral velocities, respectively; φ is the yaw angle; and δf is the front wheel steering angle.
Setting VX, VYt, φ, and δf as the control output variables and applying the typical control strategies of active front steering (AFS) and direct yaw control (DYC), the vehicle control model can be expressed as
The function of a controller is to guarantee tracking and robust stability considering the nonlinear effect of the vehicle.
For an MPC controller, linearisation and discretisation can be used to improve the real-time performance of the controller. The nonlinear vehicle dynamic model can be linearised as a linear time invariant (LTI) state space form, using the first order approximation of the Taylor expansion. Subsequently, the linearised model can be discretised aswherewhere, Aj, Bj, Ak, Bk, Ck, and Dk are the Jacobian matrices at the working point; T is the sample time; and Np and Nc are the predictive horizon and control horizon, respectively.
While designing the controller, constraints must be set to ensure that the autonomous vehicle can precisely and stably track the trajectory references generated during intelligent path planning. The constraints designed herein primarily include two aspects—one related to the vehicle control quantity and the other related to the vehicle state quantity:
In addition to tracking the reference precisely and stably, the controller must also keep the vehicle running at the desired speed. The cost quadratic function iswhere Href is a matrix of the reference outputs and Q, R, S, and ρ are the weight matrices for the system outputs H(k), the control increment ΔU(k), the control inputs U(k), and the relaxation factor ε.
According to [38], the optimal problem for MPC can be converted to a standard quadratic programming problem. The decision variable is denoted by U, and the objective function J and the constraints can be expressed aswhere M and G are compatible matrices and vectors in the quadratic programming problem. The incremental control inputs ∆U of the constraints are
The solution of the quadratic program problem can be solved using quadprog in MATLAB, and the active-set algorithm was chosen herein.
Figure 6 shows the structure of the safe lane-change intelligent control system. Initially, the environment and ambient obstacles are detected by on-board sensors (radar, cameras, etc.). When obstacles are detected, specific information, such as the relative speed and headway, is set as the input of the autonomous vehicle decision mechanism. Feasible path planning and trajectory references (including path and speed) are generated based on the decision mechanism. Subsequently, using the linearised MPC algorithm and the AFS and DYC strategies, the designed controller determines the vehicle control inputs though prediction and convex optimisation, to ensure that the vehicle follows the planned trajectory.

4.3. Control Performance Validation
Two typical scenarios were defined to verify the performance of the designed controller. The first is a simple lane-change scenario to evaluate the controller against other conventional methods, such as single preview and PID. The second scenario is a continuous curve with multiple lane-changes. The details of the two scenarios are as follows:(1)An autonomous vehicle travelling at 20 m/s, with a steering frequency of 0.2 Hz and a decision time of 1.5 s, on a straight highway.(2)An autonomous vehicle travelling at 30 m/s, with a steering frequency of 0.4 Hz and a distance of 80 m to avoid collision with obstacles, on a continuous curved road composed of three parts with circular arcs of 600 m radii.
The control performance of the first scenario was verified by comparing the proposed controller with conventional control algorithms, such as a PID controller and a controller without path planning, as shown in Figure 7.

(a)

(b)

(c)

(d)
Figure 7 shows the control results of different models. The proposed MPC controller has a better control effect than the other control models. Figures 7(a) and 7(b) indicate that the proposed controller has better tracking, and the lateral error is around 0.02 m, which is better than that of the PID controller (0.05 m) and that of the model without path planning (0.4 m). Figure 7(c) demonstrates that the lateral velocity is precisely controlled, not only in terms of the change tren, but also considering the value and real time performance; the error is about 1%, while that of the PID is about 5%, with a delay of about 0.1 s. Figure 7(d) illustrates the yaw motion, and the proposed controller shows similar characteristics, while the PID generates a larger error and delay. Thus, the proposed MPC controller based on the 4-DOF model offers better tracking and robust stability.
The multiple decision-making and anticollision control performance of the MPC controller were verified based on the second scenario. The simulation results are shown in Figure 8.

(a)

(b)

(c)

(d)

(e)

(f)

(g)

(h)
Figure 8(a) and 8(b) illustrate the global continuous overtaking trajectory and the tracking error of the autonomous vehicle; the absolute error is less than 0.04 m. Although the error of the combined procedure with lane changing and turning exceeds 0.02 m, it still provides a good tracking effect relative to the desired reference performance. As shown in Figure 8(c) and 8(d), the longitudinal and lateral motions of the vehicle are decoupled and controlled reasonably well, despite small-amplitude longitudinal fluctuations that are slightly larger than the reference. The lateral velocity is in a continuous large-scale form but is well controlled. Figure 8(e) and 8(f) demonstrate that the second-order dynamics also have good consistency with the desired references, and the absolute error is less than 4% with a delay of about 0.1 s. This indicates that the vehicle is well controlled by the AFS and DYC. As shown in Figure 8(g) and 8(h), the control inputs are continuous, and the changing trend of the steering input is consistent with the vehicle dynamics; the delay time is about 0.5 s. Furthermore, the vehicle lateral acceleration is less than 4.6 m/s2, and the absolute longitudinal forces of the tractor and semitrailer axles are below 1000 N, which is considerably lower than the saturation forces of the tyres, even with the low coefficient of adhesion due to rainfall. Therefore, the vehicle is controlled with absolute stability during lane-changing and cornering on a highway in rainy weather, and the proposed controller is capable of obstacle avoidance on a curved highway section.
5. Discussion and Conclusion
Based on the vehicle steering and lateral dynamics in rainy weather, we introduced Gaussian distribution to the lateral dynamics of an autonomous vehicle for decision making and path planning. In particular, the scenario of an autonomous vehicle travelling on a curved highway section in rainy weather was considered herein. The main conclusions are(1)The Gaussian distribution function could perfectly describe the lateral dynamics of the vehicle. The related parameters were easily fitted, and the characteristics of autonomous vehicles, including reaction, response, pavement condition, and lane-change status, were accurately and quantitatively obtained. The reaction time of decision-making and path planning, steering frequency, delay times of vehicle lateral dynamics, road adhesion coefficient, and completion probability of lane change were determined as well. In a typical scenario, the proposed lane-change model could be applied to the path planning process of a vehicle lane-changing manoeuvre.(2)Based on the lane-change model, the minimum safe distance for collision avoidance was obtained. The lane-change decision mechanism utilises a scoring system that considers driving safety, comfort, and efficiency and serves as a reference for intelligent path planning.(3)Using convex optimisation, an MPC controller with AFS and DYC was designed and verified. The results of the typical scenarios considering an autonomous vehicle in rainy weather demonstrated that the proposed controller has good tracking and robust stability. This study offers practical value as it considers the cooperative relationship between humans, vehicles, the road, and the environment and can serve as valuable reference in the development of autonomous driving systems.
The results obtained herein are of significant importance for numerous applications and provide a valuable reference for future studies involving actual vehicles. Compared to traditional studies on lane-change manoeuvres, the novel trajectory model, decision mechanism, and control algorithm proposed herein can describe the system characteristics under various road alignments and operational environments. However, considering the complex environmental influences on man-machine interactions, further research is required. The multifactor coupling characteristics of the environmental impact must be studied further. Typical examples include the interference between the perception sensors on the vehicle that detect the external environment. Notably, human driving behaviour always forms the basis for autonomous vehicle development. Consequently, a systematic study of personified decision-making is required to ensure coordination between humans and the environment. Furthermore, considering the field of cooperative vehicle-infrastructure systems, a cooperative decision-making and control strategy with swarm intelligence for multiple vehicles or vehicle fleets should be studied in depth.
Data Availability
The data used to support the findings of this study are available from the first author and the corresponding author upon request.
Conflicts of Interest
The authors declare that there are no conflicts of interests regarding the publication of this article.
Acknowledgments
This work was partially sponsored by the State Key Laboratory of Automotive Safety and Energy under Project No. KF2013, the Joint Laboratory for Internet of Vehicles, Ministry of Education, China Mobile Communications Corporation, under Project No. ICV-KF2018-02, the National Natural Science Foundation of China (No. 51775565), the Tianjin Science and Technology Project (Grant Nos. 16PTGCCX00150, 17ZXRGGX00070, 18YFZCGX00380, and 119YFSLQY00010), the Tianjin Development and Reform Commission Project (Grant No. TJZNZZ1811), the University Foundation of Tianjin University of Technology and Education (Grant No. KYQD 1710), and the Fundamental Research Funds for the Central Universities (Grant No. 18lgpy83). The first author would like to thank Dr. Su L.L., Dr. Guan Z.W., Dr. Hou H.J., Li J.K., Liu X.L. and Tong Y.K. for valuable discussions to improve the quality and presentation of this paper.