Keywords

1 Introduction

Split friction is an edge case of a slippery road where one side of the vehicle is on the regular road surface while the other is on a low-friction surface, like snow or fallen leaves. The road condition asymmetry creates an asymmetry in the brake forces, which in turn creates a yaw moment disturbance. The disturbance must be countered, typically by the driver, but can be abrupt and surprise the driver [8]. Making it autonomous would be beneficial to reduce accidents.

Contributions in literature have primarily focused on designing a controller for steering, assuming the ABS handles the brake control, as in [2, 10]. However, our research shows that using ABS on all wheels can be dangerous when there is a significant friction difference between the two vehicle sides. More advanced control solutions focus on designing the steering compensation and the brake control together [5, 9]. However, none of these have investigated the effects of friction on vehicle dynamics and maximum braking.

When braking under split friction, the maximum deceleration potential without deviating from the lane depends on the friction asymmetry [3]. In [7], the authors investigate the maximum deceleration potential on curved roads for several steering/braking configurations and varying road friction coefficients. They showed a significant maximum deceleration potential reduction when the brake forces are constrained not to produce any yaw moment. Balancing the yaw moment on split friction braking is critical, but restricting the brakes implies longer stopping distances.

This paper analyses the maximum deceleration potential under split friction as a function of lateral acceleration and friction asymmetry. The resulting allocation of brake forces and steering can be used to design control algorithms better suited to varying friction. Inspired by this analysis, a control implementation is tested in simulation to show the potential.

2 Maximum Static Deceleration on Curved Roads

With the focus on maximising braking in a curve, an optimization problem (OP) is built upon a double-track vehicle model with combined slip and longitudinal and lateral load transfer; for details, see [1, 3]. The focus of the OP on a high level is illustrated in Fig. 1.

Fig. 1.
figure 1

Vehicle trajectory and orientation

The velocity vector is denoted with V, and its orientation, the side slip angle, with \(\beta \). The vehicle’s orientation is defined by the yaw angle \(\psi \). In the static case of no dynamics, the acceleration along V, \(a_v\), should be minimized. In contrast, the acceleration perpendicular to V, \(a_p\), keeps the vehicle in the curve to a desired lateral acceleration \(a_{p,des}\). Further, for a constant radius, yaw acceleration \(\ddot{\psi }\) is unwanted; thus, the yaw torque \(M_z=I_{zz}\ddot{\psi }\) should be zero. At the same time, the yaw rate \(\dot{\psi }\) is chosen as a desired one.

For the desired lateral acceleration and yaw rate, the circular motion ones can be used, defined as

$$\begin{aligned} a_{p,des} & = \frac{v_x^2}{R} \end{aligned}$$
(1)
$$\begin{aligned} \dot{\psi }_{des} & = \frac{v_x}{R} \end{aligned}$$
(2)

where R is the road radius, and \(v_x\) the longitudinal speed. More advanced definitions can be obtained from [6].

The maximum static deceleration optimization problem is expressed as

$$\begin{aligned} \begin{aligned} \min _{q} \quad a_v(q)&\\ \text {s.t.}\quad a_p(q)&= a_{p,des}\\ M_z(q) &= 0 \\ \dot{\psi }&= \dot{\psi }_{des} \\ F_{xi} &= \frac{\sigma _{xi}(q)}{\sigma _{i}(q)} F_{i}(q) \\ F_{yi} &= \frac{\sigma _{yi}(q)}{\sigma _{i}(q)} F_{i}(q) \\ \sqrt{F_{xi}^2+F_{yi}^2}&\le k_F\, F_{\max ,i} \end{aligned} \end{aligned}$$
(3)

with \(q=[\kappa _{i},\delta ,\beta ]^\intercal \) the optimization variables, \(\kappa _i\) the longitudinal slip ratio, \(\delta \) the steering angle. The control inputs are \(u=[\kappa _i,\delta ]^\intercal \), while \([\beta ,\dot{\psi }]\) are states. Equality constraints are needed for the forces \([F_{xi},F_{yi}]\) to include the load transfer. Further, an inequality constraint is added for the friction circle, multiplied by a factor \(0.95<k_F<1\) to avoid numerical instabilities at the friction peak and excessive slips.

