Next Article in Journal
A Framework of Visual Checkout System Using Convolutional Neural Networks for Bento Buffet
Next Article in Special Issue
Merit-Based Motion Planning for Autonomous Vehicles in Urban Scenarios
Previous Article in Journal
Visibility Restoration: A Systematic Review and Meta-Analysis
Previous Article in Special Issue
A Hybrid Planning Approach Based on MPC and Parametric Curves for Overtaking Maneuvers
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Platoon Merging Approach Based on Hybrid Trajectory Planning and CACC Strategies

1
Department of Automotive in the Industry and Transportation Division, Tecnalia Research & Innovation, 48160 Derio, Spain
2
California PATH Program of the Institute of Transportation Studies, University of California Berkeley, Richmond, CA 94804, USA
*
Author to whom correspondence should be addressed.
Sensors 2021, 21(8), 2626; https://doi.org/10.3390/s21082626
Submission received: 9 February 2021 / Revised: 2 April 2021 / Accepted: 5 April 2021 / Published: 8 April 2021
(This article belongs to the Special Issue Smooth Motion Planning for Autonomous Vehicles)

Abstract

:
Currently, the increase of transport demands along with the limited capacity of the road network have increased traffic congestion in urban and highway scenarios. Technologies such as Cooperative Adaptive Cruise Control (CACC) emerge as efficient solutions. However, a higher level of cooperation among multiple vehicle platoons is needed to improve, effectively, the traffic flow. In this paper, a global solution to merge two platoons is presented. This approach combines: (i) a longitudinal controller based on a feed-back/feed-forward architecture focusing on providing CACC capacities and (ii) hybrid trajectory planning to merge platooning on straight paths. Experiments were performed using Tecnalia’s previous basis. These are the AUDRIC modular architecture for automated driving and the highly reliable simulation environment DYNACAR. A simulation test case was conducted using five vehicles, two of them executing the merging and three opening the gap to the upcoming vehicles. The results showed the good performance of both domains, longitudinal and lateral, merging multiple vehicles while ensuring safety and comfort and without propagating speed changes.

1. Introduction

Traffic jams in urban or highway scenarios are complex environments for implementing automated driving functionalities due to the multiple interactions with the surrounding vehicles. Traffic congestion is defined as the mutual obstruction of vehicles due to the existing interrelation among the vehicles’ speed and traffic flows [1]. On urban roads, it is common to have traffic congestion in the metropolitan areas with a high level of socio-economic development [2]. Mainly, traffic jams are triggered by situations such as lane merging, sharp cut-ins, or bottlenecks. Once triggered, these disturbances are propagated in the upstream direction as traffic shock waves. Such phenomena are explained by the fact that human drivers perform a string of unstable car-following because they tend to keep shorter inter-vehicle distances than they should, given human’s reaction capabilities [3]. This leads to an amplification of the energy of braking events coming from downstream, as it is transmitted in the upstream direction [4].
Technologies for driving assistance, such as Adaptive Cruise Control (ACC), intend to improve safety and comfort; however, traffic flow improvement is not among their design requirements [5]. It has recently been demonstrated that commercial ACC systems do not satisfy the string stability criterion. For instance, the field experiments in [6] showed how an unexpected braking situation of a platoon leader is dangerously amplified by all vehicles in the string. This demonstrates that car-following systems that rely uniquely on range measurement sensors are not sufficient to provide a close-string stable car-following. An improved version of ACC has been developed, which leverages Vehicle-to-Vehicle (V2V) communications to increase the reaction speed to disturbances, guaranteeing safety and string stability for shorter gaps at wider speed ranges. An example is Cooperative Adaptive Cruise Control (CACC), which has been demonstrated using strategies such as feed-back/feed-forward architectures with classic PD [7], fractional PD [8], or Model Predictive Control (MPC) [9]. Another example is the platoon control strategies, were two-dimensional distributed control [10,11] or adaptive optimal control [12] have been implemented. Nevertheless, CACC following a feed-back/feed-forward approach is used in most of the cases due to the string stability and the short gaps while keeping the simplicity required for embedded applications.
Car-following strategies such as CACC have proven to improve the string stability and safety by augmenting the vehicle perception with the received V2V information from forward vehicles. However, to further improve the traffic flow, additional cooperation among vehicles, as well as lateral actions are needed. Analysis regarding the market penetration of CACC [13,14] suggests that in order to mitigate the capacity reduction at merge areas, more research should be conducted in coordinating advanced merging assistance strategies with the CACC string operation. This is mainly due to the poor flexibility produced by the short-distance gaps, which lead to blockage in the lanes [13]. In addition to this, studies regarding driving safety have shown that between 240,000 to 610,000 crashes happen annually due to improper execution of lane-change and merge maneuvers, which leads to more congestion problems [15].
These maneuvers can be solved from the cooperative perspective, where two strings of vehicles coordinated among themselves, or by the nearby infrastructure, merge a unique platoon safely. In the literature, the merging of the platoon is classified into three branches: (1) on the highway from an on-ramp [16], (2) in a roundabout [17], or (3) a platoon along the highway [18].
Regarding cooperative lane-merging, numerous algorithms have been proposed, addressing the problem from a different perspective, such as: controlling the lateral motion [19], optimization of the trajectory during the maneuver [20], and maneuver negotiation through Vehicle-to-Everything (V2X) communications [21]. However, most of these approaches rely on algorithms with a high computational cost, only evaluating the behavior of the traffic without considering the dynamics of the vehicle.
One of the protocols for cooperative lane-merging was developed in the 2016 i-Game Grand Cooperative Driving Challenge (GCDC) competition [22], where two platoons on two neighboring lanes merge as one when a notification of a lane closure is received. During this process, the platoon leaders adjust their position for a smooth merge, resulting in a simultaneous pairing between both the merging platoon and the gap-opening platoon. Once the vehicles have matched their position, the lane-change process begins until they finally form one unique platoon.
This i-Game GCDC competition proposed a good protocol. However, there are still aspects to improve. This method makes extensive use of V2X messages and relies significantly on the platoon leader to coordinate the initial movements; with one merge stage, the last vehicle may slow down too much [23].
Optimal trajectory generation has been used for cooperative maneuvers [24]. Highway scenarios, with high speed and small-curvature road constraints, is where most motion planning techniques have been implemented in the last few years [25]. Some of the maneuvers studied are lane-change, obstacle avoidance, car-following, and merging. For the overtaking maneuver, trajectory generation through parametric curves and Model Predictive Control (MPC) has shown good results [26]. Other recent approaches for overtaking use a two-stage planning method to tackle the overtaking maneuver, but using pre-computed optimal curves [27]. So far, in any of these examples, a mixed approach for optimal longitudinal and lateral functionalities has not been implemented for the two platoons merging.
In this paper, a two-stage approach to manage a cooperative lane-merging maneuver is proposed. It is based on a trajectory planning algorithm using Bézier curves and MPC for path planning and a CACC strategy composed of a Feed-back/feed-forward control for string stable longitudinal car-following. The first one intends to manage the lane-change involved in the maneuver. The second is used to manage both the gap-regulation task and gap changes to perform the merging maneuver. Above these modules, a decision stage is in charge of adjusting the gaps of the platoons, processing the requests, and switching between strategies. To validate this approach, a modular architecture for automated vehicles, called AUDRIC [28], was used. Simulations were defined with five vehicles, two executing the lane-change maneuver and three opening the gap to form a unique platoon.
The rest of the paper is organized as follows: Section 2 gives an overview of the strategy implemented, based on the works [8,29]. In Section 3, the simulation frameworks and the description of the CACC and hybrid trajectory modules are presented. Section 4 shows the simulation results, and finally, in Section 5, the conclusion and future works are presented.

