CN110597245A - Automatic driving track-changing planning method based on quadratic planning and neural network - Google Patents

Automatic driving track-changing planning method based on quadratic planning and neural network Download PDF

Info

Publication number
CN110597245A
CN110597245A CN201910738135.0A CN201910738135A CN110597245A CN 110597245 A CN110597245 A CN 110597245A CN 201910738135 A CN201910738135 A CN 201910738135A CN 110597245 A CN110597245 A CN 110597245A
Authority
CN
China
Prior art keywords
vehicle
lane
changing
module
time
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201910738135.0A
Other languages
Chinese (zh)
Other versions
CN110597245B (en
Inventor
卫翀
李殊荣
马路
闫学东
邵春福
王莹
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Jiaotong University
Original Assignee
Beijing Jiaotong University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Jiaotong University filed Critical Beijing Jiaotong University
Priority to CN201910738135.0A priority Critical patent/CN110597245B/en
Publication of CN110597245A publication Critical patent/CN110597245A/en
Application granted granted Critical
Publication of CN110597245B publication Critical patent/CN110597245B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course or altitude of land, water, air, or space vehicles, e.g. automatic pilot
    • G05D1/02Control of position or course in two dimensions

Abstract

The invention belongs to the field of intelligent transportation, and provides an automatic driving track-changing planning method based on quadratic programming and a neural network. The invention utilizes the information perception module to obtain the driving information of the lane changing vehicle and the vehicles around the lane changing vehicle; based on the vehicle running information, a transverse deviation recommending module gives a transverse deviation value so as to determine starting and ending point position information of the lane changing vehicle; based on the vehicle running information and the transverse deviation as input, the path planning module calculates a plane coordinate system static lane changing path of the lane changing vehicle; and finally, the track planning module gives out the change rule of the track changing vehicles and the motion tracks of the surrounding vehicles along with time, and the goal of planning the track changing process is completed. The invention can comprehensively consider the movement tracks of the lane changing vehicle and the vehicles around the lane changing vehicle on the premise of ensuring the safety of the lane changing vehicle, utilizes quadratic programming to quickly solve, and improves the speed and the comfort degree of the lane changing process, thereby meeting the requirements of automatic driving on the optimization of the lane changing subtask and the rapidity of solving.

Description

Automatic driving track-changing planning method based on quadratic planning and neural network
Technical Field
The invention relates to the field of intelligent transportation, in particular to an automatic driving track changing planning method based on quadratic programming and a neural network.
Background
With the progress of urbanization in China, traffic accidents and traffic jam caused by the rapid increase of urban vehicles are further aggravated. The automatic driving shows great potential in the aspects of reducing traffic accidents, relieving traffic jam and the like, and becomes a research hotspot of various automobile manufacturers. The lane changing behavior is one of basic behaviors in vehicle running, and research on the lane changing behavior is of great significance for improving the intelligent driving level of vehicles and increasing the road traffic capacity.
The lane change trajectory planning refers to that the vehicle calculates a space-time driving trajectory in a given future time period by comprehensively considering factors such as the position, the speed and the acceleration of the vehicle and surrounding vehicles in order to acquire the speed advantage or due to driving requirements and the like so as to ensure that the lane change behavior is smoothly and safely carried out. In general, the lane change process is divided into three phases: firstly, information perception is achieved, namely position, speed, acceleration and other information of a vehicle and surrounding vehicles are obtained through hardware facilities such as a sensor or V2I, and bottom layer input is conducted on a track planning process; secondly, planning a track, and calculating space-time track information in a given time period in the future based on the sensed information, wherein the space-time track information can be further represented as space position information and speed information changing along with time; and finally, for executing lane change, the vehicle completes a lane change task along the planned space-time trajectory based on the control module at the bottom layer. The track changing process is comprehensively considered, and the track changing track planning can be clearly characterized by the following remarkable characteristics: the control process has the disadvantages of complex consideration, large calculation amount and high real-time requirement.
The existing method for planning the track change track mainly comprises the following steps: a combination method and a mathematical programming method. The combination method can realize the track planning of the automatic driving vehicle in the real world by combining the grid division and the fast random search tree method. The combination method has been successfully applied to a plurality of actual projects, and stable space-time trajectories can be calculated in the automatic driving lane changing process. However, the combined method cannot realize the optimal search of the planned track, and simultaneously, comfort and safety constraints in the lane changing track are not considered in the method, so that certain defects exist in the real-time safety interaction of the lane changing vehicle and the surrounding vehicle information.
At present, scholars at home and abroad use a mathematical programming method to research the track changing planning problem of automatic vehicles. A mathematical programming method is provided, constraint conditions are established according to the comfort and safety of passengers, and an optimization model of an objective function is established according to the speed, the comfort and the like so as to plan a space-time trajectory in the lane changing process. In the process of solving the track changing track by using mathematical programming, in order to ensure the safety of the track changing process, a plurality of researches introduce a rectangle to describe the vehicle outline or a circle to describe the vehicle outline, and construct a series of non-convex constrained optimization problems. However, for the non-convex optimization problem, a set of standard and rapid solving method is not available at present, a multi-purpose heuristic algorithm is used for solving, and the requirements on absolute safety and real-time performance of lane change tracks in automatic driving cannot be met.
Disclosure of Invention
Aiming at the technical problems, the invention provides an automatic driving lane change trajectory planning method based on quadratic programming and a neural network, which can provide space-time trajectory support for realizing a lane change subtask in automatic driving by constructing an information perception module, a transverse deviation recommendation module, a path planning module and a trajectory planning module, and further ensure the stability, safety and comfort in the lane change process.
The method of the invention assumes that all vehicles run on a straight road, wherein the lane-changing vehicle target is changed to the target lane through the current lane, thereby completing the lane-changing behavior. In the invention, the lane where the lane changing vehicle is located is defined as a current lane, and the lane where the lane changing vehicle is to change is named as a target lane; the lane-changing vehicle is named as a lane-changing vehicle 0 (vehicle 0), a vehicle which is on the same current lane as the lane-changing vehicle 0 but is before the lane-changing vehicle is named as a vehicle 1 (vehicle 1) in front of the current lane, a vehicle which is on the target lane after the lane-changing vehicle 0 is named as a vehicle 2 (vehicle 2) behind the target lane, and a vehicle on the target lane before the lane-changing vehicle is named as a vehicle 3 (vehicle 3) in front of the target lane.
In the invention, a lane changing vehicle 0 is assumed, and the acceleration and deceleration of the lane changing vehicle is influenced by a vehicle 1 in the current lane in the lane changing process; during the lane changing process, the vehicle 0 is also affected by the vehicles 2 and 3 of the target lane, and the vehicle 2 can actively decelerate if necessary to ensure the safety of the vehicle 0 during the lane changing process.
The invention is realized by the following technical scheme:
an automatic driving track-changing planning method based on quadratic programming and a neural network comprises the following steps:
the method comprises the steps that driving information of lane changing vehicles and surrounding vehicles about positions, speeds, accelerations and jerks is obtained through an information sensing module;
the method comprises the steps that transverse deviation of a horizontal coordinate of a lane changing vehicle at the end of a lane changing path is obtained through a transverse deviation recommending module, so that the position of the lane changing vehicle at the end of the lane changing path is obtained, and basic input is provided for a path planning module;
based on the vehicle running information acquired by the information perception module and the transverse offset given by the transverse offset recommendation module, a path planning module is used for establishing a path model of a quintic polynomial for the lane change vehicle, a constraint condition of a start point and an end point of a lane change path is established, a Gaussian elimination method is adopted for solving a simultaneous equation set, parameters of the quintic polynomial are obtained, and a path with the given optimal transverse offset is generated;
discretizing the track planning time period through a track planning module to obtain a plurality of sub time periods, establishing driving distance, speed, acceleration and jerk variables in different sub time periods, taking kinematic constraint, anti-collision constraint, target lane rear vehicle jerk constraint and following model constraint as constraint conditions, taking the minimum jerk and the driving distance as objective functions, and solving by using a quadratic programming method to obtain track information of lane changing vehicles.
Further, the information sensing module obtains the position, speed and acceleration driving information of the lane-changing vehicle 0, the vehicle 1 in front of the current lane, the vehicle 2 behind the target lane and the vehicle 3 in front of the target lane, namely the vehicle 0, the vehicle 1, the vehicle 2 and the vehicle 3:
the travel information of the vehicle k at time t equal to 0 is represented as:
vehk,t=0,k={0,1,2,3}
vehk,t=0=[xk,t=0,yk,t=0,vk,t=0,ak,t=0,jk,t=0];
wherein xk,t=0,yk,t=0,vk,t=0,ak,t=0,jk,t=0An abscissa value, an ordinate value, a velocity, an acceleration, and a jerk representing the vehicle k at time t ═ 0, respectively;
when the time t is equal to 0, the vehicle 0 and the vehicle 1 are in the current lane, the vehicles 2 and 3 are in the target lane, a coordinate system is established by taking the current lane as a reference, D is the width of a single lane, and the position relation of the vehicles 0, 1, 2 and 3 is as follows:
further, the transverse deviation recommending module gives the transverse deviation delta x of the lane changing vehicle 0 at the end of the lane changing pathfFurther, the absolute coordinates of the lane change vehicle 0 at the time when the lane change path is completed, i.e., when t ═ f, are obtained:
x0,t=f=x0,t=0+Δxf,y0,t=f=D
wherein the lateral offset recommending module gives a lateral offset DeltaxfThe method comprises the following steps:
(1) generating a certain number of random scenes, wherein the random scenes comprise driving information veh of the lane-changing vehicle 0, the vehicle 1 in front of the current lane, the vehicle 2 behind the target lane and the vehicle 3 in front of the target lane at the initial momentk,t=0,k={0,1,2,3};
(2) Setting a lateral offset DeltaxfHas a lower bound of av0,t=0The upper bound is bv3,t=0Wherein a and b are time-dependent variables;
will interval [ av0,t=0,bv3,t=0]Evenly equally spaced into NxPortions for each portion thereof Inputting a path planning module and a track planning module, and solving an objective function value by adopting a quadratic form planning model established by an objective function moduleWherein the content of the first and second substances,traversing i ∈ [0, N ]x]To obtain a minimum objective function ziCorresponding toLet the minimum objective function ziCorresponding toFor optimum lateral offset deltaxfNamely:
construction of vehicle-integrated driving information veh0,t=0,veh1,t=0,veh2,t=0,veh3,t=0]For input, the optimum lateral offset Δ xfIs the output sample;
(3) collecting data including a certain number of random scenes and optimal lateral deviation to construct a training set and a testing set; the neural network is adopted for training, so that a certain special random scene is given, and a target of transverse deviation is given quickly through neural network prediction.
Further, the path planning module formulates a path model of a fifth-order polynomial established for the path of the lane-changing vehicle, wherein the path model is expressed as:
in the formula, x0,t,y0,tRespectively indicates that the lane-change vehicle 0 is in the time period t ═ 0, f]T ═ 0 represents the start time of road changing path, t ═ f represents the end time of road changing path; alpha is alphaiIs a parameter of a fifth order polynomial i ∈ [0, 1, 2, 3, 4, 5 ∈ [ ]];
αiThe method can solve corresponding values by a Gaussian elimination method through vehicle information of a starting time t-0 and an ending time t-f of a lane changing path of a lane changing vehicle 0, and specifically comprises the following steps:
the state equation of lane-changing vehicle 0 at start time t-0 and end time t-f is as follows:
wherein tau is0,t,κ0,tRespectively representing the derivative and curvature of the lane-change vehicle 0 at different times t, according to the requirement of the stability of the lane changing process, the path derivative and the curvature at the initial time t ═ 0 and the end time t ═ f of the lane changing are as follows: tau is0,t=0=0,κ0,t=0=0,τ0,t=f=0,κ0,t=f=0;
Solving simultaneous equations by adopting a Gaussian elimination method to obtain a parameter alpha of a fifth-order polynomialiGenerating a given optimal lateral offset DeltaxfThe path of (2).
Further, the trajectory planning module is used for giving the running information of the lane changing vehicle 0 and the running information of the rear vehicle 2 of the target lane, which change along with time;
the track planning module plans the track for a time period [0, tmax]Discretized into I sub-periods, the ith time being denoted tiWherein I belongs to {0, 1, 2.., I }; wherein the length of the neutron time interval is t ═ tmax/I;
Suppose that the time period t is plannedmaxKnowing, the lane change time f is unknown; by sdIndicated during the planned time period tmaxInner farthest possible distance, sfRepresents the lane change path distance in the lane change time f, denoted by sfTo sdThe driving process of (2) is called as changing the road path extension area, then:
the trajectory planning module comprises a variable determination module, a constraint construction module, an objective function construction module and a quadratic programming solving module; the constraint construction module comprises a kinematics constraint module, an anti-collision constraint module, a target lane rear vehicle 2 jerk constraint module and a following model constraint module;
constructing, by the variable determination module, the following variables: travel distance s of lane-change vehicle 00,iVelocity v0,iAcceleration a0,iImpact j0,iJerk j of rear vehicle 2 of target lane2Lane changing vehicle 0 acceleration penalty term delta a0,I(ii) a Respectively constructing a kinematic constraint condition, an anti-collision constraint condition, a target lane rear vehicle 2 impact degree constraint condition and a following model constraint condition through a kinematic constraint module, an anti-collision module, a target lane rear vehicle 2 impact degree constraint module and a following model constraint module in the constraint construction module(ii) a And constructing an objective function through the objective function construction module, and solving the track information of the lane changing vehicle through the quadratic programming solving module.
Further, the kinematic constraint module is used for establishing a driving distance s of the lane changing vehicle 00,iVelocity v0,iAcceleration a0,iAnd acceleration a0,iThe kinematic constraint is constructed as:
Δt=tmaxi is the length of the sub-period;
during a lane change of the vehicle, the speed v of the lane change vehicle 00,iAcceleration a0,iJerk j0,iMust not be out of a certain range, and is constrained by the following inequality:
0<v0,i<vub,i=1,2,...,I
alb<a0,i<aub,i=1,2,...,I
jlb<j0,i<jub,i=1,2,...,I
wherein vub, aub and jub respectively represent the running speed v of the lane-changing vehicle 00,iAcceleration a0,iJerk j0,iRespectively, alb, jlb represent the acceleration a of the vehicle0,iJerk j0,iThe lower limit of (d);
the target lane rear vehicle 2 jerk constraint module is used for taking jerk of the target lane rear vehicle 2 in the lane changing process along with the lane changing vehicle 0 as a variable, further obtaining a motion track of the target lane rear vehicle 2, and reflecting the interaction behavior of the lane changing vehicle 0 and the target lane rear vehicle 2 in the lane changing process;
the kinematic constraint of the rear vehicle 2 of the target lane is constructed as follows:
jlb<j2<jub
alb<a2,I<aub
v2,I>0
in the formula, a2,IPlanning the end time t for the trajectoryIAcceleration of the vehicle 2 behind the target lane, a2,I=a2,0+j2tI;v2,IPlanning the end time t for the trajectoryIThe speed of the vehicle 2 behind the target lane,
further, the anti-collision constraint module is used for preventing the absolute distance between the lane changing vehicle 0 and the surrounding vehicles from being too small so as to avoid the occurrence of dangerous conditions; the vehicles around the lane changing vehicle 0 comprise a front vehicle 1 in the current lane, a rear vehicle 2 in the target lane and a front vehicle 3 in the target lane;
(1) the collision avoidance constraint construction is represented as:
sf<s0,I<sd
x1,i-xb1,i-0.5vehl1>0,i=1,2,...,I
xb2,i-x2,i-0.5vehl2>0,i=1,2,...,I
x3,i-xb3,i-0.5vehl3>0,i=1,2,...,I
in the formula, xb1,i、xb2,iAnd xb3,iRespectively at time tiCollision points of the lane-changing vehicle 0 with a front vehicle 1 of a current lane, a rear vehicle 2 of a target lane and a front vehicle 3 of the target lane; vehl1、vehl2And vehl3The lengths of a front vehicle 1 of a current lane, a rear vehicle 2 of a target lane and a front vehicle 3 of the target lane are respectively set; x is the number of1,i、x2,iAnd x3,iRespectively showing the vehicle 1 in front of the current lane, the vehicle 2 behind the target lane and the vehicle 3 in front of the target lane at the time tiThe center of (a); wherein the front vehicle 1 of the current lane, the rear vehicle 2 of the target lane and the front vehicle 3 of the target lane are at the moment tiThe center of (1) is:
the front vehicle 1 of the current lane and the front vehicle 3 of the target lane are ahead of the lane-changing vehicle 0 in the track planning time period [0, t ]max]In the method, the law of motion of the vehicle 1 in front of the current lane and the vehicle 3 in front of the target lane can obtain information veh with t equal to 0 from the initial time1,t=0,veh3,t=0Calculating to obtain; the target lane rear vehicle 2 is behind the lane change vehicle 0, and based on the interactive consideration of the lane change process, the motion rule of the target lane rear vehicle 2 is the information veh obtained by the initial time t being 02,t=0Sum variable vehicle 2 jerk j2Jointly calculating to obtain;
(2) collision point xb in collision avoidance constraints1,i、xb2,iAnd xb3,iCan be driven by the lane-changing vehicle 0 for a distance s0,iSpecifically, the method comprises the following steps:
the collision point of the lane-change vehicle 0 is at time tiIn the discontinuous change of the lane changing process, uniformly and discretely taking L samples, wherein in each sample L, the driving distance of a lane changing vehicle 0 is s0,lAnd for each subsample L epsilon L through the path model in the path planning module, obtaining the driving distance s0,lAnd corresponding collision point xb1,l、xb2,lAnd xb3,l
For each s0,lDetermine its upper bound slb0,iAnd the lower boundary sub0,iBy using the upper bound slb0,iAnd the lower boundary sub0,iScreening of the subsample set L among L samplesiFor each subsample L ∈ LiThe running distance satisfies sub0,i<s0,l<slb0,i(ii) a Wherein, the upper boundary slb0,iAnd lower boundary sub0,iThe calculation formula of (2) is as follows:
slb0,i=v0,0ti
sub0,i=0.8v3,0ti
for each time period tiBased on the subsample set LiOn the abscissa xb of the impact point k1,i、xb2,iAnd xb3,iEstablishing a linear fit:
xbk,i=αk,ik,is0,ik,k=1,2,3
in the formula, the collision point k considers three outer end boundary points of the vehicle, and the abscissa of the collision point is xbk,iThe estimated value isαk,iRepresents truncation,. beta.k,iRepresents the slope, εkRepresenting the random error term when linearly fitting the collision point k; therefore, the abscissa xb of the collision point kk,iThe driving distance s of the lane-changing vehicle 0 can be used0,iEstimating:
introducing maximum absolute error term delta ek,iSo as to ensure the safety:
Δek,i=maxi(|xbk,ik,ik,is0,i|)li∈Li
using s0,iLinear fitting xbk,iAnd k is 1, 2, 3, establishing collision avoidance constraint:
x1,i-0.5vehl1-(α1,i1,is0,i+Δe1,i)>0,i=1,2,...,I
α2,i2,is0,i-Δe2,i-(x2,i+0.5vehl2)>0,i=1,2,...,I
x3,i-0.5vehl3-(α3,i3,is0,i+Δe3,i)>0,i=1,2,...,I
wherein the distance s is traveled0,lAnd corresponding collision point value xb1,l、xb2,lAnd xb3,lThe calculating method of (2):
will be interval [ x0,0,xd]Evenly divided into L parts to form a sample set L, and for each sample LlE.g. L, obtaining x through a path quintic polynomial function0,l,y0,l,s0,lBy passingCalculating to obtain the course angle of the lane-changing vehicle at the current momentBy changing the position of the vehicle (x)0,l,y0,l) And the course angle of the lane changing vehicle at the current momentAnd vehicle length vehl0Simplifying the lane-changing vehicle 0 into a rectangle to obtain the coordinates cx of four corners1,cx2,cx3,cx4And intersection cx of four sides and lane boundary5,cx6,cx7,cx8
Let point cx1,cx2,cx3,cx4,cx5,cx6,cx7,cx8Forming a point set omega, and respectively calculating a point cxqE.g. ordinate of ΩAnd the abscissaLet the set of points in the target lane be omegaUPoint set omegaUIn The set of points in the current lane is omegaLPoint set omegaLIn
Collision point xb1,l、xb2,lAnd xb3,lFrom cxqCalculating by epsilon to obtain:
further, the following model constraint module is used for completing the trajectory planning at the moment tIEnabling the rear vehicle 2 of the target lane and the lane changing vehicle 0 as well as the lane changing vehicle 0 and the front vehicle 3 of the target lane to meet a following model, and avoiding collision after the track planning is finished;
using the linear car following model of Pariotata, assuming car n is behind car n-1, the acceleration of car n needs to satisfy:
an=ω1(Δxn-Δx*)+ω2Δvn
in the formula,. DELTA.xnRepresents the distance, Δ x, between vehicle n and vehicle n-1n=xn-1-xn;ΔvnRepresents the speed difference between vehicle n and vehicle n-1, Δ vn=vn-1-vn;ω1,ω2,Δx*Parameters calibrated for the linear following model;
at the end time t of trajectory planningIThe lane change vehicle 0 and the target lane front vehicle 3 need to satisfy the following constraints on acceleration, distance, and speed difference:
a0,I≤ω1(x3,I-x0,I-0.5vehl3-0.5vehl0-Δx*)+ω2(v3,I-v0,I)
in the formula, v3,IRepresenting the front vehicle 3 of the target lane at the track planning end time tIVelocity v of3,I=v3,0+a3,0tI
x3,IRepresenting the front vehicle 3 of the target lane at the track planning end time tIThe abscissa of the (c) axis of the (c),
x0,Irepresenting the lane-changing vehicle 0 at the end of the trajectory planning time tIAbscissa of (a), x0,I=x0,f+s0,I-sf
At the end time t of trajectory planningIThe target lane rear vehicle 2 and the lane change vehicle 0 need to satisfy the following constraints on acceleration, distance, and speed difference:
a2,I≤ω1(x0,I-x2,I-0.5vehl0-0.5vehl2-Δx*)+ω2(v0,I-v2,I)
in the formula: x is the number of0,I-x2,IFor the vehicle 2 and the lane-changing vehicle 0 at the track planning end time tIThe distance of (d); position x of rear vehicle 2 of target lane2,IAnd velocity v2,IFrom jerk j of rear vehicle 2 of the target lane2And calculating to obtain:
further, the target function building module takes the lane changing vehicle 0 and the target lane rear vehicle 2 affected by lane changing as research objects, comprehensively considers safety, comfort and rapidness as targets, and builds a corresponding quadratic programming model:
in the formula, mu and lambda are respectively set parameters;
an objective function representing a spatio-temporal trajectory plan;
Δa0,I=a0,I-[ω1(x3,I-x0,I-0.5vehl3-0.5vehl0-Δx*)+ω2(v3,I-v0,I)]。
the invention has the beneficial effects that:
(1) the invention provides a method for rapidly solving a lane change space-time trajectory based on quadratic programming, and meanwhile, linear anti-collision constraint is established based on the driving information of lane change vehicles and surrounding vehicles. Therefore, the method can effectively guarantee the safety in the lane changing vehicle process, simultaneously establishes the anti-collision constraint as the linear constraint, further can utilize quadratic programming to solve, and effectively reduces the solving complexity and the calculated amount, thereby meeting the requirement of real-time rapidity of the solving process in automatic driving and providing effective guarantee for the engineering practice of the automatic driving lane changing subtask.
(2) In the traditional lane change track, the given lane change time and the speed of a vehicle near a lane change vehicle are generally assumed to meet certain conditions, but the time of the lane change process and the speed and the acceleration of the lane change vehicle and the surrounding vehicles are not mandatory when the lane change space-time track is calculated by the method. Therefore, the method is more suitable for real complex time-varying traffic conditions.
(3) The traditional combination method generally adopts the steps of generating a transverse offset set, generating a track changing track for each transverse offset, constructing a plurality of track changing tracks, optimizing a target function and determining an optimal track changing track. In addition, the traditional combination method adopts a traversal method, so that the optimal lane changing track can be determined, and the method is relatively stable; however, the combination method needs to provide multiple tracks for a certain amount of lateral deviation, and the calculation amount is large, so that the requirement of real-time performance of track changing track planning in engineering practice is not necessarily met. The method adopts a method of recommending the transverse deviation by the neural network, can quickly predict the optimal transverse deviation, and further directly provides the optimal lane changing track. The method for recommending the lateral deviation by the neural network can quickly predict the optimized lateral deviation so as to directly calculate the optimal track changing track, can remarkably reduce the calculated amount in the track changing track while ensuring the optimization performance of the track changing track, and provides convenience for the planning of the track changing track in engineering practice.
(4) The research of the traditional scheme focuses on the time period in the lane changing process, but the research of the state of the lane changing vehicle at the end of the trajectory planning is lacked. In a common lane change trajectory planning, during the transition from a lane change process to a following process of a vehicle, the acceleration of the lane change vehicle at the end of the trajectory planning may be too low, so that the distance between the lane change vehicle and a front vehicle is too large in the following process, thereby causing the waste of space-time efficiency, and the distance between the lane change vehicle and a rear vehicle is sharply reduced, so that danger is easily caused. The method of the invention comprehensively considers the following model and the lane changing process, establishes the restriction of the running state of the lane changing vehicle at the end of the track planning time, ensures the safe and stable running of the vehicle after the track planning is finished, ensures that some extreme situations can not occur after the track planning, and further provides the guarantee for the stable transition from the lane changing process to the following process of the lane changing vehicle.
(5) The method of the invention takes into account the interactivity of the lane-change vehicle with the following vehicle (vehicle 2). The method takes the jerk of a vehicle (vehicle 2) behind a target lane of a lane changing vehicle as a variable, and constructs a corresponding objective function and a constraint condition. Therefore, the method of the invention can consider the track changing track of the jerk variable of the vehicle 2, and further can check whether the current track changing track is within the acceptable capability of the vehicle 2, if the current track changing track is within the acceptable range, the jerk of the vehicle 2 is adjusted to provide convenience for the track changing process of the track changing vehicle, and the track changing process is ensured to be carried out safely and smoothly.
Therefore, the invention provides a feasible method, which expresses the vehicle safety constraint by using a linear function, so that a mature standard method for solving a linear convex function, namely quadratic programming can be utilized for solving, and the method can simultaneously meet the requirements of real-time performance and absolute safety in the track change planning in the automatic driving process.
Drawings
Fig. 1 is a schematic structural diagram of an automatic driving track-changing planning method based on quadratic programming and a neural network in an embodiment of the present invention;
FIG. 2 is a schematic diagram of a lane change process scenario in an embodiment of the present invention;
FIG. 3 is a schematic diagram of a track change path and a track change track according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of a collision point in the lane change process in the embodiment of the present invention;
FIG. 5 is a schematic diagram illustrating a solution of collision points during a lane change process according to an embodiment of the present invention;
FIG. 6 is a schematic diagram of a collision-resistant neutron sample construction during a lane change process in an embodiment of the present invention;
fig. 7 is a schematic diagram of a neural network structure according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
On the contrary, the invention is intended to cover alternatives, modifications, equivalents and alternatives which may be included within the spirit and scope of the invention as defined by the appended claims. Furthermore, in the following detailed description of the present invention, certain specific details are set forth in order to provide a better understanding of the present invention. It will be apparent to one skilled in the art that the present invention may be practiced without these specific details.
The embodiment of the invention provides an automatic driving track-changing planning method based on quadratic programming and a neural network, which is characterized by comprising the following steps of:
the method comprises the steps that driving information of lane changing vehicles and surrounding vehicles about positions, speeds, accelerations and jerks is obtained through an information sensing module;
the method comprises the steps that transverse deviation of a horizontal coordinate of a lane changing vehicle at the end of a lane changing path is obtained through a transverse deviation recommending module, so that the position of the lane changing vehicle at the end of the lane changing path is obtained, and basic input is provided for a path planning module;
based on the vehicle running information acquired by the information perception module and the transverse offset given by the transverse offset recommendation module, a path planning module is used for establishing a path model of a quintic polynomial for the lane change vehicle, a constraint condition of a start point and an end point of a lane change path is established, a Gaussian elimination method is adopted for solving a simultaneous equation set, parameters of the quintic polynomial are obtained, and a path with the given optimal transverse offset is generated;
discretizing the track planning time period through a track planning module to obtain a plurality of sub time periods, establishing driving distance, speed, acceleration and jerk variables in different sub time periods, taking kinematic constraint, anti-collision constraint, target lane rear vehicle jerk constraint and following model constraint as constraint conditions, taking the minimum jerk and the driving distance as objective functions, and solving by using a quadratic programming method to obtain track information of lane changing vehicles.
As shown in fig. 3, the present invention distinguishes two concepts of a lane change path and a lane change track. The transverse deviation recommending module and the path generating module mainly research a lane changing path and aim to provide lane changing spatial path information for a lane changing vehicle, and the motion change condition of the lane changing vehicle along with time is not considered at the moment. And the track generation module is mainly used for researching the track changing track and comprises the motion information of the track changing vehicle on the space and time. The lane change trajectory may be further divided into a lane change route and a lane change route extension area (straight travel area) in terms of space. Through the trajectory generation module, the lane-change vehicle can obtain motion information such as position, speed, acceleration and jerk over time during the entire lane-change process.
In the present embodiment, the lane-change vehicle 0 is in a traffic situation as shown in fig. 2, assuming that all vehicles travel on a straight road, wherein the lane-change vehicle target is changed to an expressway through a current low-speed road to increase the travel speed and reduce the travel time. The lane where the lane changing vehicle is located is defined as a current lane, and the lane where the lane changing vehicle is to change is named as a target lane; the lane-changing vehicle is named as a lane-changing vehicle 0 (vehicle 0), a vehicle which is on the same current lane as the lane-changing vehicle 0 but is before the lane-changing vehicle is named as a vehicle 1 (vehicle 1) in front of the current lane, a vehicle which is on the target lane after the lane-changing vehicle 0 is named as a vehicle 2 (vehicle 2) behind the target lane, and a vehicle on the target lane before the lane-changing vehicle is named as a vehicle 3 (vehicle 3) in front of the target lane.
In this embodiment, the information sensing module obtains the position, speed and acceleration driving information of the lane-changing vehicle 0, the vehicle 1 in front of the current lane, the vehicle 2 behind the target lane, and the vehicle 3 in front of the target lane, namely, the vehicle 0, the vehicle 1, the vehicle 2, and the vehicle 3:
the travel information of the vehicle k at time t equal to 0 is represented as:
vehk,t=0,k={0,1,2,3}
vehk,t=0=[xk,t=0,yk,t=0,vk,t=0,ak,t=0,jk,t=0];
wherein xk,t=0,yk,t=0,vk,t=0,ak,t=0,jk,t=0Respectively representAn abscissa value, an ordinate value, a speed, an acceleration, and a jerk of the vehicle k at time t ═ 0;
when the time t is equal to 0, as shown in fig. 2, the vehicle 0 and the vehicle 1 are in the current lane, the vehicles 2 and 3 are in the target lane, a coordinate system is established with the current lane as a reference, D is the width of a single lane, and the positional relationship of the vehicles 0, 1, 2 and 3 is as follows:
preferably, the information sensing module obtains the driving information through a hardware device such as a sensor or V2I (vehicle-to-infrastructure communication).
In this embodiment, the lateral deviation recommending module may give the lateral deviation Δ x of the lane-changing vehicle 0 at the end of the lane-changing processfAnd further, the absolute coordinates of the lane changing vehicle at the end of the lane changing process can be obtained to provide basic input for the path planning module. The absolute coordinates at the time when the road change path ends t ═ f are expressed as follows:
x0,t=f=x0,t=0+Δxf,y0,t=f=D
the lateral offset recommendation module may accomplish the following tasks: generating a certain number of random scenes, wherein the generated random scenes represent the driving information of lane changing vehicles and surrounding vehicles; dividing the horizontal deviation of each random scene at equal intervals, inputting the horizontal deviation of the equal interval division into the input of a path planning module and a track planning module to calculate an objective function value, traversing the horizontal deviation of the equal interval division, and minimizing the objective function to determine the optimal horizontal deviation of the current random scene; collecting data including a certain number of random scenes and optimal lateral deviation to construct a training set and a testing set; the data set is trained by adopting a neural network, so that a certain special random scene is given, and a target of transverse deviation is given quickly through neural network prediction.
The method specifically comprises the following steps:
step 201, generating a certain number of random scenes including lane-changing vehicle 0 and surroundingDriving information veh of vehicles 1, 2 and 3k,t=0k={0,1,2,3};
Step 202, setting a lateral offset Δ xfHas a lower bound of av0,t=0The upper bound is bv3,t=0Where a and b are time-dependent variables, typically set to a-2 and b-4;
will interval [ av0,t=0,bv3,t=0]Evenly equally spaced into NxPortions for each portion thereof Inputting a path planning module and a track planning module, and solving an objective function value by adopting a quadratic form planning model established by an objective function moduleWherein the content of the first and second substances,where N isxCorresponding values may be set according to actual requirements, accuracy and computing power. Further, traverse i ∈ [0, Nx]To obtain a minimum objective function ziCorresponding toLet the minimum objective function ziCorresponding toFor optimum lateral offset deltaxfNamely:
constructing driving information [ veh ] integrated with vehicles0,t=0,veh1,t=0,veh2,t=0,veh3,t=0]To input,. DELTA.xfAre samples of the output.
Step 203, the transverse deviation recommending module generates a series of random scenes, and determines the optimal transverse deviation through steps 202 and 203, so as to construct a training set and a testing set; the data set is trained by adopting a neural network, so that a certain special random scene is given, and a target of transverse deviation is given quickly through neural network prediction.
In this embodiment, as shown in fig. 3, the path planning module establishes a path model of a quintic polynomial for the path of the lane change vehicle based on the vehicle driving information acquired by the information sensing module and the lateral offset given by the lateral offset recommending module, establishes a constraint condition of starting and ending points of the lane change vehicle, solves a simultaneous equation set by using a gaussian elimination method, obtains parameters of the quintic polynomial, and further generates a path with the given optimal lateral offset.
The path planning module is used for establishing a path model of a fifth-order polynomial on the path of the lane changing vehicle, and the formula expression is as follows:
in the formula, x0,t,y0,tRespectively indicates that the lane-change vehicle 0 is in the time period t ═ 0, f]T ═ 0 represents the start time of road changing path, t ═ f represents the end time of road changing path; alpha is alphaiIs a parameter of a fifth order polynomial i ∈ [0, 1, 2, 3, 4, 5 ∈ [ ]];
αiThe method can solve corresponding values by a Gaussian elimination method through vehicle information of a starting time t-0 and an ending time t-f of a lane changing path of a lane changing vehicle 0, and specifically comprises the following steps:
the state equation of lane-changing vehicle 0 at start time t-0 and end time t-f is as follows:
wherein tau is0,t,κ0,tRespectively representing the derivative and curvature of the lane-change vehicle 0 at different times t, according to the requirement of the stability of the lane changing process, the path derivative and the curvature at the initial time t ═ 0 and the end time t ═ f of the lane changing are as follows: tau is0,t=0=0,κ0,t=0=0,τ0,t=f=0,κ0,t=f=0;
Solving simultaneous equations by adopting a Gaussian elimination method to obtain a parameter alpha of a fifth-order polynomialiGenerating a given optimal lateral offset DeltaxfThe path of (2).
In the present embodiment, the trajectory planning module is configured to provide the running information of the lane-changing vehicle 0 and the running information of the target lane following vehicle 2, which vary with time. The path planning module gives space static information of horizontal and vertical coordinate changes of the lane changing vehicles in the lane changing process, but the track planning module aims to give related driving information of the lane changing vehicles changing with time in the lane changing process. In order to quickly and effectively solve the space-time trajectory, the trajectory planning module adopts a time discretization method to discretize a given time period into a certain number of sub-time periods, the driving information of the sub-time periods is used as a variable, a comprehensive objective function of the lane changing process is optimized, and therefore the driving information of the sub-time periods is obtained, and the driving information of the lane changing vehicle changing along with the time in the trajectory planning process can be further obtained through interpolation.
The track planning module plans the track for a time period [0, tmax]Discretized into I sub-periods, the ith time being denoted tiWherein I belongs to {0, 1, 2.., I }; wherein the length of the neutron time interval is t ═ tmax/I;
Suppose that the time period t is plannedmaxKnowing, the lane change time f is unknown; by sdIndicated during the planned time period tmaxInner farthest possible distance, sfRepresents the lane change path distance in the lane change time f, denoted by sfTo sdThe driving process of (2) is called a lane change path extension area, as shown in fig. 3, then:
the trajectory planning module comprises a constraint construction module, an objective function construction module and a quadratic programming solving module; the constraint construction module comprises a kinematics constraint module, an anti-collision constraint module, a target lane rear vehicle 2 jerk constraint module and a following model constraint module;
constructing, by the variable determination module, the following variables: travel distance s of lane-change vehicle 00,iVelocity v0,iAcceleration a0,iImpact j0,iJerk j of rear vehicle 2 of target lane2Lane changing vehicle 0 acceleration penalty term delta a0,I(ii) a Respectively constructing a kinematic constraint condition, an anti-collision constraint condition, a target lane rear vehicle 2 impact degree constraint condition and a following model constraint condition through a kinematic constraint module, an anti-collision module, a target lane rear vehicle 2 impact degree constraint module and a following model constraint module in the constraint construction module; and constructing an objective function through the objective function construction module, and solving the track information of the lane changing vehicle through the quadratic programming solving module.
The trajectory planning module comprises the following variables: travel distance s of lane-change vehicle 00,iVelocity v0,iAcceleration a0,iJerk j0,iJerk j of rear vehicle 2 of target lane2Lane changing vehicle 0 acceleration penalty term delta a0,I. Wherein the distance s is traveled0,iVelocity v0,iAcceleration a0,iJerk j0,iMeaning represented is that the lane-change vehicle 0 is at time tiThe running information of (2). Wherein the acceleration j is added2Representing the vehicle 2 during the time period [0, tmax]The jerk of (1). Acceleration penalty term Δ a0,IExpressing the difference in acceleration between vehicle 0 and vehicle 3 at the end of the trajectory planning to avoid | Δ a0,IIf the | is too large, the vehicle 0 needs to accelerate immediately when the trajectory planning is finished, so that the speed change of the vehicle 0 is too large, and great discomfort is brought to passengers; the item adopts a Lagrange relaxation method, and an item is added to the target function to facilitate solving; wherein, Δ a0,IThe calculation of (a) is defined as:
Δa0,I=a0,I-[ω1(x3,I-x0,I-0.5vehl3-0.5vehl0-Δx*)+ω2(v3,I-v0,I)]minimization of an objective functionAiming at reducing the track planning end time tIAcceleration difference between car 0 and car 3 to avoid | Δ a0,IIf | is too large, the vehicle 0 needs to accelerate immediately when the trajectory planning is finished, which causes too large speed change of the vehicle 0 and brings great discomfort to passengers.
Respectively constructing a kinematic constraint condition, an anti-collision constraint condition, a target lane rear vehicle 2 jerk constraint condition and a following model constraint condition through a kinematic constraint module, an anti-collision module, a target lane rear vehicle 2 jerk constraint module and a following model constraint module in the constraint construction module;
the kinematic constraint module is used for establishing a driving distance s of a lane changing vehicle 00,iVelocity v0,iAcceleration a0,iAnd acceleration a0,iThe link between them and some constraints in the course of the travel of the vehicle 2.
(1) Kinematic constraint of car 0:
Δt=tmaxi is the length of the sub-period;
during a lane change of the vehicle, the speed v of the lane change vehicle 00,iAcceleration a0,iJerk j0,iMust not be out of a certain range, and is constrained by the following inequality:
0<v0,i<vub,i=1,2,...,I
alb<a0,i<aub,i=1,2,...,I
jlb<j0,i<jub,i=1,2,...,I
wherein vub, aub and jub respectively represent the running speed v of the lane-changing vehicle 00,iAcceleration a0,iJerk j0,iRespectively, alb, jlb represent the acceleration a of the vehicle0,iJerk j0,iThe lower limit of (3).
(2) Kinematic constraint of vehicle 2
The target lane rear vehicle 2 jerk constraint module is used for taking jerk of the vehicle 2 in the lane changing process along with the lane changing vehicle 0 as a variable, further obtaining a motion track of the vehicle 2 and reflecting the interaction behavior of the lane changing vehicle 0 and the vehicle 2 in the lane changing process;
the kinematic constraint of the rear vehicle 2 of the target lane is constructed as follows:
jlb<j2<jub
alb<a2,I<aub
v2,I>0
in the formula, a2,IPlanning the end time t for the trajectoryIAcceleration of the vehicle 2, a2,I=a2,0+j2tI;v2,IPlanning the end time t for the trajectoryIVehicle 2The speed of the motor vehicle is set to be,
the anti-collision constraint module is used for preventing the absolute distance between the lane changing vehicle 0 and the surrounding vehicles from being too small so as to avoid the occurrence of dangerous conditions; the vehicles around the lane changing vehicle 0 comprise a front vehicle 1 in the current lane, a rear vehicle 2 in the target lane and a front vehicle 3 in the target lane;
(1) the collision avoidance constraint construction is represented as:
sf<s0,I<sd
x1,i-xb1,i-0.5vehl1>0,i=1,2,...,I
xb2,i-x2,i-0.5vehl2>0,i=1,2,...,I
x3,i-xb3,i-0.5vehl3>0,i=1,2,...,I
in the formula, xb1,i、xb2,iAnd xb3,iRespectively at time tiThe collision points of the lane-change vehicle 0 with the vehicles 1, 2, and 3, as shown in fig. 4 and 5; vehl1、vehl2And vehl3The lengths of a front vehicle 1 of a current lane, a rear vehicle 2 of a target lane and a front vehicle 3 of the target lane are respectively set; x is the number of1,i、x2,iAnd x3,iRespectively, of cars 1, 2 and 3 at time tiThe center of (a); wherein the vehicles 1, 2 and 3 are at time tiThe center of (1) is:
in this embodiment, cars 1 and 3 are in front of lane-change car 0 and therefore on the track gaugeTime interval [0, tmax]The law of motion of vehicles 1 and 3 may be derived from the initial time by obtaining the information veh that t is 01,t=0,veh3,t=0Calculating to obtain; the vehicle 2 is behind the lane change vehicle 0, and based on the interactive consideration of the lane change process, the motion rule of the vehicle 2 is the information veh obtained by the initial time t being 02,t=0Sum variable vehicle 2 jerk j2Jointly calculating to obtain;
(2) collision point xb in collision avoidance constraints1,i、xb2,iAnd xb3,iThe distance s can be driven by the lane-changing vehicle 00,iIt was found that this is shown in FIG. 4. Wherein the distance s is travelled0,iAnd the collision point xb1,i、xb2,iAnd xb3,iThe functional relationship of (a) is a discontinuous nonlinear function, which is not beneficial to constructing a quadratic programming with linear conditions as constraints for fast solving. In order to express the anti-collision constraint by using a linear function, the embodiment of the invention adopts the driving distance s of the lane changing vehicle 00,iLinear fitting collision point xb1,i、xb2,iAnd xb3,iThe method of (1).
Due to the collision point of the lane-changing vehicle being at time tiIn the discontinuous change, the embodiment of the invention provides that L samples are uniformly and discretely taken in the lane changing process, and the driving distance s can be obtained for each sample L belonging to the path function in the path planning module of L0,lAnd corresponding collision point xb1,l、xb2,lAnd xb3,l
For each s0,iDetermine its possible upper and lower bounds slb0,i,sub0,iUsing an upper bound of slb0,iLower boundary sub0,iScreening of the subsample set L among L samplesiFor each subsample L ∈ LiThe running distance of which satisfies sub0,i<s0,l<slb0,i. Wherein, the upper boundary slb0,iLower boundary sub0,iThe calculation formula of (2) is as follows:
slb0,i=v0,0ti
sub0,i=0.8v3,0ti
further, for each time period tiBased on the subsample set LiTo collision point xb1,i、xb2,iAnd xb3,iA linear fit can be established.
xbk,i=αk,ik,is0,ik,k=1,2,3
In the formula, the collision point k considers three outer end boundary points of the vehicle, and the abscissa of the collision point is xbk,iThe estimated value isαk,iRepresents truncation,. beta.k,iRepresents the slope, εkRepresenting the random error term when linearly fitting the collision point k; therefore, the abscissa xb of the collision point kk,iThe driving distance s of the lane-changing vehicle 0 can be used0,iEstimating: meanwhile, in order to ensure safety, a maximum absolute error term delta e is introducedk,iSo as to ensure the safety: Δ ek,i=maxi(|xbk,ik,ik,is0,i|)li∈Li
Using s0,iLinear fitting xbk,ik ═ 1, 2, 3 can establish collision avoidance constraints:
x1,i-0.5vehl1-(α1,i1,is0,i+Δe1,i)>0i=1,2,...,I
α2,i2,is0,i-Δe2,i-(x2,i+0.5vehl2)>0i=1,2,...,I
x3,i-0.5vehl3-(α3,i3,is0,i+Δe3,i)>0i=1,2,...,I
further, wherein the distance s travelled0,lAnd corresponding collision point value xb1,l、xb2,lAnd xb3,lThe calculating method of (2):
will be interval [ x0,0,xd]Evenly divided into L parts to form a sample set L, and for each sample LlE.g. L, obtaining x through a path quintic polynomial function0,l,y0,l,s0,lBy passingCalculating to obtain the course angle of the lane-changing vehicle at the current momentBy changing the position of the vehicle (x)0,l,y0,l) And the course angle of the lane changing vehicle at the current momentAnd vehicle length vehl0Simplifying the lane-changing vehicle 0 into a rectangle to obtain the coordinates cx of four corners1,cx2,cx3,cx4And intersection cx of four sides and lane boundary5,cx6,cx7,cx8
Let point cx1,cx2,cx3,cx4,cx5,cx6,cx7,cx8Forming a point set omega, and respectively calculating a point cxqE.g. ordinate of ΩAnd the abscissaLet the set of points in the target lane be omegaUPoint set omegaUIn The set of points in the current lane is omegaLPoint set omegaLIn
Collision point xb1,l、xb2,lAnd xb3,lFrom cxqCalculating by epsilon to obtain:
therefore, the travel distance s of L samples can be obtained using a uniform dispersion method0,lAnd corresponding collision point value xb1,l、xb2,lAnd xb3,l
The following model constraint module is used for completing the track planning at the moment tIAnd the rear vehicle 2 of the target lane and the lane changing vehicle 0 as well as the lane changing vehicle 0 and the front vehicle 3 of the target lane need to meet the following model, so that collision is avoided after the track planning is finished.
In the embodiment, a linear following model of Pariota is adopted, and it is assumed that the acceleration of the car n needs to satisfy after the car n-1:
an=ω1(Δxn-Δx*)+ω2Δvn
in the formula,. DELTA.xnRepresents the distance, Δ x, between vehicle n and vehicle n-1n=xn-1-xn。ΔvnRepresents the speed difference between vehicle n and vehicle n-1, Δ vn=vn-1-vn。ω1,ω2,Δx*The parameters calibrated for the linear following model preferably take values of 0.0343, 0.948 and 30 respectively.
At the end time t of trajectory planningIThe lane change vehicle 0 and the target lane front vehicle 3 need to satisfy the following constraints on acceleration, distance, and speed difference:
a0,I≤ω1(x3,I-x0,I-0.5vehl3-0.5vehl0-Δx*)+ω2(v3,I-v0,I)
in the formula, v3,IRepresenting the front vehicle 3 of the target lane at the track planning end time tIVelocity v of3,I=v3,0+a3,0tI
x3,IRepresenting the front vehicle 3 of the target lane at the track planning end time tIThe abscissa of the (c) axis of the (c),
x0,Irepresenting the lane-changing vehicle 0 at the end of the trajectory planning time tIAbscissa of (a), x0,I=x0,f+s0,I-sf
At the end time t of trajectory planningIThe target lane rear vehicle 2 and the lane change vehicle 0 need to satisfy the following constraints on acceleration, distance, and speed difference:
a2,I≤ω1(x0,I-x2,I-0.5vehl0-0.5vehl2-Δx*)+ω2(v0,I-v2,I)
in the formula: x is the number of0,I-x2,IFor the vehicle 2 and the lane-changing vehicle 0 at the track planning end time tIThe distance of (d); position x of rear vehicle 2 of target lane2,IAnd velocity v2,IFrom jerk j of rear vehicle 2 of the target lane2And calculating to obtain:
in this embodiment, the objective function construction module takes the lane change vehicle 0 and the target lane rear vehicle 2 affected by lane change as research objects, and establishes a corresponding quadratic programming model by taking safety, comfort and rapidness as targets:
wherein mu and lambda are respectively set parameters, and the values are-0.04 and 1000;
an objective function representing a spatio-temporal trajectory plan;
the invention aims to improve the comfort of the lane-changing vehicle, thereby minimizing the acceleration of the lane-changing vehicle during the lane-changing processAnd acceleration
In the lane changing process, the lane changing vehicle 0 inevitably influences the normal running of the vehicle 2, and the vehicle 2 is used for acceleration j in the invention2To reflect the change, however, the ideal state of the vehicle 2 is not influenced by the lane-changing vehicle 0, the driving rule at the initial moment can be kept, and the invention uses minimizationSo as to reduce the influence of the lane changing process on the subsequent vehicles;
the invention plans the track of the lane changing vehicle based on the given time length, wherein the lower the time of the lane changing process, the more the safety is guaranteed. Given a planned time length tmaxA faster lane-change procedure means that the distance traveled by the lane-change vehicle is greater during the planned time period, and the present invention therefore aims to maximizeThe parameter mu therefore assumes a negative value of-0.04 and is expressed in terms of a minimization target.
Δa0,I=a0,I-[ω1(x3,I-x0,I-0.5vehl3-0.5vehl0-Δx*)+ω2(v3,I-v0,I)]Minimization of an objective functionAiming at reducing the track planning end time tIAcceleration difference between car 0 and car 3 to avoid | Δ a0,IIf | is too large, the vehicle 0 needs to accelerate immediately when the trajectory planning is finished, which causes too large speed change of the vehicle 0 and brings great discomfort to passengers.
In this embodiment, the quadratic programming model is composed of an objective function and a constraint condition, and is solved by using a quadprog function of matlab.
In summary, the automatic driving lane change trajectory planning method based on quadratic programming and neural network obtains the driving information of the lane change vehicle and the vehicles around the lane change vehicle by using the information sensing module, gives the transverse offset for finishing the lane change process by using the transverse offset recommending module, and further gives the start and end point position information of the lane change vehicle in the lane change process. And obtaining a static plane coordinate system lane change path by using a path planning module based on the driving information of the lane change vehicle in the lane change process as input. And obtaining the motion rule of the lane changing vehicle along with the change of time based on the given static path and the running information of the surrounding lane changing vehicles through a track planning module. The invention can comprehensively consider the movement tracks of the lane changing vehicles and the vehicles around the lane changing vehicles on the premise of ensuring the safety of the lane changing vehicles, and utilizes quadratic programming to quickly solve, thereby improving the speed and the comfort degree of the lane changing process. Therefore, the optimization of the automatic driving to the lane changing subtask is met, and the requirement of rapidity is met.