The solution to the OP (3) is static, without dynamics. In reality, as speed reduces, \(a_{p,des}\) also reduces, and the vehicle brakes harder, giving a larger magnitude of \(a_v\) every instant. Instead, the solution can be seen as an upper limit to what deceleration can be achieved with the current speed and radius. For a straight road, the solution converges to a steady state instead as R becomes large and \(1/R\rightarrow 0\) in (2). Next, the analysis of the OP is presented as a function of the friction difference between the vehicle sides.

3 Split Friction Effects

The friction asymmetry between the left (inner side for a left turn) \(\mu _{1}\) and right (outer) \(\mu _{2}\) vehicle side is defined as

$$\begin{aligned} \varDelta _\mu =\mu _1-\mu _2 \end{aligned}$$
(4)

Several outputs from the OP (3) are depicted in Fig. 2 for several \(\varDelta _\mu \) values. For positive \(\varDelta _\mu \), the outer curve side \(\mu _2\) varies, while the inner \(\mu _1=1\), and vice versa for negative \(\varDelta _\mu \). The maximum deceleration potential is depicted in Fig. 2a. The curves are asymmetric. Less deceleration can be achieved when the inner side has lower friction (\(\varDelta _\mu <0\)) than when the outer side is on low friction (\(\varDelta _\mu >0\)). The main mechanism behind this is the lateral load transfer. The more lateral acceleration, the more pronounced the asymmetry becomes. The steering input and side slip angle are depicted in Fig. 2b. Some counter-steering is observed at large \(\varDelta _\mu \) for the blue curve at low lateral acceleration. As lateral acceleration increases, the magnitude of steering inputs and side slip angles increase.

Fig. 2.
figure 2

Vehicle deceleration, steering angle and side slip angle for several lateral acceleration values as a function of friction asymmetry

The optimal brake force and seeing allocations are depicted in Fig. 3 for two cases when the friction is low on the inner or outer curve side, respectively. The effect of load transfer is more important when the inner side has low friction, as the inner side friction circles are smaller, see Fig. 3a. Due to this mechanism, the side slip angle is also smaller, and the outer front circle moves away from the friction circle.

Fig. 3.
figure 3

Brake force/steering allocation for \(a_{p,des}= 0.4\) g; The friction circles are scaled with the load; \(f_{ui}\) denotes how much of the friction circle is utilized

4 Vehicle Closed-Loop Simulations

Figure 4 shows the control logic. The human driver is replaced by a path-following PD steering controller using look-ahead measurements y from a vision system and is complemented by a feedforward steering angle based on friction. The brake controller controls the high-friction brakes to reduce excessive yaw torque using yaw rate \(\dot{\psi }\) and the look-ahead measurement y as feedback. The low-friction side is controlled by the ABS. The details of the control logic are given in [4].

Fig. 4.
figure 4

Block diagram of control logic

Fig. 5.
figure 5

Closed loop simulation of a vehicle braking in a curve of \(R=100\) m on split friction with \(\mu =[0.6~1]\) and initial speed \(V_{0}=70\) km/h

Vehicle simulations are conducted in IPG CarMaker™ to validate the optimization, presented in Fig. 5. The simulation is performed for an initial speed of \(V_0=70\) km/h and radius \(R=100\) m, corresponding to a lateral limit of \(a_{p,des}\approx 0.4\) g. In Fig. 5a, the vehicle trajectory and motion states are depicted, while the states’ targets are depicted with black dashed lines. The deceleration \(a_v\) surpasses the limit set by the OP \(a_{v,OP}\) after a transient phase of about 0.7 s. The lateral acceleration \(a_p\) gradually decreases as \(a_v\) increases and velocity drops. At the same time, the yaw rate decreases linearly, as the side slip angle is almost constant, fluctuating around 1\(^\circ \). Also, the steering controller keeps path deviations small. The small side slip angle and path deviation at high deceleration show the vehicle’s good manoeuvrability. In Fig. 5b, the control inputs are depicted. Interestingly, the ABS turns off the inner side brake torques up to 0.5 s due to excessive slip. It is also when the steering angle is at its peak.

5 Conclusion

This paper presented a way to find the maximum braking during cornering on split friction roads. The maximum braking and the active front steering/differential brake torque allocations were investigated as a function of the friction difference between the vehicle’s sides and the lateral acceleration. The analysis revealed that low friction on a curve’s inner side is more dangerous than on the outer side due to the lateral load transfer. Further, a control logic was showcased that achieves good path-following and keeps the vehicle side slip small while achieving optimal deceleration. Future work includes using prior friction knowledge to predict optimal speed in a curve for varying friction road conditions.