SUMO's integrated CACC car-following model is based on the work of Milanés & Shladover [17], Xiao, Wang & van Arem [18] and Xiao, Wang, Schakel & van Arem [19]. The developed control law in the CACC algorithm is explicitly divided into four modes: (i) speed control, (ii) gap control, (iii) gap-closing control, and (iv) collision avoidance.
The speed control mode maintains the driver's desired speed and is activated when no preceding vehicles are detected by the sensors or when the time-gap is larger than 2 s. It is governed by:
where is the new speed, is the current speed, is the speed control gain, and is the desired speed. A minimum gap (speedControlMinGap) is also evaluated to ensure smooth acceleration when approaching a stopped vehicle.
The gap control mode maintains a constant time gap between the CACC-equipped vehicle and its predecessor. It is activated when the gap deviation and speed deviation are concurrently smaller than 0.2 m and 0.1 m/s, respectively:
where and are the gap control gains for gap and gap rate errors.
The gap-closing control mode enables a smooth transition from speed control to gap control and is triggered when the time-gap is less than 1.5 s:
where and are the gap-closing control gains. If the time-gap is between 1.5 s and 2 s, the previous control strategy is retained for hysteresis and smooth transfer between modes.
The collision avoidance mode prevents rear-end collisions under safety-critical conditions. It is activated when the time-gap is less than 1.5 s and is negative:
where and are the collision avoidance control gains. Additionally, if the CACC-computed speed exceeds the safe speed calculated by the default Krauss model by a margin (collisionAvoidanceOverride), the speed is limited to the Krauss-speed plus the margin to ensure safety.
SUMO's integrated CACC car-following model is based on the work of Milanés & Shladover [17], Xiao, Wang & van Arem [18] and Xiao, Wang, Schakel & van Arem [19]. The developed control law in the CACC algorithm is explicitly divided into four modes: (i) speed control, (ii) gap control, (iii) gap-closing control, and (iv) collision avoidance. The parameters used in the CACC controller and their default values are listed in Table I.
Table I: CACC Controller Parameters and Default Values
Parameter | Default Value | Description |
---|---|---|
-0.4 | Speed control gain, governing the speed control mode. | |
0.45 | Gap control gain for gap error, used in gap control mode. | |
0.0125 | Gap control gain for gap rate error, used in gap control mode. | |
0.005 | Gap-closing control gain for gap error, used in gap-closing control mode. | |
0.05 | Gap-closing control gain for gap rate error, used in gap-closing control mode. | |
0.45 | Collision avoidance control gain for gap error, used in collision avoidance mode. | |
0.05 | Collision avoidance control gain for gap rate error, used in collision avoidance mode. | |
speedControlMinGap | 1.66 m | Minimum gap for speed control to ensure smooth acceleration. |
collisionAvoidanceOverride | 2 m/s | Margin for speed limit exceeding the safe speed calculated by the Krauss model. |
- | The new speed calculated by the control mode. | |
- | The current speed of the vehicle. | |
- | The desired speed set by the driver or the cruise control system. | |
- | The deviation from the desired gap between the vehicle and its predecessor. | |
- | The speed deviation from the desired speed or the speed of the preceding vehicle. |
SUMO's integrated CACC car-following model is based on the work of Milanés & Shladover [17], Xiao, Wang & van Arem [18], and Xiao, Wang, Schakel & van Arem [19]. The developed control law in the CACC algorithm is explicitly divided into four modes: (i) speed control, (ii) gap control, (iii) gap-closing control, and (iv) collision avoidance. The control law for each mode is given by:
Condition 1: Speed Control, when no preceding vehicles are detected or time-gap > 2s.
Condition 2: Gap Control, when and .
Condition 3: Gap-Closing Control, when time-gap < 1.5s.
Condition 4: Collision Avoidance, when time-gap < 1.5s and .
The speed control mode maintains the driver's desired speed and is activated under Condition 1. The gap control mode maintains a constant time gap and is activated under Condition 2. The gap-closing control mode enables a smooth transition from speed control to gap control and is triggered under Condition 3. If the time-gap is between 1.5 s and 2 s, the previous control strategy is retained for hysteresis and smooth transfer between modes. The collision avoidance mode prevents rear-end collisions and is activated under Condition 4. Additionally, if the CACC-computed speed exceeds the safe speed calculated by the Krauss model by a specified margin, the speed is limited to ensure safety.
The California PATH program has developed a CACC car-following model based on the work of Milanés & Shladover [20], Nowakowski, O'Connell, Shladover & Cody [21], and Milanés, Shladover, Spring, Nowakowski, Kawazoe & Nakamura [22]. The PATH CACC control law is designed using a proportional-derivative (PD) controller and is given by:
where is the acceleration command for the -th vehicle, is the gap error between the actual gap and the desired gap, and is the rate of change of the gap error. The control gains and are the proportional and derivative gains, respectively.
The desired inter-vehicle gap is calculated using a constant time-gap policy:
where is the desired gap for the -th vehicle, is the standstill distance, is the constant time-gap, and is the speed of the -th vehicle.
The PATH CACC model also includes a gap-closing controller for smooth transitions when a vehicle cuts in between two CACC vehicles. The gap-closing controller linearly increases the time-gap from a lower value to the desired time-gap over a specified transition period.
The key parameters of the PATH CACC controller are listed in the following table:
Parameter | Default Value | Description |
---|---|---|
0.45 | Proportional gain for gap error | |
0.0125 | Derivative gain for gap rate error | |
2.0 m | Standstill distance | |
0.6 s | Constant time-gap | |
5.0 s | Gap-closing transition period for cut-in scenarios | |
0.2 s | Initial time-gap for gap-closing controller in cut-in scenarios |
The PATH CACC model has been extensively tested and validated through both simulations and field experiments, demonstrating its effectiveness in improving traffic flow stability and increasing road capacity.
\section{Proposed Adaptive CACC Controller} \subsection{Limitations of SUMO CACC Algorithm under Uncertainty and Communication Delay}
The SUMO CACC algorithm, based on the work of Milanés & Shladover [17], Xiao, Wang & van Arem [18], and Xiao, Wang, Schakel & van Arem [19], provides a foundation for cooperative adaptive cruise control. However, it has limitations when dealing with uncertainty and communication delays in real-world scenarios.
Firstly, the SUMO CACC algorithm does not explicitly consider the presence of disturbances, such as road conditions, weather, and vehicle dynamics uncertainties. These disturbances can lead to deviations from the desired spacing and velocity, compromising the stability and performance of the platoon.
Secondly, the SUMO CACC algorithm assumes instantaneous communication between vehicles, which is unrealistic in practice. Communication delays can introduce instability and lead to string instability, where spacing errors amplify as they propagate along the platoon.
To address these limitations, we propose an adaptive CACC controller that incorporates disturbance observers, feedforward control, and sliding-mode dynamic gain adjustment. The proposed controller aims to enhance the robustness and performance of the platoon under uncertainty and communication delays.
\subsection{Proposed Adaptive CACC Controller} The proposed adaptive CACC controller extends the work of Hu et al. [40] by incorporating a finite-time disturbance observer (DO) to estimate and compensate for both mismatched velocity disturbance and matched acceleration disturbance . The control law for vehicle is given by: where is the control input (desired acceleration), is the current velocity, is the feedforward acceleration term, and are the estimated acceleration and velocity disturbances from the DO, is the speed control gain, is the velocity error, is the gap control gain for gap error, is the gap error, is the adaptive gain for gap rate error, and is the gap rate error.
The feedforward acceleration term is calculated as: where is the feedforward gain, and are the target and current velocities of the platoon leader, and are the acceleration and time delay of the leader, and are the acceleration and time delay of the front vehicle, and is the velocity of the front vehicle.
The disturbance observer estimates the mismatched velocity disturbance and matched acceleration disturbance using a finite-time convergent structure, as described in Hu et al. [40]. The estimated disturbances are then compensated for in the control law to enhance disturbance rejection.
The sliding-mode dynamic gain is adjusted based on the observed spacing error: where is the base gain for gap rate error, is the sliding-mode gain, is the observed gap error, and is the minimum gap threshold. The sliding-mode term enables rapid reduction of spacing errors when they exceed the minimum gap threshold.
The key parameters and variables of the proposed controller are summarized in the following table:
Parameter/Variable | Description |
---|---|
Control input (desired acceleration) for vehicle | |
Current velocity of vehicle | |
Feedforward acceleration term | |
Estimated matched acceleration disturbance | |
Estimated derivative of mismatched velocity disturbance | |
Speed control gain | |
Velocity error | |
Gap control gain for gap error | |
Gap error | |
Adaptive gain for gap rate error | |
Gap rate error | |
Feedforward gain | |
Target velocity of platoon leader | |
Current velocity of platoon leader | |
Acceleration of platoon leader | |
Time delay of platoon leader | |
Acceleration of front vehicle | |
Time delay of front vehicle | |
Velocity of front vehicle | |
Base gain for gap rate error | |
Sliding-mode gain | |
Observed gap error | |
Minimum gap threshold |
By incorporating a finite-time disturbance observer, feedforward control, and sliding-mode dynamic gain adjustment, the proposed adaptive CACC controller aims to enhance the robustness and performance of the platoon under uncertainty and communication delays. The disturbance observer estimates and compensates for external disturbances, the feedforward term anticipates acceleration changes, and the sliding-mode gain enables rapid reduction of spacing errors. Together, these elements address the limitations of the SUMO CACC algorithm and provide a more resilient and effective cooperative adaptive cruise control strategy for real-world scenarios.