Claims (9)

1. An automatic driving track-changing planning method based on quadratic programming and a neural network is characterized by comprising the following steps:
the method comprises the steps that driving information of lane changing vehicles and surrounding vehicles about positions, speeds, accelerations and jerks is obtained through an information sensing module;
the method comprises the steps that transverse deviation of a horizontal coordinate of a lane changing vehicle at the end of a lane changing path is obtained through a transverse deviation recommending module, so that the position of the lane changing vehicle at the end of the lane changing path is obtained, and basic input is provided for a path planning module;
based on the vehicle running information acquired by the information perception module and the transverse offset given by the transverse offset recommendation module, a path planning module is used for establishing a path model of a quintic polynomial for the lane change vehicle, a constraint condition of a start point and an end point of a lane change path is established, a Gaussian elimination method is adopted for solving a simultaneous equation set, parameters of the quintic polynomial are obtained, and a path with the given optimal transverse offset is generated;
discretizing the track planning time period through a track planning module to obtain a plurality of sub time periods, establishing driving distance, speed, acceleration and jerk variables in different sub time periods, taking kinematic constraint, anti-collision constraint, target lane rear vehicle jerk constraint and following model constraint as constraint conditions, taking the minimum jerk and the driving distance as objective functions, and solving by using a quadratic programming method to obtain track information of lane changing vehicles.
2. The quadratic programming and neural network-based automatic driving lane change trajectory planning method according to claim 1, wherein the information sensing module obtains driving information of lane change vehicle 0, vehicle 1 ahead of the current lane, vehicle 2 behind the target lane, and vehicle 3 ahead of the target lane, namely, position, speed and acceleration of vehicle 0, vehicle 1, vehicle 2, and vehicle 3:
the travel information of the vehicle k at time t equal to 0 is represented as:
vehk,t=0,k={0,1,2,3}
vehk,t=0=[xk,t=0,yk,t=0,vk,t=0,ak,t=0,jk,t=0];
wherein xk,t=0,yk,t=0,vk,t=0,ak,t=0,jk,t=0An abscissa value, an ordinate value, a velocity, an acceleration, and a jerk representing the vehicle k at time t ═ 0, respectively;
when the time t is equal to 0, the vehicle 0 and the vehicle 1 are in the current lane, the vehicles 2 and 3 are in the target lane, a coordinate system is established by taking the current lane as a reference, D is the width of a single lane, and the position relation of the vehicles 0, 1, 2 and 3 is as follows:
3. the quadratic programming and neural network-based automatic driving lane change trajectory planning method according to claim 1, wherein the transverse deviation recommending module gives the transverse deviation Δ x of the lane change vehicle 0 at the end of the lane change pathfFurther, the absolute coordinates of the lane change vehicle 0 at the time when the lane change path is completed, i.e., when t ═ f, are obtained:
x0,t=f=x0,t=0+Δxf,y0,t=f=D
wherein the lateral offset recommending module gives a lateral offset DeltaxfThe method comprises the following steps:
(1) generating a certain number of random scenes, wherein the random scenes comprise driving information veh of the lane-changing vehicle 0, the vehicle 1 in front of the current lane, the vehicle 2 behind the target lane and the vehicle 3 in front of the target lane at the initial momentk,t=0,k={0,1,2,3};
(2) Setting a lateral offset DeltaxfHas a lower bound of av0,t=0The upper bound is bv3,t=0Wherein a and b are time-dependent variables;
will interval [ av0,t=0,bv3,t=0]Evenly equally spaced into NxPortions for each portion thereof Inputting a path planning module and a track planning module, and solving an objective function value by adopting a quadratic form planning model established by an objective function moduleTraversing i ∈ [0, N ]x]To obtain a minimum objective function ziCorresponding toLet the minimum objective function ziCorresponding toFor optimum lateral offset deltaxfNamely:
construction of vehicle-integrated driving information veh0,t=0,veh1,t=0,veh2,t=0,veh3,t=0]For input, the optimum lateral offset Δ xfIs the output sample;
(3) collecting data including a certain number of random scenes and optimal lateral deviation to construct a training set and a testing set; the neural network is adopted for training, so that a certain special random scene is given, and a target of transverse deviation is given quickly through neural network prediction.
4. The automated driving lane-changing trajectory planning method based on quadratic programming and neural network as claimed in claim 1, wherein the path planning module builds a path model of a fifth-order polynomial on the path of the lane-changing vehicle, and the path model is formulated as:
in the formula, x0,t,y0,tRespectively indicates that the lane-change vehicle 0 is in the time period t ═ 0, f]T ═ 0 represents the start time of road changing path, t ═ f represents the end time of road changing path; alpha is alphaiIs a parameter of a fifth order polynomial i ∈ [0, 1, 2, 3, 4, 5 ∈ [ ]];
αiThe method can solve corresponding values by a Gaussian elimination method through vehicle information of a starting time t-0 and an ending time t-f of a lane changing path of a lane changing vehicle 0, and specifically comprises the following steps:
the state equation of lane-changing vehicle 0 at start time t-0 and end time t-f is as follows:
wherein tau is0,t,κ0,tRespectively representing the derivative and curvature of the lane-change vehicle 0 at different times t, according to the requirement of the stability of the lane changing process, the path derivative and the curvature at the initial time t ═ 0 and the end time t ═ f of the lane changing are as follows: tau is0,t=0=0,κ0,t=0=0,τ0,t=f=0,κ0,t=f=0;
Solving simultaneous equations by adopting a Gaussian elimination method to obtain a parameter alpha of a fifth-order polynomialiGenerating a given optimal lateral offset DeltaxfThe path of (2).
5. The automated driving lane change trajectory planning method based on quadratic programming and neural network according to claim 1, wherein the trajectory planning module is used for giving the running information of the lane change vehicle 0 and the running information of the target lane rear vehicle 2 which change along with time;
the track planning module plans the track for a time period [0, tmax]Discretized into I sub-periods, the ith time being denoted tiWherein I belongs to {0, 1, 2.., I }; wherein the length of the neutron time interval is t ═ tmax/I;
Suppose that the time period t is plannedmaxKnowing, the lane change time f is unknown; by sdIndicated during the planned time period tmaxInner farthest possible distance, sfRepresents the lane change path distance in the lane change time f, denoted by sfTo sdThe driving process of (2) is called as changing the road path extension area, then:
the trajectory planning module comprises a variable determination module, a constraint construction module, an objective function construction module and a quadratic programming solving module; the constraint construction module comprises a kinematics constraint module, an anti-collision constraint module, a target lane rear vehicle 2 jerk constraint module and a following model constraint module;
constructing, by the variable determination module, the following variables: travel distance s of lane-change vehicle 00,iVelocity v0,iAcceleration a0,iImpact j0,iJerk j of rear vehicle 2 of target lane2Lane changing vehicle 0 acceleration penalty term delta a0,I(ii) a Through a kinematic constraint module, an anti-collision module and a target lane rear vehicle 2-stroke module in the constraint construction moduleThe impact degree constraint module and the following model constraint module respectively construct a kinematic constraint condition, an anti-collision constraint condition, an impact degree constraint condition of a rear vehicle 2 of the target lane and a following model constraint condition; and constructing an objective function through the objective function construction module, and solving the track information of the lane changing vehicle through the quadratic programming solving module.
6. The quadratic programming and neural network-based automatic driving lane-changing trajectory planning method according to claim 5, wherein the kinematic constraint module is used for establishing a 0-driving distance s of a lane-changing vehicle0,iVelocity v0,iAcceleration a0,iAnd acceleration a0,iThe kinematic constraint is constructed as:
Δt=tmaxi is the length of the sub-period;
during a lane change of the vehicle, the speed v of the lane change vehicle 00,iAcceleration a0,iJerk j0,iMust not be out of a certain range, and is constrained by the following inequality:
0<v0,i<vub,i=1,2,...,I
alb<a0,i<aub,i=1,2,...,I
jlb<j0,i<jub,i=1,2,...,I
wherein vub, aub and jub respectively represent the running speed v of the lane-changing vehicle 00,iAcceleration a0,iJerk j0,iUpper limit of (a), alb, jlb representAcceleration a of the vehicle0,iJerk j0,iThe lower limit of (d);
the target lane rear vehicle 2 jerk constraint module is used for taking jerk of the target lane rear vehicle 2 in the lane changing process along with the lane changing vehicle 0 as a variable, further obtaining a motion track of the target lane rear vehicle 2, and reflecting the interaction behavior of the lane changing vehicle 0 and the target lane rear vehicle 2 in the lane changing process;
the kinematic constraint of the rear vehicle 2 of the target lane is constructed as follows:
jlb<j2<jub
alb<a2,I<aub
v2,I>0
in the formula, a2,IPlanning the end time t for the trajectoryIAcceleration of the vehicle 2 behind the target lane, a2,I=a2,0+j2tI;v2,IPlanning the end time t for the trajectoryIThe speed of the vehicle 2 behind the target lane,
7. the quadratic programming and neural network-based automatic driving lane change trajectory planning method according to claim 5, wherein the anti-collision constraint module is used for preventing an absolute distance between a lane change vehicle 0 and surrounding vehicles from being too small so as to avoid a dangerous condition; the vehicles around the lane changing vehicle 0 comprise a front vehicle 1 in the current lane, a rear vehicle 2 in the target lane and a front vehicle 3 in the target lane;
(1) the collision avoidance constraint construction is represented as:
sf<s0,I<sd
x1,i-xb1,i-0.5vehl1>0,i=1,2,...,I
xb2,i-x2,i-0.5vehl2>0,i=1,2,...,I
x3,i-xb3,i-0.5vehl3>0,i=1,2,...,I
in the formula, xb1,i、xb2,iAnd xb3,iRespectively at time tiCollision points of the lane-changing vehicle 0 with a front vehicle 1 of a current lane, a rear vehicle 2 of a target lane and a front vehicle 3 of the target lane; vehl1、vehl2And vehl3The lengths of a front vehicle 1 of a current lane, a rear vehicle 2 of a target lane and a front vehicle 3 of the target lane are respectively set; x is the number of1,i、x2,iAnd x3,iRespectively showing the vehicle 1 in front of the current lane, the vehicle 2 behind the target lane and the vehicle 3 in front of the target lane at the time tiThe center of (a); wherein the front vehicle 1 of the current lane, the rear vehicle 2 of the target lane and the front vehicle 3 of the target lane are at the moment tiThe center of (1) is:
the front vehicle 1 of the current lane and the front vehicle 3 of the target lane are ahead of the lane-changing vehicle 0 in the track planning time period [0, t ]max]In the method, the law of motion of the vehicle 1 in front of the current lane and the vehicle 3 in front of the target lane can obtain information veh with t equal to 0 from the initial time1,t=0,veh3,t=0Calculating to obtain; the target lane rear vehicle 2 is behind the lane change vehicle 0, and based on the interactive consideration of the lane change process, the motion rule of the target lane rear vehicle 2 is the information veh obtained by the initial time t being 02,t=0Sum variable vehicle 2 jerk j2Jointly calculating to obtain;
(2) collision point xb in collision avoidance constraints1,i、xb2,iAnd xb3,iCan be driven by the lane-changing vehicle 0 for a distance s0,iSpecifically, the method comprises the following steps:
the collision point of the lane-change vehicle 0 is at time tiIn the discontinuous change of the lane changing process, uniformly and discretely taking L samples, wherein in each sample L, the driving distance of a lane changing vehicle 0 is s0,lAnd for each subsample L epsilon L through the path model in the path planning module, obtaining the driving distance s0,lAnd corresponding collision point xb1,l、xb2,lAnd xb3,l
For each s0,iDetermine its upper bound slb0,iAnd the lower boundary sub0,iUsing an upper bound of slb0,iAnd the lower boundary sub0,iScreening of the subsample set L among L samplesiFor each subsample L ∈ LiThe running distance satisfies sub0,i<s0,l<slb0,i(ii) a Wherein, the upper boundary slb0,iAnd lower boundary sub0,iThe calculation formula of (2) is as follows:
slb0,i=v0,0ti
sub0,i=0.8v3,0ti
for each time period tiBased on the subsample set LiOn the abscissa xb of the impact point k1,i、xb2,iAnd xb3,iEstablishing a linear fit:
xbk,i=αk,ik,is0,ik,k=1,2,3
in the formula, the collision point k considers three outer end boundary points of the vehicle, and the abscissa of the collision point is xbk,iThe estimated value isαk,iRepresents truncation,. beta.k,iRepresents the slope, εkRepresenting the random error term when linearly fitting the collision point k; therefore, the abscissa xb of the collision point kk,iThe driving distance s of the lane-changing vehicle 0 can be used0,iEstimating:
introducing maximum absolute error term delta ek,iSo as to ensure the safety:
Δek,i=maxi(|xbk,ik,ik,is0,i|)li∈Li
using s0,iLinear fitting xbk,iAnd k is 1, 2, 3, establishing collision avoidance constraint:
x1,i-0.5vehl1-(α1,i1,is0,i+Δe1,i)>0,i=1,2,...,I
α2,i2,is0,i-Δe2,i-(x2,i+0.5vehl2)>0,i=1,2,...,I
x3,i-0.5vehl3-(α3,i3,is0,i+Δe3,i)>0,i=1,2,...,I
wherein the distance s is traveled0,lAnd corresponding collision point value xb1,l、xb2,lAnd xb3,lThe calculating method of (2):
will be interval [ x0,0,xd]Evenly divided into L parts to form a sample set L, and for each sample LlE.g. L, obtaining x through a path quintic polynomial function0,l,y0,l,s0,lBy passingCalculating to obtain the course angle of the lane-changing vehicle at the current momentBy changing the position of the vehicle (x)0,l,y0,l) And the course angle of the lane changing vehicle at the current momentAnd vehicle length vehl0Simplifying the lane-changing vehicle 0 into a rectangle to obtain the coordinates cx of four corners1,cx2,cx3,cx4And intersection cx of four sides and lane boundary5,cx6,cx7,cx8
Let point cx1,cx2,cx3,cx4,cx5,cx6,cx7,cx8Forming a point set omega, and respectively calculating a point cxqE.g. ordinate of ΩAnd the abscissaq is 1, 2, 3, 4, 5, 6, 7, 8; let the set of points in the target lane be omegaUPoint set omegaUIn The set of points in the current lane is omegaLPoint set omegaLIn
Collision point xb1,l、xb2,lAnd xb3,lFrom cxqCalculating by epsilon to obtain:
8. the quadratic programming and neural network-based automatic driving lane-changing trajectory planning method according to claim 5, wherein the following model constraint module is used for the trajectory planning ending time tIEnabling the rear vehicle 2 of the target lane and the lane changing vehicle 0 as well as the lane changing vehicle 0 and the front vehicle 3 of the target lane to meet a following model, and avoiding collision after the track planning is finished;
using the linear car following model of Pariotata, assuming car n is behind car n-1, the acceleration of car n needs to satisfy:
an=ω1(Δxn-Δx*)+ω2Δvn
in the formula,. DELTA.xnRepresents the distance, Δ x, between vehicle n and vehicle n-1n=xn-1-xn;ΔvnRepresents the speed difference between vehicle n and vehicle n-1, Δ vn=vn-1-vn;ω1,ω2,Δx*Parameters calibrated for the linear following model;
at the end time t of trajectory planningIThe lane change vehicle 0 and the target lane front vehicle 3 need to satisfy the following constraints on acceleration, distance, and speed difference:
a0,I≤ω1(x3,I-x0,I-0.5vehl3-0.5vehl0-Δx*)+ω2(v3,I-v0,I)
in the formula, v3,IRepresenting the front vehicle 3 of the target lane at the track planning end time tIVelocity v of3,I=v3,0+a3,0tI
x3,IRepresenting the front vehicle 3 of the target lane at the track planning end time tIThe abscissa of the (c) axis of the (c),
x0,Irepresenting the lane-changing vehicle 0 at the end of the trajectory planning time tIAbscissa of (a), x0,I=x0,f+s0,I-sf
At the end time t of trajectory planningIThe target lane rear vehicle 2 and the lane change vehicle 0 need to satisfy the following constraints on acceleration, distance, and speed difference:
a2,I≤ω1(x0,I-x2,I-0.5vehl0-0.5vehl2-Δx*)+ω2(v0,I-v2,I)
in the formula: x is the number of0,I-x2,IFor the vehicle 2 and the lane-changing vehicle 0 at the track planning end time tIThe distance of (d); position x of rear vehicle 2 of target lane2,IAnd velocity v2,IFrom jerk j of rear vehicle 2 of the target lane2And calculating to obtain:
9. the automatic driving lane change trajectory planning method based on the quadratic programming and the neural network according to claim 5, wherein the objective function building module takes a lane change vehicle 0 and a target lane rear vehicle 2 affected by lane change as research objects, comprehensively considers safety, comfort and rapidness as targets, and builds a corresponding quadratic programming model:
in the formula, mu and lambda are respectively set parameters;
an objective function representing a spatio-temporal trajectory plan;
Δa0,I=a0,I-[ω1(x3,I-x0,I-0.5vehl3-0.5vehl0-Δx*)+ω2(v3,I-v0,I)]。
CN201910738135.0A 2019-08-12 2019-08-12 Automatic driving track-changing planning method based on quadratic planning and neural network Active CN110597245B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910738135.0A CN110597245B (en) 2019-08-12 2019-08-12 Automatic driving track-changing planning method based on quadratic planning and neural network

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910738135.0A CN110597245B (en) 2019-08-12 2019-08-12 Automatic driving track-changing planning method based on quadratic planning and neural network

