CN112706760A - Unmanned parking path planning method for special road scene - Google Patents

Unmanned parking path planning method for special road scene Download PDF

Info

Publication number
CN112706760A
CN112706760A CN202110055607.XA CN202110055607A CN112706760A CN 112706760 A CN112706760 A CN 112706760A CN 202110055607 A CN202110055607 A CN 202110055607A CN 112706760 A CN112706760 A CN 112706760A
Authority
CN
China
Prior art keywords
path
point
vehicle
points
parking
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
CN202110055607.XA
Other languages
Chinese (zh)
Other versions
CN112706760B (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 Tage Idriver Technology Co Ltd
Original Assignee
Beihang 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 Beihang University filed Critical Beihang University
Priority to CN202110055607.XA priority Critical patent/CN112706760B/en
Publication of CN112706760A publication Critical patent/CN112706760A/en
Application granted granted Critical
Publication of CN112706760B publication Critical patent/CN112706760B/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
    • B60W30/00Purposes of road vehicle drive control systems not related to the control of a particular sub-unit, e.g. of systems using conjoint control of vehicle sub-units
    • B60W30/06Automatic manoeuvring for parking

Landscapes

  • Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Transportation (AREA)
  • Mechanical Engineering (AREA)
  • Control Of Position, Course, Altitude, Or Attitude Of Moving Bodies (AREA)

Abstract

The invention discloses a method for planning an unmanned parking path for a special road scene, which divides a road space from a vehicle starting point to a parking terminal point into a plurality of space pieces by taking a transit stop point as a demarcation point, and can improve the solving speed of an algorithm; the drivable path and the path guide points of the vehicle in each space piece are obtained based on a random uniform sampling and augmentation type search algorithm, and the heuristic search algorithm is fused to optimize the path between every two adjacent path guide points, so that the length of the driving path can be shortened, and the solving speed of the algorithm is improved; the method comprises the steps of connecting the drivable paths of all space slices to obtain a vehicle motion path, optimizing the path in the drivable area under the vehicle motion constraint by establishing a target optimization function and a constraint condition, finishing unmanned parking path planning, dynamically adjusting the vehicle safety distance aiming at vehicles with different task functions, improving the trafficability of the vehicles in a complex and variable environment, and realizing real-time parking of the unmanned vehicles.

Description

Unmanned parking path planning method for special road scene
Technical Field
The invention relates to the technical field of unmanned driving, in particular to an unmanned parking path planning method for a special road scene.
Background
The special road scene generally refers to a road with a low structuralization degree, and under the road scene, no lane lines and clear road boundaries exist, and the road is curved and complex, such as fields, mining areas, ports and the like. The unmanned parking path planning under the special road scene mainly means that an unmanned vehicle generates a safe drivable path inside the special road scene according to external environment information, the state of the vehicle and parking task requirements. The unmanned vehicle needs to generate a drivable safe parking path under the constraint of vehicle kinematics according to the requirements of parking tasks.
For the urban road environment, because the road is continuous and the road surface is flat, unmanned path planning can be easily realized. For a complicated and severe special road scene, because the scene is complicated and diversified and is mostly a large-scale scene, how to perform unmanned parking path real-time planning in the special road scene is one of the technical difficulties.
In recent years, a path planning method for automatically driving vehicles is provided, and parking path planning is completed through heuristic search, but the method mainly aims at small-range areas of urban and rural scenes, and does not relate to geographic large-range parking scenes and road complex curved scenes, and the heuristic search under the scenes can cause low completeness of a planned path, slow solving speed of an algorithm and cannot ensure real-time planning of the parking path.
Disclosure of Invention
In view of the above, the invention provides an unmanned parking path planning method for a special road scene, which is used for solving the problem of path planning inside the road scene with a low structuralization degree and realizing the rapid generation of a vehicle parking path meeting the vehicle kinematics constraint in a large-scale area.
The invention provides a method for planning an unmanned parking path in a special road scene, which comprises the following steps:
s1: obtaining a starting point P from a vehicle0To the parking end point PNWarp stop motion pointP1,P2,…,PN-1(ii) a Wherein N is a positive integer;
s2: starting the vehicle from the starting point P by taking each passing stop point as a demarcation point0To the parking end point PNIs divided into N space slices S1,S2,…,SN
S3: judging the current space slice SkTwo end points P ofk-1And PkIs greater than a first threshold, k is 1,2, …, N; if yes, the current space slice S is processedkThe interior position points are randomly and uniformly sampled, the sampling points are random path points, each random path point is connected with 3 other closest random path points, and the current space slice S is obtained by utilizing an extended search algorithmkPossible travel path of, current space piece SkRandom path points on the travelable path and the current space segment SkTwo end points P ofk-1And PkFor the current space slice SkThe route guidance point of (1); if not, the current space slice S is divided into a plurality of space sliceskTwo end points P ofk-1And PkConnected as a current space slice SkPossible travel path of, current space piece SkTwo end points P ofk-1And PkFor the current space slice SkThe route guidance point of (1);
s4: repeatedly executing the step S3, acquiring the travelable path and the path guidance point of the next space slice k being k +1 until the acquisition of the travelable paths and the path guidance points of all the space slices is completed;
s5: optimizing the path between every two adjacent path guide points by using a heuristic search algorithm;
s6: connecting the feasible driving paths of all the optimized space pieces to obtain a vehicle moving path;
s7: and establishing a target optimization function, vehicle kinematics constraint, path curvature constraint and peripheral obstacle constraint, and performing iterative optimization on the vehicle motion path by taking a path guide point on the vehicle motion path as an initial solution to obtain an optimal parking path.
In one possible implementation, in the inventionIn the provided unmanned parking path planning method for the special road scene, step S1 is to obtain the starting point P of the vehicle0To the parking end point PNWarp stop point P of1,P2,…,PN-1The method specifically comprises the following steps:
receiving a parking terminal point P issued by a cloud intelligent platform through a global task receiving system in a vehicle-mounted computing unitNAnd a series of stop points P1,P2,…,PN-1Recording and storing; if the parking point does not exist, only the parking end point is recorded.
In a possible implementation manner, in the above unmanned parking path planning method for a special road scene provided by the present invention, in step S3, the current space slice S is obtained by using an extended search algorithmkThe travelable path of (2) specifically includes:
the difference between the cost values of any two connected random path points is the space distance of the two random path points, and the current space slice S is selectedkEnd point P ofk-1To the current space slice SkEnd point P ofkThe path with the smallest cost value is the current space slice SkIs determined.
In a possible implementation manner, in the above unmanned parking path planning method for a special road scene provided by the present invention, step S5 is to optimize a path between every two adjacent path guidance points by using a heuristic search algorithm, which specifically includes:
taking any two adjacent path guide points as a starting point and an end point of a heuristic search algorithm, and according to the distance d between the starting point and the end pointobjAdjusting the extended step length of the heuristic search algorithm to
Figure BDA0002900840840000031
And according to the distance d between the extended point and the end point of the heuristic search algorithmgoalAdjusting the weight w of the heuristic functionhIf, if
Figure BDA0002900840840000032
Then whIf 1, then
Figure BDA0002900840840000033
Then 1 < whLess than or equal to 1.2; based on the Ackerman bicycle model of the vehicle, path optimization between two adjacent path guide points is completed; and the course angle of the vehicle when reaching the terminal is consistent with the terminal course angle, and the terminal course angle is an included angle between the terminal and the next route guidance point of the terminal.
In a possible implementation manner, in the above unmanned parking path planning method for a special road scene provided by the present invention, step S7, establishing an objective optimization function, a vehicle kinematics constraint, a path curvature constraint, and a peripheral obstacle constraint, and iteratively optimizing a vehicle motion path with a path guide point on the vehicle motion path as an initial solution to obtain an optimal parking path specifically includes:
establishing a target function related to path curvature cost, obstacle cost and path length cost by taking the vehicle motion path as an initial solution; wherein the path curvature cost is the sum of the curvatures of all path guide points on the vehicle motion path; the obstacle cost is dobsAnd a second threshold value dthdDifference of (d)obsDistance between route guide point and nearest obstacle, if dobs≥dthdThe obstacle cost is 0, if dobs<dthdThen the cost of the obstacle is d corresponding to all the route guidance pointsobsAnd dthdThe sum of the squares of the differences; the path length cost is the sum of the distances between every two adjacent path guide points on the vehicle motion path; under the condition of meeting the vehicle kinematics constraint, the path curvature constraint and the peripheral obstacle constraint, the sum of the path curvature cost, the obstacle cost and the path length cost of the target optimization function is minimized, and the optimal parking path is obtained.
In a possible implementation manner, in the above unmanned parking path planning method for a special road scene provided by the present invention, after performing step S6, connecting the feasible driving paths of all optimized space pieces to obtain a vehicle motion path, performing step S7, establishing an objective optimization function, and vehicle kinematic constraint, path curvature constraint, and peripheral obstacle constraint, and performing iterative optimization on the vehicle motion path with a path guide point on the vehicle motion path as an initial solution to obtain an optimal parking path, the method further includes:
all path guide points on the vehicle motion path are used as control nodes of a B spline, the B spline is used for carrying out curve fitting on the vehicle motion path, twice of the vehicle length is used as an interval step length, path interpolation of the vehicle motion path is completed, and the interpolation nodes are used for replacing original path guide points on the vehicle motion path.
The unmanned parking path planning method for the special road scene is provided aiming at the problem of low planning efficiency of unmanned parking path planning in special road environments such as fields, mining areas and ports. The road space from the starting point to the parking end point of the vehicle is divided into a plurality of space pieces by taking the passing point as a demarcation point, so that the solving speed of the algorithm can be improved; the drivable path and the path guide points of the vehicle in each space piece are obtained based on a random uniform sampling and augmentation type search algorithm, and the heuristic search algorithm is fused to optimize the path between every two adjacent path guide points, so that the length of the driving path can be shortened, and the solving speed of the algorithm is improved; real-time parking of the unmanned vehicle is realized; the method comprises the steps of connecting the drivable paths of all space slices to obtain a vehicle motion path, optimizing the path in the drivable area under the constraint of vehicle motion by establishing a target optimization function and a constraint condition, finishing unmanned parking path planning, dynamically adjusting the vehicle safety distance aiming at vehicles with different task functions, reducing the curvature of the unmanned vehicle parking path, improving the trafficability of the vehicle in a complex and variable environment, and realizing real-time parking of the unmanned vehicle.
Drawings
FIG. 1 is a flow chart of a method for unmanned parking path planning for special road scenarios provided by the present invention;
fig. 2 is a schematic view of the special road scene space segment division and parking path planning in embodiment 1 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 illustrative and are not intended to limit the present invention.
The invention provides a method for planning an unmanned parking path in a special road scene, which comprises the following steps as shown in figure 1:
s1: obtaining a starting point P from a vehicle0To the parking end point PNWarp stop point P of1,P2,…,PN-1(ii) a Wherein N is a positive integer;
s2: starting the vehicle from the starting point P by taking each passing stop point as a demarcation point0To the parking end point PNIs divided into N space slices S1,S2,…,SN
S3: judging the current space slice SkTwo end points P ofk-1And PkIs greater than a first threshold value dmK is 1,2, …, N; if yes, the current space slice S is processedkThe interior position points are randomly and uniformly sampled, the sampling points are random path points, each random path point is connected with 3 other closest random path points, and the current space slice S is obtained by utilizing an extended search algorithmkPossible travel path of, current space piece SkRandom path points on the travelable path and the current space segment SkTwo end points P ofk-1And PkFor the current space slice SkThe route guidance point of (1); if not, the current space slice S is divided into a plurality of space sliceskTwo end points P ofk-1And PkConnected as a current space slice SkOf the current space piece, two end points P of the current space piecek-1And PkFor the current space slice SkThe route guidance point of (1);
s4: repeatedly executing the step S3, acquiring the travelable path and the path guidance point of the next space slice k being k +1 until the acquisition of the travelable paths and the path guidance points of all the space slices is completed;
s5: optimizing the path between every two adjacent path guide points by using a heuristic search algorithm;
s6: connecting the feasible driving paths of all the optimized space pieces to obtain a vehicle moving path;
s7: and establishing a target optimization function, vehicle kinematics constraint, path curvature constraint and peripheral obstacle constraint, and performing iterative optimization on the vehicle motion path by taking a path guide point on the vehicle motion path as an initial solution to obtain an optimal parking path.
The following describes a specific implementation of the above-mentioned unmanned parking path planning method for a special road scene according to a specific embodiment.
Example 1:
the first step is as follows: obtaining a starting point P from a vehicle0To the parking end point PNWarp stop point P of1,P2,…,PN-1(ii) a Wherein N is a positive integer.
Each vehicle can be provided with a vehicle-mounted computing unit for running a path planning algorithm, and a global task receiving system in the vehicle-mounted computing unit receives a parking terminal point P issued by a cloud intelligent platformNAnd a series of stop points P1,P2,…,PN-1The vehicle-mounted computing unit is used for parking the vehicle at the end point PNAnd all the passing stop points P1,P2,…,PN-1And recording and storing. If the parking point does not exist, only the parking end point is recorded. As shown in fig. 2, from the vehicle starting point P0To the parking end point P5With four warp stop points P in between1、P2、P3And P4Dotted line A1And dotted line A2Representing the left and right boundaries of the road, respectively.
The second step is that: starting the vehicle from the starting point P by taking each passing stop point as a demarcation point0To the parking end point PNIs divided into N space slices S1,S2,…,SN
From the vehicle starting point P0To the first passing stop point P1Is the first space slice S1From the firstWarp stop point P1To a second point of warp stop P2In the area of the second space piece S2From the second point of transit P2To a third point of warp stop P3In the third space segment S3By analogy, from the N-1 th warp stop point PN-1To the parking end point PNIn the Nth space slice SN. As shown in FIG. 2, the vehicle is started from point P0To the parking end point P5Is divided into 5 space slices S1、S2、S3、S4、S5
The third step: judging the current space slice SkTwo end points P ofk-1And PkIs greater than a first threshold, k is 1,2, …, N; if yes, the current space slice S is processedkThe interior position points are randomly and uniformly sampled, the sampling points are random path points, each random path point is connected with 3 other closest random path points, and the current space slice S is obtained by utilizing an extended search algorithmkPossible travel path of, current space piece SkRandom path points on the travelable path and the current space segment SkTwo end points P ofk-1And PkFor the current space slice SkThe route guidance point of (1); if not, the current space slice S is divided into a plurality of space sliceskTwo end points P ofk-1And PkConnected as a current space slice SkPossible travel path of, current space piece SkTwo end points P ofk-1And PkFor the current space slice SkThe path guidance point of (1).
In particular, from the first space piece S1Starting to judge the first space slice S1Two end points of (2), i.e. the vehicle starting point P0And a first warp stop point P1Whether the distance therebetween is greater than a first threshold; if yes, utilizing the vehicle-mounted computing unit to carry out calculation on the first space slice S1The interior position points are randomly and uniformly sampled, the sampling points are random path points, each random path point is connected with 3 other random path points which are nearest, and a first space slice S is obtained by utilizing an augmentation search algorithm1The first space piece S1Random route points on the travelable route and the first space segment S1Two end points P of0And P1For the first space slice S1The route guidance point of (1); if not, the first space slice S1Two end points of (2), i.e. the vehicle starting point P0And a first warp stop point P1Connected as a first space piece S1The first space piece S1Two end points of (2), i.e. the vehicle starting point P0And a first warp stop point P1For the first space slice S1The path guidance point of (1). Then, for the second space slice S2Making a judgment to obtain a second space slice S2The possible driving path and the path guiding point, the concrete process and the first space slice S1Similarly, the description is omitted here. And by analogy, judging all the space pieces so as to obtain the travelable paths and path guide points of all the space pieces. As shown in fig. 2, from the vehicle starting point P0To the first passing stop point P1First space slice S1With 3 path guidance points Q0、Q1And Q2Wherein Q is0Is a vehicle starting point P0,Q1Being random path points, Q2Is an end point P1(ii) a From the first point of warp stop P1To a second point of warp stop P2Second space piece S2With 2 path guidance points Q2And Q3Wherein Q is3Are all endpoints P2(ii) a From the second point of warp stop P2To a third point of warp stop P3Third space piece S3With 2 path guidance points Q3And Q4Wherein Q is4Is an end point P3(ii) a From a third point of warp stop P3To a fourth point of warp stop P4Fourth space piece S4With 3 path guidance points Q4、Q5And Q6Wherein Q is5Being random path points, Q6Is an end point P4(ii) a From the fourth point of stoppage P4To the parking end point P5The fifth space piece S5With 4 path guidance points Q6,Q7,Q8And Q9Wherein Q is7And Q8Are all random path points, Q9For parking terminal P5
In the current space slice SkMaking a judgment, and the current space slice SkTwo end points P ofk-1And PkWhen the distance between the space slices is greater than the first threshold value, the current space slice S needs to be processedkRandom uniform sampling is carried out to obtain random path points, each random path point is connected with 3 other random path points which are nearest, and therefore an end point P from the current space slice is obtainedk-1To the current space slice SkEnd point P ofkHaving many paths, then, using an augmented search algorithm, the current space slice S can be obtained from many pathskOf the current space piece S, in particularkThe travelable path of (2) can be obtained by: the difference between the cost values of any two connected random path points is the spatial distance of the two random path points, for example, a path is randomly selected from a plurality of paths, and the starting point of the path, i.e. the current space slice S, is assumedkEnd point P ofk-1Has a cost value of a, the starting point P of the pathk-1The spatial distance between the random path point and the connected random path point is b, and the random path point and the starting point P arek-1The cost value of the connected random path point is a + b; traversing an endpoint P from a current spatial slicek-1To the current space slice SkEnd point P ofkAfter all the paths are selected, the current space slice S is selectedkEnd point P ofk-1To the current space slice SkEnd point P ofkAs the current space slice S, the path with the smallest cost valuekIs determined.
The fourth step: after the travelable paths and the path guide points of all the space pieces are obtained, optimizing the path between every two adjacent path guide points by using a heuristic search algorithm.
Specifically, any two adjacent path guide points are taken as a starting point and an end point of a heuristic search algorithm, and the distance d between the starting point and the end point is determined according to the distance d between the starting point and the end pointobjAdjusting the extended step length of the heuristic search algorithm to
Figure BDA0002900840840000081
And according to the distance d between the extended point and the end point of the heuristic search algorithmgoalAdjusting the weight w of the heuristic functionhIf, if
Figure BDA0002900840840000082
Then whIf 1, then
Figure BDA0002900840840000083
Then 1 < whLess than or equal to 1.2; then, based on the Ackerman bicycle model of the vehicle, path optimization between the two adjacent path guide points is completed; it should be noted that the heading angle of the vehicle when reaching the end point needs to be consistent with the end point heading angle, and the end point heading angle is an included angle between the end point and the next route guidance point of the end point.
The fifth step: after optimizing the paths between all the adjacent two path guide points in all the space pieces, connecting the feasible driving paths of all the optimized space pieces to obtain the vehicle movement path.
And a sixth step: all path guide points on the vehicle motion path are used as control nodes of a B spline, the B spline is used for carrying out curve fitting on the vehicle motion path, twice of the vehicle length is used as an interval step length, path interpolation of the vehicle motion path is completed, and the interpolation nodes are used for replacing original path guide points on the vehicle motion path.
The seventh step: and establishing a target optimization function, vehicle kinematics constraint, path curvature constraint and peripheral obstacle constraint, and performing iterative optimization on the vehicle motion path by taking a path guide point on the vehicle motion path subjected to path interpolation as an initial solution to obtain an optimal parking path.
Establishing a target function related to path curvature cost, obstacle cost and path length cost by taking a vehicle motion path as an initial solution; the path curvature cost is the sum of the curvatures of all path guide points on the vehicle motion path; the cost of the obstacle is dobsAnd a second threshold value dthdDifference of (d)obsDistance between guide point of path and nearest obstacleIf d is away fromobs≥dthdThe obstacle cost is 0, if dobs<dthdThen the cost of the obstacle is d corresponding to all the route guidance pointsobsAnd dthdThe sum of the squares of the differences; the path length cost is the sum of the distances between every two adjacent path guide points on the vehicle motion path; under the condition of meeting the vehicle kinematics constraint, the path curvature constraint and the peripheral obstacle constraint, the sum of the path curvature cost, the obstacle cost and the path length cost of the target optimization function is minimized, and therefore the optimal parking path is obtained.
The unmanned parking path planning method for the special road scene is provided aiming at the problem of low planning efficiency of unmanned parking path planning in special road environments such as fields, mining areas and ports. The road space from the starting point to the parking end point of the vehicle is divided into a plurality of space pieces by taking the passing point as a demarcation point, so that the solving speed of the algorithm can be improved; the drivable path and the path guide points of the vehicle in each space piece are obtained based on a random uniform sampling and augmentation type search algorithm, and the heuristic search algorithm is fused to optimize the path between every two adjacent path guide points, so that the length of the driving path can be shortened, the solving speed of the algorithm is improved, and the real-time parking of the unmanned vehicle is realized; the method comprises the steps of connecting the drivable paths of all space slices to obtain a vehicle motion path, optimizing the path in the drivable area under the constraint of vehicle motion by establishing a target optimization function and a constraint condition, finishing unmanned parking path planning, dynamically adjusting the vehicle safety distance aiming at vehicles with different task functions, reducing the curvature of the unmanned vehicle parking path, improving the trafficability of the vehicle in a complex and variable environment, and realizing real-time parking of the unmanned vehicle.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (6)

1. A method for planning an unmanned parking path for a special road scene is characterized by comprising the following steps:
s1: obtaining a starting point P from a vehicle0To the parking end point PNWarp stop point P of1,P2,…,PN-1(ii) a Wherein N is a positive integer;
s2: starting the vehicle from the starting point P by taking each passing stop point as a demarcation point0To the parking end point PNIs divided into N space slices S1,S2,…,SN
S3: judging the current space slice SkTwo end points P ofk-1And PkIs greater than a first threshold, k is 1,2, …, N; if yes, the current space slice S is processedkThe interior position points are randomly and uniformly sampled, the sampling points are random path points, each random path point is connected with 3 other closest random path points, and the current space slice S is obtained by utilizing an extended search algorithmkPossible travel path of, current space piece SkRandom path points on the travelable path and the current space segment SkTwo end points P ofk-1And PkFor the current space slice SkThe route guidance point of (1); if not, the current space slice S is divided into a plurality of space sliceskTwo end points P ofk-1And PkConnected as a current space slice SkPossible travel path of, current space piece SkTwo end points P ofk-1And PkFor the current space slice SkThe route guidance point of (1);
s4: repeatedly executing the step S3, acquiring the travelable path and the path guidance point of the next space slice k being k +1 until the acquisition of the travelable paths and the path guidance points of all the space slices is completed;
s5: optimizing the path between every two adjacent path guide points by using a heuristic search algorithm;
s6: connecting the feasible driving paths of all the optimized space pieces to obtain a vehicle moving path;
s7: and establishing a target optimization function, vehicle kinematics constraint, path curvature constraint and peripheral obstacle constraint, and performing iterative optimization on the vehicle motion path by taking a path guide point on the vehicle motion path as an initial solution to obtain an optimal parking path.
2. The method for unmanned vehicle parking path planning for special road scenes as claimed in claim 1, wherein step S1 obtains the point P from the vehicle start point0To the parking end point PNWarp stop point P of1,P2,…,PN-1The method specifically comprises the following steps:
receiving a parking terminal point P issued by a cloud intelligent platform through a global task receiving system in a vehicle-mounted computing unitNAnd a series of stop points P1,P2,…,PN-1Recording and storing; if the parking point does not exist, only the parking end point is recorded.
3. The method for unmanned vehicle parking path planning for special road scenes as claimed in claim 1, wherein in step S3, the current space piece S is obtained by using an extended search algorithmkThe travelable path of (2) specifically includes:
the difference between the cost values of any two connected random path points is the space distance of the two random path points, and the current space slice S is selectedkEnd point P ofk-1To the current space slice SkEnd point P ofkThe path with the smallest cost value is the current space slice SkIs determined.
4. The method for planning the unmanned parking path for the special road scene as claimed in claim 1, wherein step S5, using a heuristic search algorithm, optimizes the path between each two adjacent path guidance points, specifically comprising:
taking any two adjacent path guide points as a starting point and an end point of a heuristic search algorithm, and according to the distance d between the starting point and the end pointobjAdjusting the extended step length of the heuristic search algorithm to
Figure FDA0002900840830000021
And according to the distance d between the extended point and the end point of the heuristic search algorithmgoalAdjusting the weight w of the heuristic functionhIf, if
Figure FDA0002900840830000022
Then whIf 1, then
Figure FDA0002900840830000023
Then 1 < whLess than or equal to 1.2; based on the Ackerman bicycle model of the vehicle, path optimization between two adjacent path guide points is completed; and the course angle of the vehicle when reaching the terminal is consistent with the terminal course angle, and the terminal course angle is an included angle between the terminal and the next route guidance point of the terminal.
5. The unmanned parking path planning method for the special road scene as claimed in claim 1, wherein step S7, establishing an objective optimization function, a vehicle kinematics constraint, a path curvature constraint and a peripheral obstacle constraint, and iteratively optimizing the vehicle motion path with a path guide point on the vehicle motion path as an initial solution to obtain an optimal parking path specifically comprises:
establishing a target function related to path curvature cost, obstacle cost and path length cost by taking the vehicle motion path as an initial solution; wherein the path curvature cost is the sum of the curvatures of all path guide points on the vehicle motion path; the obstacle cost is dobsAnd a second threshold value dthdDifference of (d)obsDistance between route guide point and nearest obstacle, if dobs≥dthdThe obstacle cost is 0, if dobs<dthdThen the cost of the obstacle is d corresponding to all the route guidance pointsobsAnd dthdThe sum of the squares of the differences; the path length cost is the sum of the distances between every two adjacent path guide points on the vehicle motion path; under the condition of satisfying the vehicle kinematic constraint, the path curvature constraint and the peripheral obstacle constraintAnd the sum of the path curvature cost, the obstacle cost and the path length cost of the target optimization function is minimum, so that the optimal parking path is obtained.
6. The unmanned parking path planning method for special road scenes as claimed in any one of claims 1 to 5, wherein after executing step S6, connecting the feasible driving paths of all optimized space slices to obtain a vehicle motion path, executing step S7, establishing an objective optimization function, and vehicle kinematics constraint, path curvature constraint and peripheral obstacle constraint, and performing iterative optimization on the vehicle motion path with a path guide point on the vehicle motion path as an initial solution to obtain an optimal parking path, further comprises:
all path guide points on the vehicle motion path are used as control nodes of a B spline, the B spline is used for carrying out curve fitting on the vehicle motion path, twice of the vehicle length is used as an interval step length, path interpolation of the vehicle motion path is completed, and the interpolation nodes are used for replacing original path guide points on the vehicle motion path.
CN202110055607.XA 2021-01-15 2021-01-15 Unmanned parking path planning method for special road scene Active CN112706760B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110055607.XA CN112706760B (en) 2021-01-15 2021-01-15 Unmanned parking path planning method for special road scene

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110055607.XA CN112706760B (en) 2021-01-15 2021-01-15 Unmanned parking path planning method for special road scene

Publications (2)

Publication Number Publication Date
CN112706760A true CN112706760A (en) 2021-04-27
CN112706760B CN112706760B (en) 2022-04-22

Family

ID=75549108

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110055607.XA Active CN112706760B (en) 2021-01-15 2021-01-15 Unmanned parking path planning method for special road scene

Country Status (1)

Country Link
CN (1) CN112706760B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113551679A (en) * 2021-07-23 2021-10-26 杭州海康威视数字技术股份有限公司 Map information construction method and device in teaching process
CN115116220A (en) * 2022-06-15 2022-09-27 北京航空航天大学 Unmanned multi-vehicle cooperative control method for loading and unloading scene of mining area

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110293965A (en) * 2019-06-28 2019-10-01 北京地平线机器人技术研发有限公司 Method of parking and control device, mobile unit and computer-readable medium
CN110533952A (en) * 2019-08-28 2019-12-03 何英明 A kind of urban area parking management system based on electronic license plate detection
CN111413966A (en) * 2020-03-12 2020-07-14 天津大学 Progressive model prediction unmanned planning tracking cooperative control method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110293965A (en) * 2019-06-28 2019-10-01 北京地平线机器人技术研发有限公司 Method of parking and control device, mobile unit and computer-readable medium
CN110533952A (en) * 2019-08-28 2019-12-03 何英明 A kind of urban area parking management system based on electronic license plate detection
CN111413966A (en) * 2020-03-12 2020-07-14 天津大学 Progressive model prediction unmanned planning tracking cooperative control method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
徐国艳等: "基于DDPG的无人车智能避障方法研究", 《汽车工程》 *
李宏刚等: "无人驾驶矿用运输车辆感知及控制方法", 《北京航空航天大学学报》 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113551679A (en) * 2021-07-23 2021-10-26 杭州海康威视数字技术股份有限公司 Map information construction method and device in teaching process
CN115116220A (en) * 2022-06-15 2022-09-27 北京航空航天大学 Unmanned multi-vehicle cooperative control method for loading and unloading scene of mining area
CN115116220B (en) * 2022-06-15 2023-05-23 北京航空航天大学 Unmanned multi-vehicle cooperative control method for mining area loading and unloading scene

Also Published As

Publication number Publication date
CN112706760B (en) 2022-04-22

Similar Documents

Publication Publication Date Title
CN110749333B (en) Unmanned vehicle motion planning method based on multi-objective optimization
CN107702716B (en) Unmanned driving path planning method, system and device
CN113204236B (en) Intelligent agent path tracking control method
Salaris et al. Shortest paths for a robot with nonholonomic and field-of-view constraints
CN108981716B (en) Path planning method suitable for inland and offshore unmanned ship
CN107085437A (en) A kind of unmanned aerial vehicle flight path planing method based on EB RRT
CN112706760B (en) Unmanned parking path planning method for special road scene
CN109270933A (en) Unmanned barrier-avoiding method, device, equipment and medium based on conic section
CN109579854B (en) Unmanned vehicle obstacle avoidance method based on fast expansion random tree
CN113916246A (en) Unmanned obstacle avoidance path planning method and system
CN110928297A (en) Intelligent bus route planning method based on multi-objective dynamic particle swarm optimization
CN111006667A (en) Automatic driving track generation system under high-speed scene
CN109685237B (en) Unmanned aerial vehicle flight path real-time planning method based on Dubins path and branch limit
CN111768647A (en) Autonomous parking method and device based on mobile edge calculation
CN109974739B (en) Global navigation system based on high-precision map and navigation information generation method
CN116185014A (en) Intelligent vehicle global optimal track planning method and system based on dynamic planning
CN113485360B (en) AGV robot path planning method and system based on improved search algorithm
CN113886764A (en) Intelligent vehicle multi-scene track planning method based on Frenet coordinate system
CN113467476A (en) Non-collision detection rapid stochastic tree global path planning method considering corner constraint
CN115755951A (en) Unmanned aerial vehicle obstacle avoidance method for quickly recovering flight path
CN115071686A (en) Parking method for unmanned mining vehicle in long and narrow area
CN113009922B (en) Scheduling management method for robot walking path
CN115903854B (en) Automatic driving real-time track planning method for dynamic structured road
CN117036374A (en) Laser radar point cloud segmentation and motion planning method for automatic driving
CN116679698A (en) Automatic driving method and device for vehicle, equipment and medium

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
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20230630

Address after: 100176 901, 9th floor, building 2, yard 10, KEGU 1st Street, Beijing Economic and Technological Development Zone, Daxing District, Beijing

Patentee after: BEIJING TAGE IDRIVER TECHNOLOGY CO.,LTD.

Address before: 100191 No. 37, Haidian District, Beijing, Xueyuan Road

Patentee before: BEIHANG University