2. Platforms and Methods

2.1. Platoon Merging Method

This paper focuses on the cooperative lane-merge scenario presented in Figure 1. In this scenario, Platoon B seeks to join Platoon A to avoid a problem in the route previously detected. To do so, the vehicles in Platoon A open the gap so Platoon B can safely merge, forming Platoon C. In this work, the vehicles in Platoon A are numbered as even numbers (Vehicles 2 and 4), while vehicles in Platoon B are numbered as odd numbers (Vehicles 1, 3, and 5). Only 5 vehicles were chosen to give a detailed analysis of the proposed approach; nevertheless, it can be extended to more vehicles. Based on this premise, the following considerations were taken into account:
  • L variable stands for the vehicle length, being the same for all vehicles.
  • d r e f represents the distance reference between vehicles, explained in Section 2.2.2.
  • D E x t A is the gap opened by Platoon A (Equation (1)), being 2 times the minimum CACC distance ( d s t d ) defined in Section 2.2.2 plus the vehicle length (L). By using this relation, the vehicles in Platoon B can join around a safe position while keeping the minimum distance between vehicles.
    D E x t A = 2 d s t d + L
  • D E x t B is the distance between Vehicle 2 and the projection of Vehicle 1 in the Platoon B lane.
    D E x t B = ( P o s x i 1 P o s x P r o y ) 2 + ( P o s y i 1 P o s y P r o y ) 2
    where P o s x P r o y and P o s y P r o y are the front projections by D E x t A / 2 in the Platoon B lane of the Platoon A vehicle that previously opened the gap.
To accomplish this goal, the combination of a trajectory planning algorithm, a car-following strategy, and a merging decision module is proposed. We used for the car-following a CACC, which ensures reliability and flexibility while executing the maneuver. Furthermore, a feed-forward plus feed-back strategy was desirable due to its simple implementation and robust results, as mentioned in previous works [7,30]. When designing a CACC system, the string stability condition is one of the most important requirements. It refers to the ability that each string vehicle has to attenuate the disturbances coming from forward vehicles [31], ensuring that the energy of exogenous disturbances decays as it propagates in an upstream direction. This requirement is satisfied if the following condition is met:
X i X i 1 = D ( s ) F ( s ) + G p ( s ) C ( s ) 1 + G p ( s ) C ( s ) H ( s ) 1 ; i 2
The hybrid planning approach [29] was chosen to carry out the lane-change incorporated in the maneuver. This algorithm was based on Bézier curves and a linear MPC, to solve, safely and dynamically, the trajectory problem. This method has shown good performance, such as overtaking [32] and roundabout merging [33].
The merging decision module generates two signals: (1) the references for the gap openings and (2) the command to switch between the longitudinal gap when the lane-change occurs.
The complete algorithm is shown in the flow state chart of Figure 2. When the maneuver begins, Platoon B sends a merge request to Platoon A. If the conditions are suitable (no lane closures, accidents, etc.) and there is enough space, the request is accepted. Then, the gap is opened among the vehicles of Platoon A according to Equation (1). In parallel, Platoon B starts a virtual CACC with the projection of the Platoon A leader taking into account speed changes. The adjustment in Platoon B is based on Equation (1). Once the virtual platooning is string stable and the gap is opened, Platoon B starts positioning to begin the lane-change; during this process, the vehicles maintain the speed they currently have. Finally, when the merge is completed, Platoon B can join Platoon A, to form Platoon C. Taking into account Equations (1) and (2), the vehicles are positioned keeping the distance d r e f ; therefore, the reference can be switched again to the one generated by the CACC without creating a disturbance in Platoon C. In case any vehicle of Platoon B does not want to be part of Platoon C, the gap remains open until the vehicle exits Platoon C, and then, the gap is closed once again.

2.2. Platform Description

This section presents a description of the AUDRIC platform used to validate the merging scenario. This platform makes use of the architecture defined in [28], where the main blocks are: acquisition, perception, communication, decision, control, and actuators (Figure 3). The modeling of the vehicles was done through the Dynacarenvironment [34]. This environment counts with a multi-body model to virtually represent the vehicles [35,36], in this case a Renault Twizy 80, and a 3D interface for monitoring purpose. Since the proposed approach is not fixed to one specific simulator, the experiments can be carried out in other simulation environments such as CARLA o CarSIM.
The acquisition module is in charge of collecting all the information from the multi-body model, which allows a first representation of the current vehicle state. The perception block generates a precise ego vehicle and obstacle representation. The information from other vehicles (speed, position, heading, acceleration, dimensions, etc.) is obtained from the communication block. In this work, the simulation gives this information, considering some delays among vehicles. The decision module generates the trajectory and the actions that the vehicle has to take during the driving process. The lateral control variables (X-Y coordinates, curvature, etc.) are obtained with the hybrid approach. The longitudinal speed reference is obtained with the CACC approach. The control module is related to lateral (steering wheel) and longitudinal (throttle and brake) controllers of the vehicle. A linear double proportional controller with a feed-forward component based on the curvature is used for the lateral controller, as in [37]; and for the longitudinal, a fuzzy logic controller as in [38]. Finally, the actuation block is the one in charge of interpreting the control signals and generates values that can be used by the multi-body model.
The main contribution of this work was the development of the decision block, where the selected path and speed planners were generated to execute the platoon merging maneuver. Table 1 shows the benefits and disadvantages of both strategies, where it can be seen that both strategies complement each other, allowing both car-following and lane-change maneuvers without adding computational cost.
Regarding the longitudinal aspect of both strategies, the main difference is that the hybrid trajectory approach prioritizes safety, whereas CACC improves traffic throughput. Therefore, due to the configuration of the hybrid trajectory (Section 2.2.1), the MPC used underperformed with respect to the classic feed-back/feed-forward PD (Section 2.2.2) in car-following maneuvers. In Figure 4, this comparison is presented, where it shows that MPC could not be established in the reference, whereas the feed-back/feed-forward PD in both ACC and CACC mode could. This was mainly due to the precision obtained from the number of samples used.
To improve MPC performance, the number of samples was 100 with a sample time of 0.05 s. The more predictions, the more precision there is for the measures. Figure 4 shows this, where MPC now is established in the reference. However, this change requires a higher computational cost, losing the real-time condition, as shown in Figure 5. This figure presents the Simulink clock with a real-time clock. The first one (Figure 5a) shows the performance with and without MPC of 10 samples. In both cases, the clocks tick at the same step. Meanwhile, Figure 5b contains the test with MPC using 100 samples. The difference between the clocks grows as time progresses, meaning that the system is slower.
Therefore, to guarantee a real-time performance, the feed-back/feed-forward controller is in charge of the car-following maneuver, leaving the MPC of the hybrid trajectory approach with a low number of samples to handle the lane-change maneuver.

2.2.1. Hybrid Trajectory Approach

In Figure 6, the block diagram of the hybrid trajectory approach is presented. The approach uses the information of nearby vehicles, a buffer with the route to follow, and the current ego vehicle state as inputs. This information passes through two blocks, which are the nominal trajectory calculator and the reference and bounds calculator. The first one generates the trajectory with Bézier curves, which contains a set of control variables for both lateral and longitudinal domains (lateral error, angular error, speed set-point, etc.). The references and constraints for the MPC block are calculated using the information of the previous iteration from the MPC module (previous future states’ computation). The MPC module generates the lateral and longitudinal states. Finally, the system outputs consider the minimum speed set-point between the one obtained from MPC and the one derived from the nominal trajectory calculator block. Regarding the lateral states, the lateral displacement provided by MPC is added to the lateral control error generated by the nominal trajectory calculator.
The combination of both approaches allows the vehicle to safely deal with different road components such as intersections, roundabouts, and merging, as well as maneuvers such as lane-change, overtaking, and merging. In the specific case of lane-change, the algorithm collects the information generated by MPC’s previous iteration to generate the future states of all the participants and then propagates them over the current lane and the opposite lane. In the case that no collision is detected, the lateral bounds are moved from the nominal lane to the opposite lane (merging lane), following the considerations explained in the MPC’s design.
MPC was designed following the work [39], where a linear model (point mass) with decoupled lateral and longitudinal dynamics was used. Therefore, an optimal solution with a fast response time was achieved.
The lateral model was based on a double integrator of the lateral acceleration ( a l a t ) component (Equation (4)).
d l a t = a l a t ( t ) d t 2
This model can be presented as a linear differential equation system (Equation (5)) that involves the lateral offset ( d l a t ) and rate of change in the lateral offset ( v l a t ) as state variables and the lateral acceleration ( a l a t ) as the control input.
d l a t ˙ v l a t ˙ = 0 1 0 0 d l a t v l a t + 0 1 a l a t
The lateral constraints are given by the inequalities (Equation (6)):
1 2 | R o a d w | + 1 2 V e h w d l a t 3 2 | R o a d w | 1 2 V e h w v m a x | v l a t | v m a x | a m i n | a l a t | a m a x |
where the distance ( d l a t ) has dynamic constraints defined by the width of the vehicle ( V e h w ) and the road ( R o a d w ). Both acceleration ( a l a t ) and speed ( v l a t ) have static constraints defined by the maximum change of the steering wheel and the delay of the actuator.
The longitudinal model is based on a triple integrator chain of the longitudinal jerk ( J l o n ) component (Equation (7)).
d l o n = J l o n ( t ) d t 3
The model can be presented as a linear differential equation system, which involves the longitudinal distance ( d l o n ), speed ( v l o n ), and acceleration ( a l o n ) as state variables and jerk ( J l o n ) as the control input, leading to the following state-space representation (Equation (8)):
d l o n ˙ v l o n ˙ a l o n ˙ = 0 1 0 0 0 1 0 0 0 d l o n v l o n a l o n + 0 0 1 J l o n
The variables are constrained according to (Equation (9)):
0 d l o n d v e h f r o n t 0 v l o n v l i m i t a m i n a l o n a m a x J m i n J l o n J m a x
The relative distance between vehicles has variable constraints during the execution time, which goes between 0 to the maximum distance before the collision ( d v e h l o n ). The speed has a lower bound of 0 and an upper bound set by the speed limit ( v l i m i t ). The acceleration has an upper and lower bound of the maximum values allowed by the vehicle. Finally, the upper and lower bound values for the jerk are established according to passenger comfort [40].
The solution is given using a Quadratic Problem (QP) formulation minimizing the cost function ( J ( x ( t ) , u ( t ) ) ), which consists of the difference between the ego vehicle longitudinal speed ( v l o n ) and the reference generated by MPC ( v r e f l o n ) and the difference between the lateral offset ( d l a t ) and the lateral reference generated by MPC ( d r e f l o n ). This function is subject to the set of constraints of Equations (6) and (9) and the weighting functions L and M.
Φ ( x ( · ) , u ( · ) ) = m i n { t 0 T L ( J ( x ( t ) , u ( t ) ) ) d t + M ( J ( x ( T ) , u ( T ) ) ) } J ( x ( t ) , u ( t ) ) = ( d r e f l a t d l a t ) 2 + ( v r e f l o n v l o n ) 2
Bézier curves are parametric curves widely used in the automated driving field [41,42,43]. The curves have a low computation time, are easy to implement, and present geometric ( G n ) and curvature continuity ( C n ) [44]. The nominal trajectory generation was made using the framework developed by [45], where different road components, such as intersections, roundabouts, straight lines, and lane-changes were defined by combining Bézier curves in segments along lines and arcs. Regarding lane-change, Figure 7 shows an example of this scenario modeled according to the Bézier curve framework, where the following considerations were taken into account.
  • A fifth-order Bézier curve was chosen. The control points were aligned with the lane axis to guarantee a curvature of zero at the starting and ending points. Furthermore, the point P L C was added to handle the maneuver in local planning.
  • u b and u a are the unitary vectors for the path description and have the following relation (Equation (11)):
    u b = u a P b P l c | | P b P l c | | = P a P l c | | P a P l c | |
  • w is the width of the road, and D is the separation in the u a axis between each pair of control points (Equation (12)).
    D = | | P n 1 P n | | u a
  • The minimum value of D is equal to w, which leads to a maximum curvature in t 20 and t 80 .

2.2.2. Cooperative Adaptive Cruise Control Approach

Figure 8 shows the CACC scheme used, which consisted of a homogeneous platoon of vehicles (Twizy Renault 80), with the same dynamics. The V2V communication topology employed was the Predecessor-only Following (PF) [5], where only the information (speed, position, reference speed, etc.) of the immediately preceding vehicles was used. With this structure, the string size can be increased and easily merged or split without major problems.
Figure 9 presents the control architecture of the feedback controller. The G ( s ) block represents the second-order function used to model the vehicle response of the low-level control in charge of following the reference speed V r e f (Equation (13)), whereas G p ( s ) represents the transfer function in charge of generating the vehicle position (Equation (14)). To obtain the values for the transfer functions G ( s ) and G p ( s ) , different speed changes were introduced into the platform, and then, using the MATLAB System Identification IDE, the transfer function was obtained.
G ( s ) = V i V i 1 = 1.1792 s 2 + 1.7539 s + 1.199
G p ( s ) = G ( s ) s = 1.1792 s ( s 2 + 1.7539 s + 1.199 )
The P D ( s ) block is the gap regulation block, which consists of a Proportional Derivative (PD) controller (Equation (15)), which presents a good performance with feed-forward structures [46]. The controller values were obtained according to [47], ensuring a robust system response towards loop gain variations.
P D ( s ) = K p + K d s = 0.5393 + 0.4103 s
The H ( s ) block denotes the spacing policy. The constant time gap policy [48] (Equation (16)) was selected, where d s t d is a fixed standstill distance, h d is the time gap, and v ( t ) is the vehicle speed. This relation can be represented as Equation (17).
d r e f ( t ) = d s t d + h d v ( t )
H ( s ) = 1 + h s
The F ( s ) block stands for the feed-forward filter, which was selected as Equation (18) to ensure theoretical string stability assuming no communication delay and a homogeneous platoon.
F ( s ) = 1 H ( s )
Finally, the D ( s ) block represents the communication delay. This work assumed 0 (Equation (19)). However, to fully understand the system limitations, stability analyses were done, modifying the delay and observing the minimum time gap allowed that could be set while fulfilling the string stability condition. This analysis is shown in Figure 10, where a maximum time gap of 0.6 s can be employed when delays of 100 ms are present.
Regarding the string stability criterion shown in Figure 11, we present the Bode plot of the system frequency analysis, where it can be seen that this criterion is fulfilled.
D ( s ) = e θ s
A linear function of the time gap was chosen to carry out the gap opening procedure [8]. This function depends on the distance between vehicles d ( t ) and the ego vehicle speed ( v ( t ) ). Knowing the final distance ( d f i n a l ) and speed ( v f i n a l ), the desired time gap ( h f i n a l ) was calculated (Equation (20)). To do so, a comfortable acceleration was applied until the vehicle distance and the ego vehicle speed yielded h f i n a l . The higher this acceleration is, the faster the time gap will be reached. In case of Platoon A, d f i n a l is equal to D E x t A , whereas, for Platoon B, d f i n a l corresponds to the distance formed by the virtual vehicle and the gap opened by Platoon A. Finally, v f i n a l is equivalent to the speed of the Platoon A leader.
h ( t ) = d ( t ) d s t d v ( t ) h f i n a l = d f i n a l d s t d v f i n a l

3. Results

The simulation was performed with the Dynacar simulator environment. Five vehicles were represented, two in the left lane forming Platoon B and three in the right lane forming Platoon A (Figure 12). During the merging maneuver, a constant speed of 15 km/h was established for the leader, simulating a low-speed platoon in urban scenarios. Additionally, a constant time gap of 0.6 s and a standstill distance of 3 m were selected for the CACC maneuver.
Figure 13 shows the position of the vehicles at each time interval, where a smooth change in the position from Platoon B to Platoon A can be appreciated. A new Platoon C is formed.
Figure 14 shows the longitudinal performance of both platoons during the merging. Figure 14a shows the vehicle speed of Platoon A, whereas Figure 14b presents the vehicle speed of Platoon B. The time gaps between vehicles during the merging process are depicted in Figure 14c,d, corresponding to Platoon A and Platoon B, respectively.
Figure 15 shows the longitudinal performance of Platoon C, from the moment the vehicles finished merging. Figure 15a presents the vehicle speed and Figure 15 the time gap among the vehicles.
In Figure 16, the lateral performance of Platoon B during the merging maneuver is presented. Figure 16a shows the lateral references generated by the hybrid trajectory planning, and Figure 16b,c shows the lateral error and angular error.