Publications (2)

Publication Number Publication Date
CN110597245A true CN110597245A (en) 2019-12-20
CN110597245B CN110597245B (en) 2020-11-20

Family

ID=68853900

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910738135.0A Active CN110597245B (en) 2019-08-12 2019-08-12 Automatic driving track-changing planning method based on quadratic planning and neural network

Country Status (1)

Country Link
CN (1) CN110597245B (en)

Cited By (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111145552A (en) * 2020-01-06 2020-05-12 重庆大学 Planning method for vehicle dynamic lane changing track based on 5G network
CN111539371A (en) * 2020-05-06 2020-08-14 腾讯科技(深圳)有限公司 Vehicle control method, device, equipment and storage medium
CN111833598A (en) * 2020-05-14 2020-10-27 山东科技大学 Automatic traffic incident monitoring method and system for unmanned aerial vehicle on highway
CN112046503A (en) * 2020-09-17 2020-12-08 腾讯科技(深圳)有限公司 Vehicle control method based on artificial intelligence, related device and storage medium
CN112146667A (en) * 2020-09-29 2020-12-29 广州小鹏自动驾驶科技有限公司 Method and device for generating vehicle transition track
CN112286197A (en) * 2020-11-03 2021-01-29 交通运输部公路科学研究所 Vehicle longitudinal movement speed optimization method based on discrete time and space
CN112389430A (en) * 2020-11-06 2021-02-23 北京航空航天大学 Method for judging time period for switching lane of vehicle into fleet based on offset rate
CN112498368A (en) * 2020-11-25 2021-03-16 重庆长安汽车股份有限公司 Automatic driving deviation transverse track planning system and method
CN112519782A (en) * 2020-12-08 2021-03-19 英博超算(南京)科技有限公司 Automatic lane changing method and device for vehicle, vehicle and computer readable storage medium
CN112572443A (en) * 2020-12-22 2021-03-30 北京理工大学 Real-time collision-avoidance trajectory planning method and system for lane changing of vehicles on highway
CN112721948A (en) * 2021-01-11 2021-04-30 成都语动未来科技有限公司 Method for realizing lane change scheduling of automatic driving automobile based on prediction and search framework
CN112721929A (en) * 2021-01-11 2021-04-30 成都语动未来科技有限公司 Decision-making method for lane changing behavior of automatic driving vehicle based on search technology
CN112965489A (en) * 2021-02-05 2021-06-15 北京理工大学 Intelligent vehicle high-speed lane change planning method based on collision detection
CN113033902A (en) * 2021-03-31 2021-06-25 中汽院智能网联科技有限公司 Automatic driving track-changing planning method based on improved deep learning
CN113096379A (en) * 2021-03-03 2021-07-09 东南大学 Driving style identification method based on traffic conflict
CN113095537A (en) * 2020-01-09 2021-07-09 北京京东乾石科技有限公司 Path planning method and device
CN113104049A (en) * 2021-03-25 2021-07-13 浙江大学 Vehicle motion planning system and method using frequency shaping
CN113110486A (en) * 2021-04-30 2021-07-13 华砺智行(武汉)科技有限公司 Intelligent networking automobile cooperative lane change guiding method and system and readable storage medium
CN113126620A (en) * 2021-03-23 2021-07-16 北京三快在线科技有限公司 Path planning model training method and device
CN113212442A (en) * 2021-05-25 2021-08-06 上海悟景信息科技有限公司 Trajectory-aware vehicle driving analysis method and system
WO2021196879A1 (en) * 2020-03-31 2021-10-07 华为技术有限公司 Method and device for recognizing driving behavior of vehicle
CN113479219A (en) * 2021-09-06 2021-10-08 智己汽车科技有限公司 Driving track planning method and device, computer equipment and medium
EP3909822A1 (en) * 2020-05-12 2021-11-17 RENAULT s.a.s. Trajectory calculation module, and corresponding trajectory control device and method
WO2021228657A1 (en) * 2020-05-12 2021-11-18 Renault S.A.S Path-controlling module, associated path-controlling device and associated method
CN113807009A (en) * 2021-08-31 2021-12-17 东南大学 Segmentation extraction method for microscopic lane change track
CN113954836A (en) * 2020-07-20 2022-01-21 广州汽车集团股份有限公司 Segmented navigation lane changing method and system, computer equipment and storage medium
CN114043984A (en) * 2021-12-10 2022-02-15 合肥工业大学智能制造技术研究院 Intelligent automobile lane change control system and method based on Internet of vehicles environment
CN114170789A (en) * 2021-10-20 2022-03-11 南京理工大学 Intelligent network connected vehicle lane change decision modeling method based on space-time diagram neural network
CN114291092A (en) * 2022-01-26 2022-04-08 中国联合网络通信集团有限公司 Vehicle lane change control method, vehicle lane change control device, electronic control unit and storage medium
CN114475663A (en) * 2022-03-08 2022-05-13 北京轻舟智航智能技术有限公司 Processing method for automatic driving lateral control
CN114596712A (en) * 2022-05-06 2022-06-07 苏州大学 Vehicle following control method and system
CN114822169A (en) * 2022-05-06 2022-07-29 辽宁科技大学 Driving auxiliary exercise method and device for instructional car
CN114877911A (en) * 2022-07-08 2022-08-09 小米汽车科技有限公司 Path planning method, device, vehicle and storage medium
CN115019531A (en) * 2022-05-31 2022-09-06 东风汽车有限公司东风日产乘用车公司 Vehicle control method and vehicle
CN115273514A (en) * 2022-08-03 2022-11-01 西南交通大学 Multi-lane continuous lane-changing track optimization method for automatic driving vehicle
WO2023015856A1 (en) * 2021-08-13 2023-02-16 北京三快在线科技有限公司 Trajectory planning
CN115830886A (en) * 2023-02-09 2023-03-21 西南交通大学 Intelligent network vehicle collaborative lane change time sequence calculation method, device, equipment and medium
CN117681879A (en) * 2024-02-04 2024-03-12 上海鉴智其迹科技有限公司 Vehicle lane changing method and device, electronic equipment and storage medium

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR3119141A1 (en) * 2021-01-25 2022-07-29 Renault S.A.S Trajectory calculation module, trajectory control device and associated method
CN115610435B (en) * 2022-12-02 2023-04-11 福思(杭州)智能科技有限公司 Method and device for predicting object driving intention, storage medium and electronic device

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102609765A (en) * 2012-03-22 2012-07-25 北京工业大学 Intelligent vehicle lane change path planning method based on polynomial and radial basis function (RBF) neural network
CN102999646A (en) * 2011-09-14 2013-03-27 中国科学技术大学 Method and system for vehicle following and track change in microscopic traffic simulation
US20140067252A1 (en) * 2012-09-03 2014-03-06 Robert Bosch Gmbh Method for determining an evasion trajectory for a motor vehicle, and safety device or safety system
CN104960524A (en) * 2015-07-16 2015-10-07 北京航空航天大学 Multi-vehicle coordinating lane changing control system and method based on vehicle-vehicle communication
AT14433U2 (en) * 2015-03-25 2015-11-15 Tech Universität Graz Automated lane change in dynamic traffic based on driving dynamics restrictions
US20160091897A1 (en) * 2014-09-26 2016-03-31 Volvo Car Corporation Method of trajectory planning for yielding maneuvers
CN106926844A (en) * 2017-03-27 2017-07-07 西南交通大学 A kind of dynamic auto driving lane-change method for planning track based on real time environment information
CN107315411A (en) * 2017-07-04 2017-11-03 合肥工业大学 A kind of lane-change method for planning track based on automatic driving vehicle under collaborative truck
CN108387242A (en) * 2018-02-07 2018-08-10 西南交通大学 Automatic Pilot lane-change prepares and executes integrated method for planning track
CN108860149A (en) * 2018-08-20 2018-11-23 中原工学院 A kind of Its Track Design method for the most short free lane change of intelligent vehicle time
CN109501799A (en) * 2018-10-29 2019-03-22 江苏大学 A kind of dynamic path planning method under the conditions of car networking
CN109739218A (en) * 2018-12-24 2019-05-10 江苏大学 It is a kind of that outstanding driver's lane-change method for establishing model is imitated based on GRU network

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102999646A (en) * 2011-09-14 2013-03-27 中国科学技术大学 Method and system for vehicle following and track change in microscopic traffic simulation
CN102609765A (en) * 2012-03-22 2012-07-25 北京工业大学 Intelligent vehicle lane change path planning method based on polynomial and radial basis function (RBF) neural network
US20140067252A1 (en) * 2012-09-03 2014-03-06 Robert Bosch Gmbh Method for determining an evasion trajectory for a motor vehicle, and safety device or safety system
US20160091897A1 (en) * 2014-09-26 2016-03-31 Volvo Car Corporation Method of trajectory planning for yielding maneuvers
AT14433U2 (en) * 2015-03-25 2015-11-15 Tech Universität Graz Automated lane change in dynamic traffic based on driving dynamics restrictions
CN104960524A (en) * 2015-07-16 2015-10-07 北京航空航天大学 Multi-vehicle coordinating lane changing control system and method based on vehicle-vehicle communication
CN106926844A (en) * 2017-03-27 2017-07-07 西南交通大学 A kind of dynamic auto driving lane-change method for planning track based on real time environment information
CN107315411A (en) * 2017-07-04 2017-11-03 合肥工业大学 A kind of lane-change method for planning track based on automatic driving vehicle under collaborative truck
CN108387242A (en) * 2018-02-07 2018-08-10 西南交通大学 Automatic Pilot lane-change prepares and executes integrated method for planning track
CN108860149A (en) * 2018-08-20 2018-11-23 中原工学院 A kind of Its Track Design method for the most short free lane change of intelligent vehicle time
CN109501799A (en) * 2018-10-29 2019-03-22 江苏大学 A kind of dynamic path planning method under the conditions of car networking
CN109739218A (en) * 2018-12-24 2019-05-10 江苏大学 It is a kind of that outstanding driver's lane-change method for establishing model is imitated based on GRU network

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
GUO,JH,ECT.: "Adaptive non-linear trajectory tracking control for lane change of autonomous four-wheel independently drive electric vehicles", 《WEB OF SCIENCE》 *
LUO, YG,ECT.: "A dynamic automated lane change maneuver based on vehicle-to-vehicle communication", 《EMERGING TECHNOLOGIES》 *
房哲哲: "基于深度学习的换道行为建模与分析", 《中国优秀硕士学位论文全文数据库 工程科技Ⅱ辑》 *
程十三: "Apollo轨迹规划技术分享", 《HTTPS://WWW.CNBLOGS.COM/LIUZUBING/P/11051390.HTML》 *

Cited By (58)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111145552B (en) * 2020-01-06 2022-04-29 重庆大学 Planning method for vehicle dynamic lane changing track based on 5G network
CN111145552A (en) * 2020-01-06 2020-05-12 重庆大学 Planning method for vehicle dynamic lane changing track based on 5G network
CN113095537A (en) * 2020-01-09 2021-07-09 北京京东乾石科技有限公司 Path planning method and device
WO2021196879A1 (en) * 2020-03-31 2021-10-07 华为技术有限公司 Method and device for recognizing driving behavior of vehicle
CN111539371A (en) * 2020-05-06 2020-08-14 腾讯科技(深圳)有限公司 Vehicle control method, device, equipment and storage medium
WO2021228657A1 (en) * 2020-05-12 2021-11-18 Renault S.A.S Path-controlling module, associated path-controlling device and associated method
EP3909822A1 (en) * 2020-05-12 2021-11-17 RENAULT s.a.s. Trajectory calculation module, and corresponding trajectory control device and method
FR3110129A1 (en) * 2020-05-12 2021-11-19 Renault S.A.S Trajectory calculation module, associated trajectory control device and method
FR3110130A1 (en) * 2020-05-12 2021-11-19 Renault S.A.S Trajectory control module, associated trajectory control device and method
CN111833598A (en) * 2020-05-14 2020-10-27 山东科技大学 Automatic traffic incident monitoring method and system for unmanned aerial vehicle on highway
CN113954836A (en) * 2020-07-20 2022-01-21 广州汽车集团股份有限公司 Segmented navigation lane changing method and system, computer equipment and storage medium
CN113954836B (en) * 2020-07-20 2023-08-04 广州汽车集团股份有限公司 Sectional navigation channel changing method and system, computer equipment and storage medium thereof
CN112046503A (en) * 2020-09-17 2020-12-08 腾讯科技(深圳)有限公司 Vehicle control method based on artificial intelligence, related device and storage medium
CN112146667A (en) * 2020-09-29 2020-12-29 广州小鹏自动驾驶科技有限公司 Method and device for generating vehicle transition track
CN112286197B (en) * 2020-11-03 2024-02-13 交通运输部公路科学研究所 Vehicle longitudinal movement speed optimization method based on discrete time and space
CN112286197A (en) * 2020-11-03 2021-01-29 交通运输部公路科学研究所 Vehicle longitudinal movement speed optimization method based on discrete time and space
CN112389430A (en) * 2020-11-06 2021-02-23 北京航空航天大学 Method for judging time period for switching lane of vehicle into fleet based on offset rate
CN112389430B (en) * 2020-11-06 2024-01-19 北京航空航天大学 Determination method for vehicle lane change cutting-in motorcade period based on offset rate
CN112498368A (en) * 2020-11-25 2021-03-16 重庆长安汽车股份有限公司 Automatic driving deviation transverse track planning system and method
CN112498368B (en) * 2020-11-25 2022-03-11 重庆长安汽车股份有限公司 Automatic driving deviation transverse track planning system and method
CN112519782A (en) * 2020-12-08 2021-03-19 英博超算(南京)科技有限公司 Automatic lane changing method and device for vehicle, vehicle and computer readable storage medium
CN112572443A (en) * 2020-12-22 2021-03-30 北京理工大学 Real-time collision-avoidance trajectory planning method and system for lane changing of vehicles on highway
CN112572443B (en) * 2020-12-22 2021-12-07 北京理工大学 Real-time collision-avoidance trajectory planning method and system for lane changing of vehicles on highway
CN112721929B (en) * 2021-01-11 2022-11-22 成都语动未来科技有限公司 Decision-making method for lane changing behavior of automatic driving vehicle based on search technology
CN112721929A (en) * 2021-01-11 2021-04-30 成都语动未来科技有限公司 Decision-making method for lane changing behavior of automatic driving vehicle based on search technology
CN112721948A (en) * 2021-01-11 2021-04-30 成都语动未来科技有限公司 Method for realizing lane change scheduling of automatic driving automobile based on prediction and search framework
CN112965489A (en) * 2021-02-05 2021-06-15 北京理工大学 Intelligent vehicle high-speed lane change planning method based on collision detection
CN113096379A (en) * 2021-03-03 2021-07-09 东南大学 Driving style identification method based on traffic conflict
CN113126620B (en) * 2021-03-23 2023-02-24 北京三快在线科技有限公司 Path planning model training method and device
CN113126620A (en) * 2021-03-23 2021-07-16 北京三快在线科技有限公司 Path planning model training method and device
CN113104049A (en) * 2021-03-25 2021-07-13 浙江大学 Vehicle motion planning system and method using frequency shaping
CN113104049B (en) * 2021-03-25 2022-07-01 浙江大学 Vehicle motion planning system and method using frequency shaping
CN113033902B (en) * 2021-03-31 2024-03-19 中汽院智能网联科技有限公司 Automatic driving lane change track planning method based on improved deep learning
CN113033902A (en) * 2021-03-31 2021-06-25 中汽院智能网联科技有限公司 Automatic driving track-changing planning method based on improved deep learning
CN113110486A (en) * 2021-04-30 2021-07-13 华砺智行(武汉)科技有限公司 Intelligent networking automobile cooperative lane change guiding method and system and readable storage medium
CN113212442A (en) * 2021-05-25 2021-08-06 上海悟景信息科技有限公司 Trajectory-aware vehicle driving analysis method and system
WO2023015856A1 (en) * 2021-08-13 2023-02-16 北京三快在线科技有限公司 Trajectory planning
CN113807009A (en) * 2021-08-31 2021-12-17 东南大学 Segmentation extraction method for microscopic lane change track
CN113807009B (en) * 2021-08-31 2022-11-18 东南大学 Segmentation extraction method for microscopic lane change track
CN113479219A (en) * 2021-09-06 2021-10-08 智己汽车科技有限公司 Driving track planning method and device, computer equipment and medium
CN113479219B (en) * 2021-09-06 2021-11-26 智己汽车科技有限公司 Driving track planning method and device, computer equipment and medium
CN114170789A (en) * 2021-10-20 2022-03-11 南京理工大学 Intelligent network connected vehicle lane change decision modeling method based on space-time diagram neural network
CN114043984B (en) * 2021-12-10 2023-09-26 合肥工业大学智能制造技术研究院 Intelligent automobile lane change control system and method based on Internet of vehicles environment
CN114043984A (en) * 2021-12-10 2022-02-15 合肥工业大学智能制造技术研究院 Intelligent automobile lane change control system and method based on Internet of vehicles environment
CN114291092B (en) * 2022-01-26 2023-05-16 中国联合网络通信集团有限公司 Vehicle lane change control method and device, electronic control unit and storage medium
CN114291092A (en) * 2022-01-26 2022-04-08 中国联合网络通信集团有限公司 Vehicle lane change control method, vehicle lane change control device, electronic control unit and storage medium
CN114475663A (en) * 2022-03-08 2022-05-13 北京轻舟智航智能技术有限公司 Processing method for automatic driving lateral control
CN114475663B (en) * 2022-03-08 2024-04-09 北京轻舟智航智能技术有限公司 Automatic driving transverse control processing method
CN114822169A (en) * 2022-05-06 2022-07-29 辽宁科技大学 Driving auxiliary exercise method and device for instructional car
CN114596712A (en) * 2022-05-06 2022-06-07 苏州大学 Vehicle following control method and system
CN115019531A (en) * 2022-05-31 2022-09-06 东风汽车有限公司东风日产乘用车公司 Vehicle control method and vehicle
CN115019531B (en) * 2022-05-31 2024-03-22 东风汽车有限公司东风日产乘用车公司 Vehicle control method and vehicle
CN114877911B (en) * 2022-07-08 2022-10-04 小米汽车科技有限公司 Path planning method, device, vehicle and storage medium
CN114877911A (en) * 2022-07-08 2022-08-09 小米汽车科技有限公司 Path planning method, device, vehicle and storage medium
CN115273514A (en) * 2022-08-03 2022-11-01 西南交通大学 Multi-lane continuous lane-changing track optimization method for automatic driving vehicle
CN115273514B (en) * 2022-08-03 2023-08-08 西南交通大学 Multi-lane continuous lane-changing track optimization method for automatic driving vehicle
CN115830886A (en) * 2023-02-09 2023-03-21 西南交通大学 Intelligent network vehicle collaborative lane change time sequence calculation method, device, equipment and medium
CN117681879A (en) * 2024-02-04 2024-03-12 上海鉴智其迹科技有限公司 Vehicle lane changing method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN110597245B (en) 2020-11-20

Similar Documents

Publication Publication Date Title
CN110597245B (en) Automatic driving track-changing planning method based on quadratic planning and neural network
CN110329263B (en) Self-adaptive track changing planning method for automatic driving vehicle
CN109669461B (en) Decision-making system for automatically driving vehicle under complex working condition and track planning method thereof
CN109855639B (en) Unmanned driving trajectory planning method based on obstacle prediction and MPC algorithm
CN110187639B (en) Trajectory planning control method based on parameter decision framework
CN106926844B (en) A kind of dynamic auto driving lane-change method for planning track based on real time environment information
CN109501799B (en) Dynamic path planning method under condition of Internet of vehicles
CN107315411B (en) Lane changing track planning method for unmanned vehicle based on vehicle-vehicle cooperation
CN106740846B (en) A kind of electric car self-adapting cruise control method of double mode switching
CN106218638B (en) Intelligent network-connected automobile cooperative lane change control method
CN109684702B (en) Driving risk identification method based on trajectory prediction
JP3714258B2 (en) Recommended operation amount generator for vehicles
CN108919795A (en) A kind of autonomous driving vehicle lane-change decision-making technique and device
CN106371439B (en) Unified automatic driving transverse planning method and system
CN111681452B (en) Unmanned vehicle dynamic lane change track planning method based on Frenet coordinate system
CN113276848B (en) Intelligent driving lane changing and obstacle avoiding track planning and tracking control method and system
CN107848531A (en) Controller of vehicle, control method for vehicle and wagon control program
CN112965476A (en) High-speed unmanned vehicle trajectory planning system and method based on multi-window sampling
Zhang et al. Structured road-oriented motion planning and tracking framework for active collision avoidance of autonomous vehicles
CN116259185A (en) Vehicle behavior decision method and device fusing prediction algorithm in parking lot scene
Aoki et al. Multicruise: eco-lane selection strategy with eco-cruise control for connected and automated vehicles
CN117141489B (en) Intelligent vehicle track layered planning method based on minimum action quantity principle
CN116465427B (en) Intelligent vehicle lane changing obstacle avoidance path planning method based on space-time risk quantification
CN107992039B (en) Trajectory planning method based on flow field in dynamic environment
Shi et al. Local trajectory planning for autonomous trucks in collision avoidance maneuvers with rollover prevention

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant