CN113200054B - Path planning method and system for automatic driving take-over - Google Patents

Path planning method and system for automatic driving take-over Download PDF

Info

Publication number
CN113200054B
CN113200054B CN202110684771.7A CN202110684771A CN113200054B CN 113200054 B CN113200054 B CN 113200054B CN 202110684771 A CN202110684771 A CN 202110684771A CN 113200054 B CN113200054 B CN 113200054B
Authority
CN
China
Prior art keywords
risk
vehicle
path
acceptance
determining
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.)
Active
Application number
CN202110684771.7A
Other languages
Chinese (zh)
Other versions
CN113200054A (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.)
Tsinghua University
Original Assignee
Tsinghua 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 Tsinghua University filed Critical Tsinghua University
Priority to CN202110684771.7A priority Critical patent/CN113200054B/en
Publication of CN113200054A publication Critical patent/CN113200054A/en
Application granted granted Critical
Publication of CN113200054B publication Critical patent/CN113200054B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • BPERFORMING OPERATIONS; TRANSPORTING
    • B60VEHICLES IN GENERAL
    • B60WCONJOINT CONTROL OF VEHICLE SUB-UNITS OF DIFFERENT TYPE OR DIFFERENT FUNCTION; CONTROL SYSTEMS SPECIALLY ADAPTED FOR HYBRID VEHICLES; ROAD VEHICLE DRIVE CONTROL SYSTEMS FOR PURPOSES NOT RELATED TO THE CONTROL OF A PARTICULAR SUB-UNIT
    • B60W60/00Drive control systems specially adapted for autonomous road vehicles
    • B60W60/005Handover processes
    • B60W60/0053Handover processes from vehicle to occupant
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B60VEHICLES IN GENERAL
    • B60WCONJOINT CONTROL OF VEHICLE SUB-UNITS OF DIFFERENT TYPE OR DIFFERENT FUNCTION; CONTROL SYSTEMS SPECIALLY ADAPTED FOR HYBRID VEHICLES; ROAD VEHICLE DRIVE CONTROL SYSTEMS FOR PURPOSES NOT RELATED TO THE CONTROL OF A PARTICULAR SUB-UNIT
    • B60W60/00Drive control systems specially adapted for autonomous road vehicles
    • B60W60/005Handover processes
    • B60W60/0059Estimation of the risk associated with autonomous or manual driving, e.g. situation too complex, sensor failure or driver incapacity
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B60VEHICLES IN GENERAL
    • B60WCONJOINT CONTROL OF VEHICLE SUB-UNITS OF DIFFERENT TYPE OR DIFFERENT FUNCTION; CONTROL SYSTEMS SPECIALLY ADAPTED FOR HYBRID VEHICLES; ROAD VEHICLE DRIVE CONTROL SYSTEMS FOR PURPOSES NOT RELATED TO THE CONTROL OF A PARTICULAR SUB-UNIT
    • B60W2552/00Input parameters relating to infrastructure
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B60VEHICLES IN GENERAL
    • B60WCONJOINT CONTROL OF VEHICLE SUB-UNITS OF DIFFERENT TYPE OR DIFFERENT FUNCTION; CONTROL SYSTEMS SPECIALLY ADAPTED FOR HYBRID VEHICLES; ROAD VEHICLE DRIVE CONTROL SYSTEMS FOR PURPOSES NOT RELATED TO THE CONTROL OF A PARTICULAR SUB-UNIT
    • B60W2552/00Input parameters relating to infrastructure
    • B60W2552/53Road markings, e.g. lane marker or crosswalk
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B60VEHICLES IN GENERAL
    • B60WCONJOINT CONTROL OF VEHICLE SUB-UNITS OF DIFFERENT TYPE OR DIFFERENT FUNCTION; CONTROL SYSTEMS SPECIALLY ADAPTED FOR HYBRID VEHICLES; ROAD VEHICLE DRIVE CONTROL SYSTEMS FOR PURPOSES NOT RELATED TO THE CONTROL OF A PARTICULAR SUB-UNIT
    • B60W2555/00Input parameters relating to exterior conditions, not covered by groups B60W2552/00, B60W2554/00
    • B60W2555/20Ambient conditions, e.g. wind or rain
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B60VEHICLES IN GENERAL
    • B60WCONJOINT CONTROL OF VEHICLE SUB-UNITS OF DIFFERENT TYPE OR DIFFERENT FUNCTION; CONTROL SYSTEMS SPECIALLY ADAPTED FOR HYBRID VEHICLES; ROAD VEHICLE DRIVE CONTROL SYSTEMS FOR PURPOSES NOT RELATED TO THE CONTROL OF A PARTICULAR SUB-UNIT
    • B60W2555/00Input parameters relating to exterior conditions, not covered by groups B60W2552/00, B60W2554/00
    • B60W2555/60Traffic rules, e.g. speed limits or right of way

Landscapes

  • Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Human Computer Interaction (AREA)
  • Transportation (AREA)
  • Mechanical Engineering (AREA)
  • Traffic Control Systems (AREA)
  • Control Of Driving Devices And Active Controlling Of Vehicle (AREA)

Abstract

The invention relates to a path planning method and a system for automatic driving takeover, wherein the method comprises the following steps: acquiring the acceptance of a user for taking over the vehicle; determining operation interference acceptance and control interference acceptance according to the take-over acceptance; determining an operation interference risk and a control risk according to the operation interference acceptance and the control interference acceptance; determining a takeover risk according to the operation interference risk and the control risk; acquiring the risk of the surrounding environment; determining a unified risk of the autonomous vehicle according to the takeover risk and the ambient risk; according to the unified risk, determining a set of points with the lowest expected risk strength in multiple risk evaluations of the automatic driving vehicle, and recording as an optimal safe path; and controlling the corner of the front wheel of the vehicle according to the optimal safety path to ensure that the vehicle road is attached to the optimal safety path. The method can combine the driver takeover risk and the road environment risk into a unified risk, and plans the safest path in the unified risk.

Description

Path planning method and system for automatic driving take-over
Technical Field
The invention relates to the field of automatic driving, in particular to a path planning method and system for automatic driving takeover.
Background
Motion planning is a core problem in the field of robotics (in particular unmanned aerial vehicles, autonomous vehicles) and can be divided into path planning and trajectory planning. Path planning generally refers to planning location points in space and forming a path from the location points independent of time constraints. Trajectory planning may take into account time constraints, such as planning a robot to pass a certain point at a particular time, so that the trajectory is a path with respect to time.
The path planning method mainly comprises the following types: graph search based planning, sampling based planning, function curve based planning, optimization based planning, physical model based planning, and other planning methods.
The planning method based on graph search can simplify a complex structure on a space into a geometric figure in an Euclidean space and can also simplify an environment into a topological map formed by topological nodes. The robot can plan the motion path of the robot by accessing the graph nodes. A common graph search algorithm is the a-algorithm, which can obtain the node route with the lowest preset cost in the network. The algorithm has slow calculation speed when aiming at a large number of nodes or a large area, and is not suitable for real-time path planning. Sampling-based planning methods are typically able to randomly sample a target area and generate specific curves on the nodes. A common sampling algorithm is a random search tree, which can randomly select nodes in a target area, and generate tree branches through the nodes, based on which new nodes can be further generated. Through the path generation mode, the robot can search the target area and finally can find a communicated path between the starting point and the target point. This type of algorithm can accommodate complex unstructured regions, however the paths it generates are not continuous. A function curve based planning method is able to generate a path by a specific curve function. A common algorithm is a fifth-order polynomial, when a path is generated by using the fifth-order polynomial, constraints are required to be designed for a starting point and an end point, lateral and longitudinal speeds and accelerations in a relative coordinate system or an absolute coordinate system of the robot are generally used as constraint conditions, and unknown parameters of the fifth-order polynomial are fitted through the constraint conditions. This type of algorithm is computationally inexpensive, but is not suitable for non-structural regions. The optimization-based planning method needs to model for actual problems, design a loss function for a target index, and solve the loss function so as to obtain a local or global optimal solution for the loss function, thereby enabling a path to meet the requirements of the design index. The method is wide in application range, but the modeling difficulty is high, and the situation that no optimal solution or no analytic solution exists in the optimization problem solution of the complex model. The planning method based on the physical model understands the motion of the robot as the change of the state of the robot after the robot is subjected to the action of external force. The artificial potential field method is a classical method in this type of planning. The artificial potential field method mainly aims at establishing a potential energy field for objects in the environment, and repulsion or attraction is formed among different objects. Thus, in this method a gravitational potential energy field is formed between the virtual object on the default target object or target point and the robot itself, which can provide an attractive interaction, and a repulsive potential energy field is formed between the robot and the obstacle, which can provide a repulsive interaction. On the other hand, the farther the robot position point and the target point are, the larger the potential energy of the attraction potential energy field is, and the closer the robot is to an obstacle within the effective range of the obstacle potential energy field, the larger the potential energy of the repulsion potential energy field is. The total potential energy field is the superposition of the repulsive and attractive potential energy fields. Meanwhile, when the method is used, the positive numerical value of the total potential energy field can be defined as a positive real number, the potential energy value of the repulsive potential energy field is a positive real number, and the potential energy value of the attractive potential field is a negative real number. Further, by adjusting parameters in the potential field expression, the potential field value of the position point of the robot can be the maximum value of the whole potential field, and the target point potential field is the minimum value point. Thus, the robot may generate a potential field force along a negative gradient direction of the total potential energy field function and thereby guide the machine to move, thereby forming a path. In addition, since the trajectory planning methods are numerous, they are not enumerated here.
Compared with path planning, trajectory planning describes the motion behavior of the robot from a time sequence perspective, and includes a specific description of how the robot moves from one spatial point to another spatial point. For example, the robot is required to pass a certain waypoint at a certain point in time. Therefore, trajectory planning is often tightly coupled with motion control. This means that the design work of the trajectory planning needs to consider the motion behavior constraints of the robot itself, for example, the trajectory planning of an unmanned vehicle needs to consider the kinematic and dynamic constraints of the vehicle. The actual motion state of the vehicle is controlled by comparing the current position information of the vehicle with preset (including time constraint) information. Therefore, the trajectory planning can also be based on the result of the path planning, that is, the vehicle is required to travel along the planned path, and the vehicle is controlled to continuously meet the time constraint, so as to realize the trajectory planning task of the whole vehicle.
Takeover behavior is an obvious feature of an autonomous driving scenario. Taking the SAEJ3016 standard as an example, the smart car may face situations such as system failure of a non-autonomous driving vehicle, system failure of an autonomous driving vehicle, and exceeding of a related operation domain at the level of L3. In all three cases, the autopilot system will not continue to operate effectively. At this time, the driver needs to re-touch the steering system and take over the operation. In the level L4 autopilot scenario, although the autopilot system does not require the driver to supervise and correct the system failure, the smart car still faces the situation where the system is out of design operation. Therefore, in stage L4, there is still a scenario where the driver re-touches the steering system and takes over. It should be noted that for the stage L5, i.e. fully autonomous driving, the vehicle does not require the user to take over, but this does not mean that the user is not able to take over the vehicle. In other words, there is a possibility that automobile manufacturers continue to provide users with human-computer interaction interfaces for taking over vehicles, aiming at meeting the requirements and fun of users for manual driving and thus improving the competitiveness of their products in the market. Therefore, even in the full driving stage, there is still a possibility that the in-vehicle user takes over the vehicle.
On the other hand, in the future, the mechanical structure and appearance of the operating device for controlling the vehicle motion may be changed, that is, the operating device is completely different from the existing devices such as a steering wheel and an accelerator pedal, and the operating device may not exist. However, this does not completely negate the possibility that a tactile interactive motion control manipulator will remain in the human-computer interaction system in the future (this patent only discusses a tactile interactive steering gear). In addition, the steering system is not always stationary during take-over, either with conventional mechanically coupled steering systems or more advanced steer-by-wire systems. Even if the steering control device is in a stationary state during the take-over process, this does not mean that the driver is in a relatively safe state in the face of the driving state and the environment at the take-over, after sensing, evaluating and manipulating actions.
Therefore, the risk of takeover is always present on a strict basis. In the course of a driver as a user interacting with a vehicle system (as an automated system), perfect cooperative cooperation between the two is difficult to achieve, and even take-over failure (vehicle rushing out of lane line) occurs, with consequent catastrophic consequences (such as impact on road infrastructure, entry into a reverse lane or rushing into a co-directional other lane). Such a decline in driving performance may be caused by the driver's situational awareness of the current driving state being incorrect or inappropriate. Inappropriate interactive feedback can create driver cognitive bias, further causing erroneous decisions and operations. Therefore, the driving hazard caused by improper information interaction to the management process cannot be ignored. Obviously, such inappropriate information interaction involves tactile interaction. During the take-over process, the tactile information transmitted to the driver by the vehicle through the steering control device influences the perception and judgment of the driver on the vehicle motion control. Based on human theory, improper tactile feedback may induce a collapse of driver trust in vehicle systems, which may be spread to the driver's trust in other well-functioning vehicle subsystems, further inducing a collapse of driver trust in more other subsystems. Obviously, such a trust breakdown may affect the driving performance of the driver, increasing the driving risk potential. Secondly, when the steering wheel is in a motion state in the process of taking over, the rotating steering wheel can pull/push the upper limbs of the driver and force the upper limbs to form a certain degree of uncontrollable stretch reflex, even become a strong stimulus, and then the driver emergency stress response is triggered. Therefore, the unreasonable tactile feedback not only increases the difficulty of taking over by the driver, but also has a possibility of inducing a driving accident.
At present, the research aiming at the intelligent vehicle taking-over process is not sufficient. Most research is limited to a driving scene containing a take-over request (which can be regarded as a passive take-over type), and mainly aims at the influence of factors such as take-over reaction time of a driver, take-over request signal types (including visual signals, auditory signals and touch signals), non-driving subtasks (reading, playing and the like), driver crowd difference (adolescence, the elderly, males and females) and the like on the take-over reaction time of the driver. The current relevant research does not model the risk in the take-over process, nor does it work on intelligent vehicle (autonomous) path planning based on this.
Therefore, the invention provides an automatic driving path planning method considering the driver takeover risk, which integrates the driver takeover risk (as a self-behavior risk) and the road environment risk (as an external environment risk), evaluates the unified risk comprising the self risk and the external risk, plans the safest path in the unified risk, and achieves the purpose of improving the driving safety including the takeover process.
Disclosure of Invention
The invention aims to provide a path planning method and system for automatic driving takeover, which integrates the driver takeover risk and the road environment risk into a unified risk and plans the safest path in the unified risk.
In order to achieve the purpose, the invention provides the following scheme:
a path planning method for automatic driving takeover comprises the following steps:
acquiring the acceptance of a user for taking over the vehicle;
determining operation interference acceptance and control interference acceptance according to the take-over acceptance;
determining an operation interference risk and a control risk according to the operation interference acceptance and the control interference acceptance;
determining a takeover risk according to the operation interference risk and the control risk;
acquiring the risk of the surrounding environment;
determining a unified risk of the autonomous vehicle according to the takeover risk and the ambient environment risk;
according to the unified risk, determining a set of points with the lowest expected risk strength in multiple risk evaluations of the automatic driving vehicle, and recording as an optimal safe path;
and controlling the corner of the front wheel of the vehicle according to the optimal safety path to ensure that the vehicle road is attached to the optimal safety path.
Optionally, the expression of the takeover risk is as follows:
Figure GDA0003609850990000051
wherein r isdisRepresenting the risk of operational disturbances, rconIndicating control risk, DLateralRepresents the deviation of the vehicle from the center of the lane at the present time, LlanIndicating the lane width.
Optionally, the ambient risk includes two aspects, an external environment other than the autonomous vehicle and an autonomous vehicle environment other than the driver.
Optionally, the ambient risk includes six levels, the risk elements of the first level are traffic behaviors of the surrounding vehicles and pedestrians, the risk elements of the second level are vehicle subsystems, the vehicle subsystems are systems which do not generate direct interaction with users in the vehicles, the risk elements of the third level are traffic regulations, the risk elements of the fourth level are road facilities, the risk elements of the fifth level are road conditions, and the risk elements of the sixth level are climate conditions.
Optionally, the expression of the ambient risk element is as follows:
rout=∑Klirli
wherein r isliIs the risk intensity, K, of all risk elements of layer iliIs the weighting factor, r, of the layerli=∑reijWherein reijIs the risk strength of the jth risk element of the ith layer.
Optionally, the expression of the unified risk is as follows:
Figure GDA0003609850990000052
wherein the content of the first and second substances,
Figure GDA0003609850990000053
and
Figure GDA0003609850990000054
weight factors, r, for the takeover risk and the ambient risk, respectivelyoutFor the risk of the surrounding environment, rinTo take over the risk.
Optionally, determining a set of points with the lowest expected risk strength in multiple risk evaluations of the autonomous vehicle according to the unified risk, and recording as an optimal safe path specifically includes:
set family P for determining planned points of bicycle path at any timec,Pc={Pc1,Pc2,…,Pcn}; wherein the set P c1The point in (1) is the current self-parking position XcIs an origin and takes RmThe boundary of the paradigm ball which is the distance is on the intersecting curve of the road surface;
according to the set Pc1Point determination set P ofclc(ii) a Wherein, Pc1c={XP|||X-XP| ═ vc }, and { road sueface points }, wherein v is the absolute value of the speed of the bicycle; c is a moving range coefficient for adjusting the observation PclcSelecting range of medium elements;
in the set PclcSelecting a set with lower risk intensity (a suboptimal solution set) as Pc1,Pc1={arg min{rpc1cY, where y determines the value range of the suboptimal solution set.
With said set Pc1As a new self-parking position XcRepeating the above steps to obtain a set Pc2Up to the Collection family PcAll the sets in the vehicle are updated to obtain the final set family P of the planning points of the vehicle pathc={Pc1,Pc2,…,Pcn};
Aiming at the problem that planned path points are unreachable, arbitrary values delta and N are givenPSo that Pcn,Pcn+Np||1< delta, retention PcnDiscarding P as a final planning resultcn+1Up to Pcn+NpThe planning result of (2);
determining the risk intensity corresponding to each point in the suboptimal solution set in the risk assessment result of the c1 th time
Figure GDA0003609850990000061
Wherein t is the total of t elements in the c1 th risk assessment result;
for a total of cn risk assessments, based on conditional probabilities in probability theory and expected numerical characteristics of discrete random variables, the mathematical expectation expression is as follows:
Figure GDA0003609850990000062
The non-reentrant problem is set to EventB, so the optimal path is
Figure GDA0003609850990000063
Optionally, after the step of controlling a front wheel corner of the vehicle according to the optimal safe path to attach the vehicle path to the optimal safe path, the method further includes:
determining a path error;
obtaining a front wheel corner variation based on the path error and the vehicle front wheel corner;
and controlling the vehicle according to the front wheel corner variation to enable the vehicle to continuously approach the optimal safe path.
The invention further provides a system for planning a path for automatic driving takeover, comprising:
the system comprises a takeover acceptance acquiring module, a takeover acceptance acquiring module and a takeover acceptance acquiring module, wherein the takeover acceptance acquiring module is used for acquiring the takeover acceptance of a user on a vehicle;
an operation interference acceptance and control interference acceptance determining module for determining operation interference acceptance and control interference acceptance according to the take-over acceptance;
the operation interference risk and control risk determining module is used for determining operation interference risks and control risks according to the operation interference acceptance and the control interference acceptance;
a takeover risk determining module, configured to determine a takeover risk according to the operation interference risk and the control risk;
the ambient environment risk acquisition module is used for acquiring ambient environment risks;
A unified risk determination module for determining a unified risk of the autonomous vehicle according to the takeover risk and the ambient environment risk;
the optimal safety path determining module is used for determining a set of points with the lowest expected risk intensity in multiple risk evaluations of the automatic driving vehicle according to the unified risk and recording the set of points as an optimal safety path;
and the control module is used for controlling the corner of the front wheel of the vehicle according to the optimal safe path so as to ensure that the track of the vehicle is attached to the optimal safe path.
The invention additionally provides a computer-readable storage medium storing program code for execution by a device, the program code comprising a method of path planning for autopilot taking over according to any of claims 1 to 8.
According to the specific embodiment provided by the invention, the invention discloses the following technical effects:
the method in the invention considers the driving risk elements of the automatic driving vehicle (even in the full automatic driving stage) more comprehensively, namely, considers the potential takeover risk, and plans the minimum risk path of the vehicle by combining the risk of the surrounding environment under the condition so as to improve the safety of automatic driving;
The method makes up the defect that the research work aiming at taking over risk and applied to intelligent vehicle motion planning is lacked in the existing taking over process research.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without inventive exercise.
Fig. 1 is a flowchart of a path planning method for automatic driving take-over according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a path planning system for automatic driving take-over according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The invention aims to provide a path planning method and system for automatic driving takeover, which integrates the driver takeover risk and the road environment risk into a unified risk and plans the safest path in the unified risk.
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in further detail below.
Fig. 1 is a flowchart of a path planning method for automatic driving take-over according to an embodiment of the present invention, and as shown in fig. 1, the method includes:
step 101: and acquiring the acceptance of the user for the vehicle.
The comfort recognition result is also called the acceptance of the take-over, using srtaThe acceptance of take-over includes the acceptance of the user for two types of information during take-over, respectively the acceptance of the user for the disturbance of handling AC transmitted by the vehicle motion control devicedisAnd the user's acceptance of the ability to control the movement of the vehicle by himself after the disturbance of the operation, i.e. the control disturbance acceptance ACcon. For a single user, his/her own subjective evaluations are a finite set, denoted as SRtaThe set does not exceed a limited set AC (of approvals of steering disturbances that the user himself can make) disWith a limited set of AC's (with respect to vehicle motion control recognition that the user can make by himself)conThe cartesian product of (a), which is noted as:
SRta=ACdis×ACcon
step 102: and determining operation interference acceptance and control interference acceptance according to the take-over acceptance.
Operating a disturbance acceptance ACdisA larger value (a higher subjective evaluation score) represents that the user considers that the operation disturbance (the tactile interaction type) is received in the take-over process to be larger. At the same time, a greater operational disturbance means a correspondingly higher risk of take-over, this type of risk being denoted rdis(referred to as interference risk).
Controlling the interference acceptance ACconThe larger or smaller value of (the higher or lower the subjective evaluation score) represents that the user controls the vehicle motion energy for the user in the process of taking overThe higher or lower the level of self-approval of the force. The higher (self-negative) or lower (self-inferior) level of self-recognition is considered as two extreme judgments for the actual ability of the user, and thus there is a cognitive bias. Thus, the greater the risk associated with these two extremes, this type of risk is denoted as rcon(referred to as controlling risk); controlling the risk rconThe lowest value of (a) corresponds to the median of the elements in the user's subjective rating score (finite) set for that type of recognition.
Step 103: and determining operation interference risks and control risks according to the operation interference recognition and the control interference recognition.
Based on human engineering theory, the generation of misoperation is derived from error feedback generated under the condition that an operator self-cognizes deviation or unsuitable situational awareness. However, the above reasons are subjective factors, which cannot be directly measured, and thus cannot be directly used for risk assessment. However, the vehicle motion state feedback resulting from the driver's misoperation can be obtained by direct observation by the sensor. Therefore, the estimated value of the driver awareness information can be obtained by the observed vehicle motion state feedback data. The estimated values are divided into two categories, namely interference risk rdisAnd controlling the risk rcon. Further, based on the set theory knowledge, the risk assessment model has the following basic multiple mapping relationships, namely:
undetectable subjective intention information set { I } → set of corrected values for subjective evaluation { S }dis,Scon} → set of estimated values of correction values
Figure GDA0003609850990000091
→ interference risk and control risk set rdis,rcon→ take over risk (internal risk) { r }in}。
Further can be expressed as:
f:{I}→{Sdis,Scon}
Figure GDA0003609850990000092
Figure GDA0003609850990000093
j:{rdis,rcon}→{rin}
the subjective intention information set { I } belongs to information that cannot be directly measured, and is objectively expressed as a subjective evaluation result in the form of a clear positive integer value under the influence of factors such as biological variability. Based on any numerical subjective evaluation questionnaire evaluation scale, the maximum value vector and the minimum value vector of the evaluation scale are respectively
Figure GDA0003609850990000094
And with
Figure GDA0003609850990000095
Meanwhile, the evaluation value result of any driver for the interference and control feeling can be recorded as a two-dimensional vector (S)dis,Scon) The maximum and minimum numerical vectors corresponding thereto are
Figure GDA0003609850990000101
And
Figure GDA0003609850990000102
due to the individual difference influence, the pair (S) is requireddis,Scon) And (4) carrying out correction, and assigning an expression as follows:
Figure GDA0003609850990000103
by repeating the independent experiment method and based on the correction calculation method described above, a set of corrected numerical values { S ] for corrected numerical value estimation can be obtaineddis,SconAnd a set of input values { D }Lateral,Llan}. Wherein D isLateralIs the transverse line deviation of the vehicle and the central line of the lane at the current moment, LlanIs the lane width. Then, multiple linear regression theoryAlternatively, the estimation model (before model parameter identification) is as follows:
(Sdis,Scon)=β(DLateral,Llan)
where β is the parameter matrix of the linear regression model.
Further, according to the least squares method, an estimate of β can be obtained:
Figure GDA0003609850990000104
then, the final estimation model is
(Sdis,Scon)=(((DLateral,Llan)T(DLateral,Llan))-1(DLateral,Llan)T(Sdis,Scon))(DLateral,Llan)
Step 104: and determining the takeover risk according to the operation interference risk and the control risk.
After the estimated value set of the correction value is obtained through a linear regression model and a least square method, the risk r is taken over by a user in the vehicleinThe calculation formula of (a) is as follows:
Figure GDA0003609850990000105
wherein the content of the first and second substances,
Figure GDA0003609850990000106
is a harmonic mean of the control risk and the interference risk.
Step 105: and acquiring the surrounding environment risk.
Ambient (external) risk routTwo aspects are involved, namely the external environment other than the autonomous vehicle (own vehicle) and the autonomous vehicle (own vehicle) environment other than the driver.
Ambient (external) risk routExisting in an effective observation scope of automatic driving vehicleInside the R. In a cartesian coordinate system, the location of the autonomous vehicle is used as an origin to form a normal sphere (norm ball), i.e. the effective observation of the autonomous vehicle on the external environment is within the normal sphere and can be recorded as
B(XC)={X|||X-XC||<R}。
Wherein, XCFor the spatial position (Cartesian coordinate system) of the autonomous vehicle, R is a parameter constituting a paradigm sphere, which is a circle if it is on a two-dimensional plane, R is the radius of the circle, and X is the radius of the circleCIs the center of the circle, and X is any point in the circle.
Ambient (external) risk routThe risk elements of (a) are divided into a hierarchy (hierarchy) structure having a total of six levels, with different levels being ordered causally. For example, rainfall makes the road slippery, reducing the road adhesion coefficient. In this causal relationship, rainfall is the "cause" and the reduction in road adhesion coefficient is the "effect"; the vehicle can run in the traffic environment, and has the precondition of road besides the running capability. Road infrastructure can be set up also because of the preconditions for roads. If the existence of the road is a "cause", the elements such as the vehicle and the road arrangement can be the "effect" of the "cause". In the present invention, we consider the risk of "cause" first, and then the risk of "effect". Therefore, the temperature of the molten metal is controlled,
The lowest (sixth) risk elements are related to climatic conditions, including but not limited to elements of sunny, rain, fog, haze, and wind;
the next lower (fifth) risk element is related to road conditions and not to transportation means. Such as road surface adhesion coefficient, road curvature, number of lane lines, intersections, and ramps.
Similarly, the road condition has a certain influence on the existence and type of the road facility, such as the need of the road information prompting facility for the crossroads or the ramps. Furthermore, when considering climate, road conditions and road settings, attention is paid to the traffic environment and to the compliance with traffic regulations. Thus, traffic regulations may serve as a "cause" (thereby restricting the traffic behavior of the vehicle), and the traffic behavior of the vehicle may serve as the "effect" of this "cause".
The risk elements of the middle-lower middle layer (fourth layer) are road facilities such as traffic lights, isolation belts, lane markings and the like;
the middle and upper (third) risk elements are traffic regulations, such as rules that a vehicle needs to decelerate when approaching a crosswalk.
Similarly, even if we consider climate, road conditions, road facilities and traffic regulations, the driving of a vehicle is inevitably limited and affected by its own system. However, the vehicle's own system, as a risk factor, appears to have no direct causal relationship to climate, road conditions, road infrastructure, and traffic regulations. However, in this patent, the above-mentioned four types of elements are elements that can drive and restrict the vehicle from traveling, and it is considered that all of them have a certain degree of responsibility for the consequences of aging, failure, etc. that occur in the vehicle system due to traveling.
The next-to-upper (second) risk element is then a vehicle subsystem (a system that does not produce direct interaction with the in-vehicle user).
Finally, the climate, road conditions, road facilities, traffic regulations and the vehicle system actually affect the traffic behaviors of the surrounding vehicles and pedestrians, and the traffic behaviors of the surrounding vehicles and the pedestrians affect the behaviors and decisions of the drivers of the vehicles, so that the traffic behaviors of the vehicles are affected.
Thus, the uppermost (first) risk element is the traffic behavior of the week and the pedestrians.
Any risk element has three risk element states (potentially indicating that the risk elements of different layers have equal positions), namely a "dangerous" state, a "caution" state and a "safe" state, which respectively correspond to risk strengths of 1 · M, 0.5 · M and 0, wherein M has two states, and one state, M, refers to any method capable of calculating the risk of the risk element (the invention considers the requirement of fusion with the existing risk assessment algorithm, and therefore, any method capable of calculating the risk of the risk element is set as M); another property is that M ═ 1, i.e. fusion is developed without regard to the risk calculation method with the existing risk elements.
The risk strength characterized by a risk element can be calculated by two ways, namely by the operators xi (m1, m2) to select the mode used when calculating the risk strength of the risk element. Wherein M is present in two states, M1 ═ 1 and M1 ═ 0; m2 epsilon N. At (1, m2), the risk intensity of any one risk element is assumed to be three in number, namely, a "dangerous" state, a "caution" state, and a "safe" state. The risk intensity for each state is fixed, 1, 0.5 and 0 respectively. The risk intensities for the three states, combined with m1 equal to 1, can then be represented as 1 · m1, 0.5 · m1 and 0. In other words, this is a qualitative wind direction intensity calculation. In contrast, there is a quantitative way of calculating the risk intensity. However, quantitative calculation methods are numerous and non-enumeratable. In this patent, any existing quantitative calculation method of risk intensity can be fused through an operator xi, and the numerical calculation result is defined as an m2 value. Therefore, the risk intensity of any one risk element at Ξ ═ (0, m2) is m 2.
The judgment of the state of any risk element can be from the existing model (research), human engagement (stipulation) and related experience, namely, for different types of risk elements, the judgment of the state of the risk element can be carried out by combining related professional knowledge or mathematical models in the industry.
Any risk element is judged to be within the paradigm sphere formed by the own vehicle observation range R. Within this paradigm sphere, the spatial location of the risk strength provided by a risk element corresponds (determines) to the true spatial location of the risk element.
Ambient (external) risk routIs a superposition of the risk intensities provided by the risk elements of different layers, and is marked as
rout=∑Klirli
Wherein r isliIs the risk intensity, K, of all risk elements of layer iliIs the weighting factor for that layer.
The risk intensity provided for any one risk layer is the superposition of the risk intensities of all risk elements within that layer, denoted as
rli=∑reij
Wherein reijIs the risk strength of the jth risk element of the ith layer.
Step 106: determining a unified risk of the autonomous vehicle according to the takeover risk and the ambient risk.
Unified risk R of self-vehicle at any momentdriTake over (internal) risks r for in-vehicle users, respectivelyinRisk to the surroundings (outside) routLinear superposition of
Figure GDA0003609850990000131
Wherein the content of the first and second substances,
Figure GDA0003609850990000132
and
Figure GDA0003609850990000133
are weighting factors for take-over (internal) risks and ambient (external) risks, respectively.
Step 107: and determining a set of points with the lowest expected risk strength in the multiple risk assessment of the automatic driving vehicle according to the unified risk, and recording as an optimal safe path.
At any time, the set family of the path planning points of the self-vehicle is marked as PcCan be represented as
Pc={Pc1,Pc2,…,Pcn}
Wherein, PcnRefers to the nth set of path planning points, the whole set PcIs generated from an initial set Pc1Initially, newly appearing elements (collections) are sorted in a sequence of corner-marked numbers and are individually grouped into the collection family. The whole planning process is composed of a single planning result, and planning of different times corresponds to the sequence { c1, c2, …, cn }, namelyThe first plan is referred to as c1 for a total of n plans.
Set Pc1The middle point is the original point with the current self-vehicle position X as the origin and R as the originmThe boundary of the paradigm sphere, which is the distance, is on the intersection curve with the road surface. Meanwhile, provision is made for:
Rm=v·c
where c is a moving range coefficient and v is a scalar of the current vehicle speed. Then, a reference P is obtainedc1Set P ofc1cAnd is recorded as:
Pc1c={XP|||X-XP||=vc}∩{road sueface points}
needs to be in the set Pc1cTo find the set (sub-optimal solution set) with lower risk intensity, and the point (set) is Pc1Is marked as
Pc1={arg min{rpc1c}±γ}
Wherein, { rpc1cIs the set Pc1cThe set of risk strengths possessed by each element, note here that Pc1It is possible that not a single point set, but a set of points.
When P is presentc1When not a single point set, the points within the set can be defined as:
Figure GDA0003609850990000141
wherein
Figure GDA0003609850990000142
Is referred to in the set Pc1The m-th element in (1).
Draw out Pc1Then, P is addedc1Repeating the above steps as a new X point (set) to obtain Pc2(modified here to
Figure GDA0003609850990000143
) In this way, iterative calculations are performed to obtain new points (sets).
For a single path, it is a set of single coordinate points, denoted as
Figure GDA0003609850990000144
Due to the "turn-around" routes that cannot be completed by the vehicle, it is necessary to screen points whose spatial positions satisfy the vehicle's motion ability in each risk assessment result, for example, in a set
Figure GDA0003609850990000145
Selected point in
Figure GDA0003609850990000146
Is in the set
Figure GDA0003609850990000147
To the selected point
Figure GDA0003609850990000148
The values in the vehicle coordinate system are all large, and the relationship is expressed as:
Figure GDA0003609850990000149
(Note that the unreachable problem of the target point in the conventional manual potential field method may not reach the target point because the repulsive potential field in front of the target point is larger than the attractive potential field, in addition to the fact that the planned point may fall into the local minimum point; a commonly used solution, for example, provides an artificial disturbance to the current planned point to make it jump out of the local minimum point. however, in the risk assessment work, the action of adding the artificial disturbance is also a dangerous action because the artificial disturbance may make the planned point jump into a high-risk region, which is unreasonable; secondly, the repulsive potential field provided by the risk element forms a risk barrier to the target point, which indicates that the region is at a high risk and the vehicle should stop moving ahead, rather than forcibly crossing the risk aggregation region to reach the target point; in this patent, if the target point is not set, the path planning of the vehicle should be along a low-risk path, if the area where the current risk element is located cannot be crossed, the vehicle should stop advancing. )
Iteratively calculating until the wayThe path points are spatially "stagnant" (even if the distance between the planned path points is small, so that the position of the vehicle in the space is not significantly changed), that is, arbitrary values delta and N are givenPSuch that (where collective symbols are used instead of existing single location points)
||Pcn,Pcn+Np||1<δ
At this time, only P is reservedcnAs a result of the final planning, i.e. discarding Pcn+1Up to Pcn+NpThe planning result of (2).
In the whole planning process, an optimal solution set is not obtained every time, but a suboptimal solution set, namely a point with smaller risk is obtained, and then a path with the minimum risk expectation is selected from all risk evaluations. Therefore, for any one evaluation, the risk strength of all points (elements) in the suboptimal solution set is different, i.e. the risk strength corresponding to each point in the suboptimal solution set in the c1 th risk evaluation result is:
Figure GDA0003609850990000151
where t means that there are t elements in the c1 th risk assessment result (suboptimal solution set).
For risk assessment of a total of cn times, the conditional probabilities in the probability theory and the expected numerical characteristics of the discrete random variables are based. The mathematical expectation expression is as follows
Figure GDA0003609850990000152
Then, consider the non-reentrant problem as event B (event B), so the optimal path is
Figure GDA0003609850990000153
Step 108: and controlling the corner of the front wheel of the vehicle according to the optimal safety path to ensure that the vehicle road is attached to the optimal safety path.
Step 109: a path error is determined.
Step 110: and obtaining the front wheel rotation angle variable quantity based on the path error and the vehicle front wheel rotation angle.
Step 111: and controlling the vehicle according to the front wheel corner variation to enable the vehicle to continuously approach the optimal safe path.
At the actuator, it is noted ζ, and a limited set of path points constituting this path ζ is redefined, noted P ζ (P)1,...,pm). Meanwhile, a path formed by the motion of the vehicle at present is defined and is marked as xi. However, the path is actually composed of finite points, so we need to fit the finite set by using quintic polynomial method to get a continuous path function, which is expressed as ξc
Determining an optimal safe path, denoted as ζ, and redefining a finite set of path points, denoted as P ζ (P), forming the path ζ1,...,pm). Meanwhile, a path formed by the motion of the vehicle at present is defined and is marked as xi. However, since the path is actually composed of finite points, it is necessary to fit the finite set using quintic polynomial method to obtain a continuous path function, which is expressed as ξc
Regarding the planned optimal safe path zeta as a desired path, the front wheel turning angle theta needs to be controlled (assuming that the vehicle is a front wheel steering vehicle), and the vehicle path zeta is attached to the optimal safe path zeta. Here, a path error e, e ═ ζ - ξ | is defined, and the step size per error observation is denoted as T.
Considering the planned optimal safe path zeta as a desired path, the front wheel steering angle theta needs to be controlled (assuming that the vehicle is a front wheel steering automobile), and the vehicle path zeta is attached to the optimal safe path zeta. Here we define the path error ε, and the step size for each error observation is denoted as T.
After the error epsilon is observed, a PID controller is adopted, and the front wheel steering angle of the vehicle is used as a control quantity. (within a step T, it is desirable for the vehicle to be able to derive a front wheel angle change Δ θ from the error ε observed during the beginning of the step T by a PID controller, the front wheel angle change Δ θ causing the vehicle to begin to decrease by a step-wise amount within the T, thereby causing the vehicle to approach the optimal safe path ζ, the control relationship being
Δθ=Kp·ε+Ki·∫ε·dt+Kd·(dε/dt)
Wherein K ispIs the proportional term coefficient, K, of the PID controlleriIs the integral term coefficient, K, of the PID controllerdIs the PID controller differential term coefficient.
In this embodiment, we consider a special (extreme) case, that is, we assume that the weather is sunny, the road is a straight road with a single lane (the gradient is zero), the road surface is in good condition, there is no road facility, the rule is that no vehicle collision is allowed, the vehicle system is always normal and no pedestrian, and there is only one vehicle (side vehicle) (coordinate x) in front of the own vehicle (coordinate x) 0). Then, at this point:
rl60 (no risk is considered on sunny days);
rl50 (good road surface condition is considered as no risk);
rl40 (no asset is considered as no risk);
rl30 (non-crashable legislation is considered as no risk);
rl20 (vehicle systems are always normally considered risk-free);
rl11 m1 (no pedestrian only having a week risk)
M selects the Artificial potential field method (Artificial potential field). Therefore, the risk intensity of the side vehicle to the self vehicle is obtained by the formula of the artificial potential field method and is recorded as
rl1=1/2k0r^2(x,x0)
Wherein k is0Is the potential field coefficient, r ^2(x, x)0) Is a distance function based on the coordinates of the own vehicle and the side vehicle;
ambient (external) risk routIs composed of
rout=∑klirlj=kl1[1/2k0r^2(x,x0)]
Designing a subjective evaluation questionnaire according to the SAEJ1441 standard to obtain subjective evaluation scores of the in-vehicle user about the takeover process, wherein the subjective evaluation scores are interference evaluation srtadisAnd control evaluation srtacon
Evaluation of sr for interferencetadisAnd control evaluation srtacon(two evaluation types) an offline training dataset is constructed that is used to train the predictive model for its evaluation results. Specifically, first, different subjective evaluation grades (for the two evaluation types) are set as different labels. Secondly, the vehicle speed v (own vehicle) and the road curvature rho data corresponding to different subjective evaluation levels are used as input data under the subjective evaluation levels, so that (two, aiming at different evaluation types) subjective evaluation data sets are constructed.
In addition, based on two established subjective evaluation data sets, two neural network models are respectively established (corresponding to the two data sets one by one), the two data sets are used, and an error reverse propagation algorithm is adopted to complete the off-line training work of the two neural network models, so that two subjective evaluation prediction models of the taking-over process of the vehicle user based on the vehicle speed v and the road curvature rho data are obtained;
in the actual driving process of the self-vehicle, the automatic driving system can predict the subjective evaluation result of the driver in the potential taking-over process according to the current vehicle speed and the road curvature and by combining the trained neural network model, wherein the prediction result is srta,srtaIncluding interference assessment srtadisAnd control evaluation srtacon
Based on the predicted subjective evaluation result srtadisThe interference risk r can be designeddisIs composed of
rdis=krdissrtadis
Wherein, krdisThe correction factor is evaluated for interference. After the information of the current self-parking position and the week position is introduced, the formula can be further rewritten as:
rdis=(krdissrtadis·r^2(x,x0))/2
in the same way, based on the predicted subjective evaluation result srtaconAnd considering the own car position and the week car position information, the interference risk can be designed to be
rcon=krcon·(1/(1+e^(srtacon-srtacon-mid)))sig(srtacon-srtacon-mid)
Wherein, krdisFor the interference evaluation of the correction factor, srtacon-midFor subjective evaluation of median in the ruler table (sr when using SAEJ 1441) tacon-mid5) that can be further rewritten as current vehicle location and week location information when introduced
rcon=[krcon·(1/(1+e^(srtacon-srtacon-mid)))sig(srtacon-srtacon-mid)r^2(x,x0)]/2
Then, an (internal) risk r can be obtainedin
rin=||(krdissrtadis·r^2(x,x0))/2[krcon·(1/(1+e^(srtacon-srtacon-mid)))sig(srtacon-srtacon-mid)r^2(x,x0)]/2||1
A unified risk R can be obtaineddri
Rdri=(krdissrtadis·r^2(x,x0))/2+krin||(krdissrtadis·r^2(x,x0))/2
rcon=krcon·(1/(1+e^(srtacon-srtacon-mid)))sig(srtacon-srtacon-mid)r^2(x,x0)]/2||1
Unified risk RdriActually representing the risk intensity in the current observation range, and further, developing the track path point generation work based on the risk intensity result.
Finally, we can get an optimal safe path, denoted as ζ, and redefine the finite set of path points that make up this path ζIs denoted by Pζ(P1,…,Pm). Meanwhile, a path formed by the motion of the vehicle at present is defined and is marked as xi. However, the path is actually composed of finite points, so we need to fit the finite set by using quintic polynomial method to get a continuous path function, which is expressed as ξc
We consider the planned optimal safe path ζ as a desired path and we need to control the front wheel steering angle θ (assuming our vehicle is a front-wheel-steering vehicle) and fit the own vehicle path ξ toward the optimal safe path ζ. Here, we define the path error epsilon, and the step length of each error observation is denoted as T; finally, we use the PID controller to take the vehicle front wheel steering angle as a control quantity after observing the error epsilon. (within a step T, it is desirable that the vehicle be able to derive a front wheel angle change Δ θ from the error ε observed during the beginning of the step T by a PID controller, the front wheel angle change Δ θ causing the vehicle to start decreasing in steps within the T by ε, thereby causing the vehicle to approach the optimal safe path ζ continuously, the control relationship being
Δθ=Kp·ε+Ki·∫ε·dt+Kd·(dε/dt)
Wherein K ispIs proportional term coefficient, K, of a PID controlleriIs the integral term coefficient, K, of the PID controllerdIs PID controller differential term coefficient;
based on the ideas and the methods, the subjective evaluation of the users in the vehicle is predicted in the taking-over process, a risk evaluation model is built based on the prediction result, then a continuous optimal path is planned according to the risk evaluation model, the front wheel turning angle of the vehicle is controlled according to the optimal path result, and finally the intelligent vehicle path planning work based on the automatic driving taking-over risk is achieved.
Fig. 2 is a schematic structural diagram of a path planning system for automatic driving take-over according to an embodiment of the present invention, and as shown in fig. 2, the system includes:
a takeover acceptance obtaining module 201, configured to obtain a takeover acceptance of the vehicle by the user;
an operation interference acceptance and control interference acceptance determining module 202, configured to determine an operation interference acceptance and a control interference acceptance according to the takeover acceptance;
an operation interference risk and control risk determining module 203, configured to determine an operation interference risk and a control risk according to the operation interference approval and the control interference approval;
a takeover risk determining module 204, configured to determine a takeover risk according to the operation interference risk and the control risk;
An ambient risk obtaining module 205, configured to obtain an ambient risk;
a unified risk determination module 206 for determining a unified risk of the autonomous vehicle based on the takeover risk and the ambient risk;
the optimal safe path determining module 207 is used for determining a set of points with the lowest expected risk strength in multiple risk evaluations of the automatic driving vehicle according to the unified risk and recording the set as an optimal safe path;
and the control module 208 is used for controlling the corner of the front wheel of the vehicle according to the optimal safety path track so that the vehicle is attached to the optimal safety path along the vehicle path.
In the present specification, the embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. For the system disclosed by the embodiment, the description is relatively simple because the system corresponds to the method disclosed by the embodiment, and the relevant points can be referred to the method part for description.
The principles and embodiments of the present invention have been described herein using specific examples, which are provided only to help understand the method and the core concept of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, the specific embodiments and the application range may be changed. In view of the above, the present disclosure should not be construed as limiting the invention.

Claims (10)

1. A path planning method for automatic driving takeover is characterized by comprising the following steps:
acquiring the acceptance of a user for taking over the vehicle;
determining operation interference acceptance and control interference acceptance according to the takeover acceptance;
determining an operation interference risk and a control risk according to the operation interference acceptance and the control interference acceptance;
determining a takeover risk according to the operation interference risk and the control risk;
acquiring the risk of the surrounding environment;
determining a unified risk of the autonomous vehicle according to the takeover risk and the ambient risk;
according to the unified risk, determining a set of points with the lowest expected risk strength in multiple risk evaluations of the automatic driving vehicle, and recording as an optimal safe path;
and controlling the corner of the front wheel of the vehicle according to the optimal safety path to ensure that the vehicle road is attached to the optimal safety path.
2. The method for path planning for autonomous driving take-over according to claim 1, wherein the expression of the take-over risk is as follows:
Figure FDA0003609850980000011
wherein r isdisRepresenting the risk of operational disturbances, rconIndicating control risk, DLateralRepresents the deviation of the vehicle from the center of the lane at the present time, L lanIndicating the lane width.
3. The method for path planning for autonomous driving take-over according to claim 1 wherein the ambient risk includes two aspects, an external environment other than an autonomous vehicle and an autonomous vehicle environment other than a driver.
4. The method of claim 1, wherein the environmental risk comprises six levels, the first level risk elements are traffic behaviors of the week and pedestrians, the second level risk elements are vehicle subsystems, the vehicle subsystems are systems which do not directly interact with users in the vehicles, the third level risk elements are traffic regulations, the fourth level risk elements are road facilities, the fifth level risk elements are road conditions, and the sixth level risk elements are climate conditions.
5. The method for path planning for autonomous driving take-over according to claim 1, wherein the expression of the ambient risk element is as follows:
rout=∑Klirli
wherein r isliIs the risk intensity, K, of all risk elements of layer iliIs the weighting factor, r, of the layerli=∑reijWherein reijIs the risk strength of the jth risk element of the ith layer.
6. The method for path planning for autonomous driving take-over according to claim 1, wherein the expression of the unified risk is as follows:
Figure FDA0003609850980000021
wherein the content of the first and second substances,
Figure FDA0003609850980000022
and
Figure FDA0003609850980000023
weight factors, r, for the takeover risk and the ambient risk, respectivelyoutFor the risk of the surrounding environment, rinTo take over the risk.
7. The method for planning a path taken over by automatic driving according to claim 1, wherein according to the unified risk, determining a set of points with the lowest expected risk intensity in multiple risk evaluations of the automatic driving vehicle, and recording as an optimal safe path specifically comprises:
set family P for determining planned points of bicycle path at any timec,Pc={Pc1,Pc2,…,Pcn}; wherein the set Pc1The middle point is the original point with the current self-vehicle position X as the origin and R as the originmThe boundary of the paradigm ball which is the distance is on the intersecting curve of the road surface;
according to the set Pc1Point determination set P ofclc(ii) a Wherein, Pc1c={XP|||X-XP||=vc}∩{road sueface points};
In the set PclcSelecting the set with the lowest risk intensity as Pc1,Pc1={argmin{rpc1c}±γ};
With said set Pc1Repeating the above steps to obtain P as a new own vehicle position Xc2Up to the Collection family PcAll the sets in the vehicle are updated to obtain the final set family P of the planning points of the vehicle pathc={Pc1,Pc2,…,Pcn};
Given arbitrary values of δ and NPSo that Pcn,Pcn+Np||1< delta, retention PcnDiscarding P as a final planning result cn+1Up to Pcn+NpThe planning result of (2);
determining the risk intensity corresponding to each point in the sub-optimal solution set in the c1 th risk assessment result
Figure FDA0003609850980000024
Wherein t is the total of t elements in the c1 th risk assessment result;
for a total of cn risk assessments, based on conditional probabilities in the probability theory and expected numerical characteristics of discrete random variables, the mathematical expectation expression is as follows:
Figure FDA0003609850980000031
the problem of non-foldback is considered to be EventB, so the optimal path is
Figure FDA0003609850980000032
8. The method for planning the path taken over by the automatic driver according to claim 1, wherein the method further comprises, after the step of controlling the turning angle of the front wheels of the vehicle according to the optimal safety path so as to fit the own vehicle path to the optimal safety path:
determining a path error;
obtaining a front wheel corner variation based on the path error and the vehicle front wheel corner;
and controlling the vehicle according to the front wheel corner variation to enable the vehicle to continuously approach the optimal safe path.
9. A system for path planning for automated driving takeover, the system comprising:
the system comprises a takeover acceptance acquiring module, a takeover acceptance acquiring module and a takeover acceptance acquiring module, wherein the takeover acceptance acquiring module is used for acquiring the takeover acceptance of a user on a vehicle;
an operation interference acceptance and control interference acceptance determining module for determining operation interference acceptance and control interference acceptance according to the take-over acceptance;
The operation interference risk and control risk determining module is used for determining operation interference risks and control risks according to the operation interference acceptance and the control interference acceptance;
a takeover risk determining module, configured to determine a takeover risk according to the operation interference risk and the control risk;
the ambient environment risk acquisition module is used for acquiring ambient environment risks;
a unified risk determination module for determining a unified risk of the autonomous vehicle according to the takeover risk and the ambient environment risk;
the optimal safety path determining module is used for determining a set of points with the lowest expected risk strength in multiple risk evaluations of the automatic driving vehicle according to the unified risk and recording the set as an optimal safety path;
and the control module is used for controlling the corner of the front wheel of the vehicle according to the optimal safety path so that the vehicle road is attached to the optimal safety path.
10. A computer-readable storage medium, characterized in that the computer-readable medium stores program code for execution by a device, the program code comprising the method for path planning for autopilot take-over according to any of claims 1-8.
CN202110684771.7A 2021-06-21 2021-06-21 Path planning method and system for automatic driving take-over Active CN113200054B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110684771.7A CN113200054B (en) 2021-06-21 2021-06-21 Path planning method and system for automatic driving take-over

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110684771.7A CN113200054B (en) 2021-06-21 2021-06-21 Path planning method and system for automatic driving take-over

Publications (2)

Publication Number Publication Date
CN113200054A CN113200054A (en) 2021-08-03
CN113200054B true CN113200054B (en) 2022-06-28

Family

ID=77022444

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110684771.7A Active CN113200054B (en) 2021-06-21 2021-06-21 Path planning method and system for automatic driving take-over

Country Status (1)

Country Link
CN (1) CN113200054B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114291111B (en) * 2021-12-30 2024-03-08 广州小鹏自动驾驶科技有限公司 Target path determination method, device, vehicle and storage medium
CN117091618B (en) * 2023-10-18 2024-01-26 理工雷科智途(北京)科技有限公司 Unmanned vehicle path planning method and device and electronic equipment

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3232286B1 (en) * 2016-04-15 2018-12-26 Volvo Car Corporation Device and method for safety stoppage of an autonomous road vehicle
TWI795392B (en) * 2018-01-03 2023-03-11 大陸商上海蔚蘭動力科技有限公司 Drive risk classification and prevention system and method for automatic drive and active drive
CN110276985B (en) * 2018-03-16 2020-12-15 华为技术有限公司 Automatic driving safety evaluation method, device and system
CN110414831B (en) * 2019-07-24 2020-04-03 清华大学 Human-vehicle-road coupling risk assessment method and device based on driver cognitive visual angle
CN111717221B (en) * 2020-05-29 2022-11-11 重庆大学 Automatic driving takeover risk assessment and man-machine friendly early warning method and early warning system
CN111861128B (en) * 2020-06-20 2024-03-22 清华大学 Method, system and storage medium for evaluating connection pipe comfort in man-machine cooperative control process of automatic driving vehicle

Also Published As

Publication number Publication date
CN113200054A (en) 2021-08-03

Similar Documents

Publication Publication Date Title
CN110187639B (en) Trajectory planning control method based on parameter decision framework
Li et al. Shared control driver assistance system based on driving intention and situation assessment
Wang et al. A reinforcement learning based approach for automated lane change maneuvers
Plöchl et al. Driver models in automobile dynamics application
You et al. Trajectory planning and tracking control for autonomous lane change maneuver based on the cooperative vehicle infrastructure system
US8437890B2 (en) Integrated framework for vehicle operator assistance based on a trajectory prediction and threat assessment
Chae et al. Virtual target-based overtaking decision, motion planning, and control of autonomous vehicles
CN113200054B (en) Path planning method and system for automatic driving take-over
Kim et al. Obstacle avoidance path planning based on output constrained model predictive control
WO2011009011A1 (en) An integrated framework for vehicle operator assistance based on a trajectory prediction and threat assessment
Fehér et al. Hierarchical evasive path planning using reinforcement learning and model predictive control
Hu et al. Event-triggered model predictive adaptive dynamic programming for road intersection path planning of unmanned ground vehicle
CN116134292A (en) Tool for performance testing and/or training an autonomous vehicle planner
Sun et al. DDPG-based decision-making strategy of adaptive cruising for heavy vehicles considering stability
Liu et al. A three-level game-theoretic decision-making framework for autonomous vehicles
Kamran et al. Minimizing safety interference for safe and comfortable automated driving with distributional reinforcement learning
Aksjonov et al. A safety-critical decision-making and control framework combining machine-learning-based and rule-based algorithms
Wei et al. Game theoretic merging behavior control for autonomous vehicle at highway on-ramp
Guo et al. Toward human-like behavior generation in urban environment based on Markov decision process with hybrid potential maps
Liu et al. The robustly-safe automated driving system for enhanced active safety
Alighanbari et al. Deep reinforcement learning with nmpc assistance nash switching for urban autonomous driving
Zhang et al. Structured road-oriented motion planning and tracking framework for active collision avoidance of autonomous vehicles
Rafat et al. A Novel Flexible Lane Changing (FLC) Method in Complicated‎ Dynamic Environment for Automated Vehicles
Oudainia et al. Personalized decision making and lateral path planning for intelligent vehicles in lane change scenarios
Xue et al. Fail-safe behavior and motion planning incorporating shared control for potential driver intervention

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