4. Discussion

In Figure 13 at Second 15, the beginning of the process can be seen by sending the merge request. Around Second 21, Platoon A finishes opening the gap and sends the gap confirmation. This action ensures that only the vehicle in Platoon B can merge when safe conditions are present. The first of these conditions is a safe distance among the vehicles, which is achieved with Equation (1). Then, at Second 28, Platoon B finishes adjusting its position according to the gap opened by Platoon A. At Second 33, Platoon B executes the lane-change, and finally, at Second 39, both platoons are merged into one.
Concerning the longitudinal performance, Figure 14a shows Second 15 when Platoon A behind Platoon B decelerates to open the gap. Figure 14b shows that at around Second 23, Platoon B decelerates using as a reference the projection of the vehicle leader of Platoon A and positioning parallel to the space opened by Platoon A. At Second 28, the longitudinal reference is switched to that generated by MPC, to execute the lane-change. At Second 39, Platoon B finishes the lane-change and switches back to the CACC longitudinal reference, adjusting the position in the newly formed Platoon C.
Regarding the time gap, it can be observed in Figure 14c, that the gap among vehicles opened up until h F i n a l was reached without amplification. Figure 14d shows the vehicles in Platoon B, incrementing the gap between them and the virtual vehicle until the lane-change position is achieved. Once the lane-change has finished, the vehicles adopted as references the vehicles in front of them.
Finally, once the merge was complete, Figure 15a shows that between Seconds 39 and 45, the vehicles closed the gaps. Nevertheless, the merge was completed successfully, and the fact that the vehicles needed to adjust their positioning indicates they did not merge into the expected position. After the vehicles stabilized in the lane, different speed changes were introduced to show the correct performance of the CACC, not amplifying the changes while maintaining the references. In Figure 15, in the last 10 s, when a sudden brake is implemented in Vehicle 1, the actual time gap between Vehicle 1 and Vehicle 2 goes to infinity. The main reason is due to the relation used to obtain the value; however, this behavior does not affect the performance of the platoon, as can be seen in the rest of the vehicles, where the progression from their current speed to zero is achieved smoothly.
Regarding the lateral performance of Platoon B during the merging, in Figure 16a at Second 26, the lane-change maneuver begins, so the boundaries are modified to allow the change in the reference. Once Platoon B is in the other lane, the reference is set to 0 m and starts using the trajectory followed by Platoon A. Additionally, it can be observed that, since both vehicles perform the maneuver at the same time and have equal dynamics, there is no difference in the lance change execution. Figure 16b,c shows the lateral error and angular error. The peaks values are 4.5 m and 7 . 27 , respectively. Moreover, the progression of both variables shows the comfort of the maneuver. Nevertheless, due to ensuring comfort and safety in the maneuver, the lane-change process takes 12 s, a value that is almost an average (1 s to 13.33 s [49]).
Overall, the approach implemented was considered a good solution, ensuring safety without amplifying speed changes in the process. However, the time it took to execute the maneuvers can be improved, as well as the positioning of the vehicles, once the lane-change is finished. In future works, these aspects will be addressed, as well as a real implementation using Renault Twizy 80 vehicles, since the simulator used allows a reliable vehicle representation.

5. Conclusions

This paper presents an approach to overcome the cooperative lane-merging maneuver. The combination of a trajectory algorithm based on hybrid planning (Bézier curves and MPC) to deal with the lane-change with a car-following algorithm composed of a feed-back/feed-forward controller was proposed.
The simulations of two platoons were carried out with the AUDRIC/Dynacar environment, showing the good performance of the strategy. Platoon B safely merged into the other lane, by positioning parallel to the gap opened by Platoon A and executing a smooth lane-change without any perturbations. This decentralized method required low computational cost without depending on the platoon’s leaders.
In the approach, five vehicles were used, but it is not limited to that amount, since no amplification in the speed changes is present. However, the proposed approach can be improved in the future, reducing the time in which the lane-change is executed and the positioning of the vehicles once the lane-change is finished, so no adjustments would be necessary, especially if more demanding scenarios were present.
Concluding the work, the approach sets the basis for future implementations considering other merging-related scenarios. It possesses a planning capable of taking into account different road components, as well as executing different maneuvers, alongside a CACC algorithm that allows the manipulation of the vehicle gaps without propagating speed changes. Therefore, future works include: (i) setting a minimum speed during the gap-opening process to avoid the possible stopping of the last vehicle if considering a large number of vehicles per platoon, (ii) algorithm adaptation to perform CACC in curved scenarios such as roundabouts, (iii) improving the car-following strategy to allow the merging of vehicles with different dynamics, and (iv) executing the maneuver in a real scenario with V2X communications.

Author Contributions

Investigation, C.H., R.L., C.F. and J.P.R.; Methodology, C.H., R.L. and C.F.; Software, C.H. and R.L.; Supervision, J.P.R.; Validation, C.H.; Writing—original draft, C.H., R.L., C.F. and J.P.R.; Writing—review and editing, C.H., R.L., C.F. and J.P.R. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported by the European Project SHOW from the Horizon 2020 program under Grant Agreement No. 875530.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Acknowledgments

This research was supported by the European Project SHOW from the Horizon 2020 program under Grant Agreement No. 875530.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Koźlak, A.; Wach, D. Causes of traffic congestion in urban areas. Case of Poland. In Proceedings of the SHS Web of Conferences, EDP Sciences, Samara, Russia, 26–27 November 2018; Volume 57, p. 01019. [Google Scholar]
  2. Guo, Y.; Tang, Z.; Guo, J. Could a Smart City Ameliorate Urban Traffic Congestion? A Quasi-Natural Experiment Based on a Smart City Pilot Program in China. Sustainability 2020, 12, 2291. [Google Scholar] [CrossRef] [Green Version]
  3. Zhang, X.; Jarrett, D.F. Stability analysis of the classical car-following model. Transp. Res. Part B Methodol. 1997, 31, 441–462. [Google Scholar] [CrossRef]
  4. van den Broek, T.H.; Ploeg, J.; Netten, B.D. Advisory and autonomous cooperative driving systems. In Proceedings of the 2011 IEEE International Conference on Consumer Electronics (ICCE), Las Vegas, NV, USA, 9–12 January 2011; pp. 279–280. [Google Scholar]
  5. Naus, G.J.; Vugts, R.P.; Ploeg, J.; van De Molengraft, M.J.; Steinbuch, M. String-stable CACC design and experimental validation: A frequency-domain approach. IEEE Trans. Veh. Technol. 2010, 59, 4268–4279. [Google Scholar] [CrossRef]
  6. Gunter, G.; Gloudemans, D.; Stern, R.E.; McQuade, S.; Bhadani, R.; Bunting, M.; Delle Monache, M.L.; Lysecky, R.; Seibold, B.; Sprinkle, J.; et al. Are commercially implemented adaptive cruise control systems string stable? IEEE Trans. Intell. Transp. Syst. 2020. [Google Scholar] [CrossRef]
  7. Milanés, V.; Shladover, S.E.; Spring, J.; Nowakowski, C.; Kawazoe, H.; Nakamura, M. Cooperative adaptive cruise control in real traffic situations. IEEE Trans. Intell. Transp. Syst. 2013, 15, 296–305. [Google Scholar] [CrossRef] [Green Version]
  8. Flores, C.; Merdrignac, P.; de Charette, R.; Navas, F.; Milanés, V.; Nashashibi, F. A cooperative car-following/emergency braking system with prediction-based pedestrian avoidance capabilities. IEEE Trans. Intell. Transp. Syst. 2018, 20, 1837–1846. [Google Scholar] [CrossRef] [Green Version]
  9. van Nunen, E.; Verhaegh, J.; Silvas, E.; Semsar-Kazerooni, E.; van de Wouw, N. Robust model predictive cooperative adaptive cruise control subject to V2V impairments. In Proceedings of the 2017 IEEE 20th International Conference on Intelligent Transportation Systems (ITSC), Yokohama, Japan, 16–19 October 2017; pp. 1–8. [Google Scholar]
  10. Chen, X.; Xu, B.; Qin, X.; Bian, Y.; Hu, M.; Sun, N. Non-Signalized Intersection Network Management With Connected and Automated Vehicles. IEEE Access 2020, 8, 122065–122077. [Google Scholar] [CrossRef]
  11. Zhu, Y.; Zhao, D.; Zhong, Z. Adaptive optimal control of heterogeneous CACC system with uncertain dynamics. IEEE Trans. Control. Syst. Technol. 2018, 27, 1772–1779. [Google Scholar] [CrossRef]
  12. Bian, Y.; Li, S.E.; Ren, W.; Wang, J.; Li, K.; Liu, H.X. Cooperation of multiple connected vehicles at unsignalized intersections: Distributed observation, optimization, and control. IEEE Trans. Ind. Electron. 2019, 67, 10744–10754. [Google Scholar] [CrossRef]
  13. Liu, H.; Kan, X.; Shladover, S.E.; Lu, X.Y.; Ferlis, R.E. Impact of cooperative adaptive cruise control on multilane freeway merge capacity. J. Intell. Transp. Syst. 2018, 22, 263–275. [Google Scholar] [CrossRef]
  14. Shladover, S.E.; Su, D.; Lu, X.Y. Impacts of cooperative adaptive cruise control on freeway traffic flow. Transp. Res. Rec. 2012, 2324, 63–70. [Google Scholar] [CrossRef] [Green Version]
  15. Bevly, D.; Cao, X.; Gordon, M.; Ozbilgin, G.; Kari, D.; Nelson, B.; Woodruff, J.; Barth, M.; Murray, C.; Kurt, A.; et al. Lane change and merge maneuvers for connected and automated vehicles: A survey. IEEE Trans. Intell. Veh. 2016, 1, 105–120. [Google Scholar] [CrossRef]
  16. Rios-Torres, J.; Malikopoulos, A.A. Automated and cooperative vehicle merging at highway on-ramps. IEEE Trans. Intell. Transp. Syst. 2016, 18, 780–789. [Google Scholar] [CrossRef]
  17. Zhao, L.; Malikopoulos, A.; Rios-Torres, J. Optimal control of connected and automated vehicles at roundabouts: An investigation in a mixed-traffic environment. IFAC-PapersOnLine 2018, 51, 73–78. [Google Scholar] [CrossRef]
  18. Ploeg, J.; Semsar-Kazerooni, E.; Medina, A.I.M.; de Jongh, J.F.; van de Sluis, J.; Voronov, A.; Englund, C.; Bril, R.J.; Salunkhe, H.; Arrúe, Á.; et al. Cooperative automated maneuvering at the 2016 grand cooperative driving challenge. IEEE Trans. Intell. Transp. Syst. 2017, 19, 1213–1226. [Google Scholar] [CrossRef] [Green Version]
  19. Petrov, P.; Nashashibi, F. Adaptive steering control for autonomous lane change maneuver. In Proceedings of the 2013 IEEE Intelligent Vehicles Symposium (IV), Gold Coast, Australia, 23–26 June 2013; pp. 835–840. [Google Scholar]
  20. Hu, X.; Sun, J. Trajectory optimization of connected and autonomous vehicles at a multilane freeway merging area. Transp. Res. Part Emerg. Technol. 2019, 101, 111–125. [Google Scholar] [CrossRef]
  21. Parra, I.; García-Morcillo, A.; Izquierdo, R.; Alonso, J.; Fernández-Llorca, D.; Sotelo, M.A. Analysis of ITS-G5A V2X communications performance in autonomous cooperative driving experiments. In Proceedings of the 2017 IEEE Intelligent Vehicles Symposium (IV), Redondo Beach, CA, USA, 11–14 June 2017; pp. 1899–1903. [Google Scholar]
  22. Englund, C.; Chen, L.; Ploeg, J.; Semsar-Kazerooni, E.; Voronov, A.; Bengtsson, H.H.; Didoff, J. The grand cooperative driving challenge 2016: boosting the introduction of cooperative automated vehicles. IEEE Wirel. Commun. 2016, 23, 146–152. [Google Scholar] [CrossRef] [Green Version]
  23. Sancar, F.E. Adaptive Cooperative Highway Platooning and Merging. Doctoral Thesis, University of Waterloo, Waterloo, ON, Canada, 2017. [Google Scholar]
  24. Sun, L.; Peng, C.; Zhan, W.; Tomizuka, M. A Fast Integrated Planning and Control Framework for Autonomous Driving via Imitation Learning. In Proceedings of the Dynamic Systems and Control Conference, Atlanta, GA, USA, 30 September–3 October 2018. [Google Scholar]
  25. Claussmann, L.; Revilloud, M.; Gruyer, D.; Glaser, S. A Review of Motion Planning for Highway Autonomous Driving. IEEE Trans. Intell. Transp. Syst. 2020, 21, 1826–1848. [Google Scholar] [CrossRef] [Green Version]
  26. Hidalgo, C.; Lattarulo, R.; Pérez, J.; Asua, E. Hybrid trajectory planning approach for roundabout merging scenarios. In Proceedings of the 2019 IEEE International Conference on Connected Vehicles and Expo (ICCVE), Graz, Austria, 4–8 November 2019; pp. 1–6. [Google Scholar]
  27. Garrido, F.; González, L.; Milanés, V.; Rastelli, J.P.; Nashashibi, F. A Two-Stage Real-Time Path Planning: Application to the Overtaking Manuever. IEEE Access 2020, 8, 128730–128740. [Google Scholar] [CrossRef]
  28. Lattarulo, R.; Pérez, J.; Dendaluce, M. A complete framework for developing and testing automated driving controllers. IFAC-PapersOnLine 2017, 50, 258–263. [Google Scholar] [CrossRef]
  29. Lattarulo, R.; He, D.; Pérez, J. A linear model predictive planning approach for overtaking manoeuvres under possible collision circumstances. In Proceedings of the 2018 IEEE Intelligent Vehicles Symposium (IV), Changshu, China, 26–30 June 2018; pp. 1340–1345. [Google Scholar]
  30. Ploeg, J.; Shukla, D.P.; van de Wouw, N.; Nijmeijer, H. Controller synthesis for string stability of vehicle platoons. IEEE Trans. Intell. Transp. Syst. 2013, 15, 854–865. [Google Scholar] [CrossRef] [Green Version]
  31. Swaroop, D. String Stability of Interconnected Systems: An Application to Platooning in Automated Highway Systems. 1997. Available online: https://escholarship.org/uc/item/86z6h1b1 (accessed on 15 March 2021).
  32. Lattarulo, R.; Marcano, M.; Pérez, J. Overtaking maneuver for automated driving using virtual environments. In Computer Aided Systems Theory; Springer: Berlin/Heidelberg, Germany, 2017; pp. 446–453. [Google Scholar] [CrossRef]
  33. Hidalgo, C.; Lattarulo, R.; Pérez, J.; Asua, E. Intelligent Longitudinal Merging Maneuver at Roundabouts Based on Hybrid Planning Approach. In International Conference on Computer Aided Systems Theory; Springer: Berlin/Heidelberg, Germany, 2019; pp. 129–136. [Google Scholar]
  34. Parra, A.; Rodríguez, A.J.; Zubizarreta, A.; Pérez, J. Validation of a Real-Time Capable Multibody Vehicle Dynamics Formulation for Automotive Testing Frameworks Based on Simulation. IEEE Access 2020, 8, 213253–213265. [Google Scholar] [CrossRef]
  35. Cuadrado, J.; Vilela, D.; Iglesias, I.; Martín, A.; Peña, A. A multibody model to assess the effect of automotive motor in-wheel configuration on vehicle stability and comfort. In Proceedings of the ECCOMAS Multibody Dynamics, Zagreb, Croatia, 1–4 July 2013. [Google Scholar]
  36. Matute-Peaspan, J.A.; Zubizarreta-Pico, A.; Diaz-Briceno, S.E. A Vehicle Simulation Model and Automated Driving Features Validation for Low-Speed High Automation Applications. IEEE Trans. Intell. Transp. Syst. 2020. [Google Scholar] [CrossRef]
  37. Pérez, J.; Godoy, J.; Villagrá, J.; Onieva, E. Trajectory generator for autonomous vehicles in urban environments. In Proceedings of the 2013 IEEE International Conference on Robotics and Automation, Karlsruhe, Germany, 6–10 May 2013; pp. 409–414. [Google Scholar]
  38. Pérez, J.; Nashashibi, F.; Lefaudeux, B.; Resende, P.; Pollard, E. Autonomous docking based on infrared system for electric vehicle charging in urban areas. Sensors 2013, 13, 2645–2663. [Google Scholar] [CrossRef] [Green Version]
  39. Lattarulo, R.; Pérez Rastelli, J. A Hybrid Planning Approach Based on MPC and Parametric Curves for Overtaking Maneuvers. Sensors 2021, 21, 595. [Google Scholar] [CrossRef] [PubMed]
  40. Villagra, J.; Milanés, V.; Pérez, J.; Godoy, J. Smooth path and speed planning for an automated public transport vehicle. Robot. Auton. Syst. 2012, 60, 252–265. [Google Scholar] [CrossRef]
  41. González, D.; Pérez, J.; Lattarulo, R.; Milanés, V.; Nashashibi, F. Continuous curvature planning with obstacle avoidance capabilities in urban scenarios. In Proceedings of the 17th International IEEE Conference on Intelligent Transportation Systems (ITSC), Qingdao, China, 8–11 October 2014; pp. 1430–1435. [Google Scholar]
  42. González, D.; Pérez, J.; Milanés, V.; Nashashibi, F. A review of motion planning techniques for automated vehicles. IEEE Trans. Intell. Transp. Syst. 2016, 17, 1135–1145. [Google Scholar] [CrossRef]
  43. Godoy, J.; Artuñedo, A.; Villagra, J. Self-generated osm-based driving corridors. IEEE Access 2019, 7, 20113–20125. [Google Scholar] [CrossRef]
  44. Artuñedo, A.; Godoy, J.; Villagra, J. A primitive comparison for traffic-free path planning. IEEE Access 2018, 6, 28801–28817. [Google Scholar] [CrossRef]
  45. Lattarulo, R.; González, L.; Martí, E.; Matute, J.; Marcano, M.; Pérez, J. Urban Motion Planning Framework Based on N-Bézier Curves Considering Comfort and Safety. J. Adv. Transp. 2018, 2018. [Google Scholar] [CrossRef]
  46. Milanés, V.; Shladover, S.E. Modeling cooperative and autonomous adaptive cruise control dynamic responses using experimental data. Transp. Res. Part Emerg. Technol. 2014, 48, 285–300. [Google Scholar] [CrossRef] [Green Version]
  47. Flores, C.; Milanés, V.; Nashashibi, F. Using fractional calculus for cooperative car-following control. In Proceedings of the 2016 IEEE 19th International Conference on Intelligent Transportation Systems (ITSC), Rio de Janeiro, Brazil, 1–4 November 2016; pp. 907–912. [Google Scholar]
  48. Swaroop, D.; Rajagopal, K. A review of constant time headway policy for automatic vehicle following. In Proceedings of the ITSC 2001. 2001 IEEE Intelligent Transportation Systems. Proceedings (Cat. No. 01TH8585), Oakland, CA, USA, 25–29 August 2001; pp. 65–69. [Google Scholar]
  49. Toledo, T.; Zohar, D. Modeling duration of lane changes. Transp. Res. Rec. 2007, 1999, 71–78. [Google Scholar] [CrossRef]
Figure 1. Illustration of the platoon merging maneuver as a sequence of steps, from top to bottom.
Figure 1. Illustration of the platoon merging maneuver as a sequence of steps, from top to bottom.
Sensors 21 02626 g001
Figure 2. Maneuver flow state chart.
Figure 2. Maneuver flow state chart.
Sensors 21 02626 g002
Figure 3. Control architecture with the merging decision block.
Figure 3. Control architecture with the merging decision block.
Sensors 21 02626 g003
Figure 4. Comparison between controllers.
Figure 4. Comparison between controllers.
Sensors 21 02626 g004
Figure 5. Comparative between the Simulink clock and the real-time clock with different configurations.
Figure 5. Comparative between the Simulink clock and the real-time clock with different configurations.
Sensors 21 02626 g005
Figure 6. Hybrid trajectory planning block diagram.
Figure 6. Hybrid trajectory planning block diagram.
Sensors 21 02626 g006
Figure 7. Lane-change planning example.
Figure 7. Lane-change planning example.
Sensors 21 02626 g007
Figure 8. CACC scheme.
Figure 8. CACC scheme.
Sensors 21 02626 g008
Figure 9. CACC block diagram.
Figure 9. CACC block diagram.
Sensors 21 02626 g009
Figure 10. Delay vs. minimum time gap analysis.
Figure 10. Delay vs. minimum time gap analysis.
Sensors 21 02626 g010
Figure 11. String stability frequency analysis.
Figure 11. String stability frequency analysis.
Sensors 21 02626 g011
Figure 12. Maneuver simulation.
Figure 12. Maneuver simulation.
Sensors 21 02626 g012
Figure 13. Vehicle position during the maneuver.
Figure 13. Vehicle position during the maneuver.
Sensors 21 02626 g013
Figure 14. Platoon longitudinal performance during merging.
Figure 14. Platoon longitudinal performance during merging.
Sensors 21 02626 g014
Figure 15. Platoon C longitudinal performance.
Figure 15. Platoon C longitudinal performance.
Sensors 21 02626 g015
Figure 16. Platoon B: lateral performance during merging.
Figure 16. Platoon B: lateral performance during merging.
Sensors 21 02626 g016
Table 1. Benefits and downside of CACC and hybrid trajectory.
Table 1. Benefits and downside of CACC and hybrid trajectory.
BenefitsDisadvantage
CACCAllows short gaps between vehiclesNo actions/usage in the lateral component
Ease of handling the gap for cut-in, cut-out maneuvers
Easy implementationDifficult lateral displacement
Low computational cost
String stability guaranteed
Hybrid trajectoryActions in both longitudinal and lateral componentsAverage to high computational cost
Allows lateral maneuvers such as lane-change
Collision avoidance through projections of future statesNo short gaps allowed
Passenger comfort guaranteed
Easy-to-medium implementation
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Hidalgo, C.; Lattarulo, R.; Flores, C.; Pérez Rastelli, J. Platoon Merging Approach Based on Hybrid Trajectory Planning and CACC Strategies. Sensors 2021, 21, 2626. https://doi.org/10.3390/s21082626

AMA Style

Hidalgo C, Lattarulo R, Flores C, Pérez Rastelli J. Platoon Merging Approach Based on Hybrid Trajectory Planning and CACC Strategies. Sensors. 2021; 21(8):2626. https://doi.org/10.3390/s21082626

Chicago/Turabian Style

Hidalgo, Carlos, Ray Lattarulo, Carlos Flores, and Joshué Pérez Rastelli. 2021. "Platoon Merging Approach Based on Hybrid Trajectory Planning and CACC Strategies" Sensors 21, no. 8: 2626. https://doi.org/10.3390/s21082626

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

Article Metrics

Back to TopTop