CN112947491A - Unmanned vehicle rapid track planning method - Google Patents

Unmanned vehicle rapid track planning method Download PDF

Info

Publication number
CN112947491A
CN112947491A CN202110385083.0A CN202110385083A CN112947491A CN 112947491 A CN112947491 A CN 112947491A CN 202110385083 A CN202110385083 A CN 202110385083A CN 112947491 A CN112947491 A CN 112947491A
Authority
CN
China
Prior art keywords
coordinates
yes
point
belongs
area
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.)
Withdrawn
Application number
CN202110385083.0A
Other languages
Chinese (zh)
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.)
Suqian College
Original Assignee
Suqian College
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 Suqian College filed Critical Suqian College
Priority to CN202110385083.0A priority Critical patent/CN112947491A/en
Publication of CN112947491A publication Critical patent/CN112947491A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course, altitude or attitude of land, water, air or space vehicles, e.g. using automatic pilots
    • G05D1/02Control of position or course in two dimensions
    • G05D1/021Control of position or course in two dimensions specially adapted to land vehicles
    • G05D1/0231Control of position or course in two dimensions specially adapted to land vehicles using optical position detecting means
    • G05D1/0238Control of position or course in two dimensions specially adapted to land vehicles using optical position detecting means using obstacle or wall sensors
    • G05D1/024Control of position or course in two dimensions specially adapted to land vehicles using optical position detecting means using obstacle or wall sensors in combination with a laser
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course, altitude or attitude of land, water, air or space vehicles, e.g. using automatic pilots
    • G05D1/02Control of position or course in two dimensions
    • G05D1/021Control of position or course in two dimensions specially adapted to land vehicles
    • G05D1/0212Control of position or course in two dimensions specially adapted to land vehicles with means for defining a desired trajectory
    • G05D1/0221Control of position or course in two dimensions specially adapted to land vehicles with means for defining a desired trajectory involving a learning process
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course, altitude or attitude of land, water, air or space vehicles, e.g. using automatic pilots
    • G05D1/02Control of position or course in two dimensions
    • G05D1/021Control of position or course in two dimensions specially adapted to land vehicles
    • G05D1/0231Control of position or course in two dimensions specially adapted to land vehicles using optical position detecting means
    • G05D1/0246Control of position or course in two dimensions specially adapted to land vehicles using optical position detecting means using a video camera in combination with image processing means
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course, altitude or attitude of land, water, air or space vehicles, e.g. using automatic pilots
    • G05D1/02Control of position or course in two dimensions
    • G05D1/021Control of position or course in two dimensions specially adapted to land vehicles
    • G05D1/0257Control of position or course in two dimensions specially adapted to land vehicles using a radar
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course, altitude or attitude of land, water, air or space vehicles, e.g. using automatic pilots
    • G05D1/02Control of position or course in two dimensions
    • G05D1/021Control of position or course in two dimensions specially adapted to land vehicles
    • G05D1/0276Control of position or course in two dimensions specially adapted to land vehicles using signals provided by a source external to the vehicle
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course, altitude or attitude of land, water, air or space vehicles, e.g. using automatic pilots
    • G05D1/02Control of position or course in two dimensions
    • G05D1/021Control of position or course in two dimensions specially adapted to land vehicles
    • G05D1/0276Control of position or course in two dimensions specially adapted to land vehicles using signals provided by a source external to the vehicle
    • G05D1/0278Control of position or course in two dimensions specially adapted to land vehicles using signals provided by a source external to the vehicle using satellite positioning signals, e.g. GPS

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Aviation & Aerospace Engineering (AREA)
  • General Physics & Mathematics (AREA)
  • Automation & Control Theory (AREA)
  • Electromagnetism (AREA)
  • Optics & Photonics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Multimedia (AREA)
  • Control Of Position, Course, Altitude, Or Attitude Of Moving Bodies (AREA)

Abstract

The invention discloses a rapid track planning method for an unmanned vehicle, belongs to the field of rapid route planning, and solves the problems of large calculation amount and high hardware requirement of unmanned vehicle track planning in the prior art, and the technical scheme is as follows: constructing an environment map, obtaining coordinate information of a robot moving environment through a sensor to form a map model, and using a grid to pixelate the map; setting the starting point coordinate P0(x0,y0) End point coordinate P1(x1,y1) (ii) a Determining a current point Pi(xi,yi) Judging whether the eight neighborhood points of the current point are obstacles or not; and determining the next track point by adopting a midpoint comparison algorithm and an A-Star (A) algorithm according to whether the obstacle is the obstacle. The method has small calculation amount and low requirement on a hardware platform.

Description

Unmanned vehicle rapid track planning method
Technical Field
The invention relates to the field of unmanned vehicle route planning, in particular to a rapid unmanned vehicle trajectory planning method.
Background
The current trajectory planning method comprises an a-Star (a) algorithm, a Dijkstra algorithm, an ant colony algorithm, a genetic algorithm and the like, for example, chinese patent CN 110440822B discloses an automobile welding spot path planning method based on a slime-ant colony fusion algorithm, and chinese patent CN 111098852B discloses a parking path planning method based on reinforcement learning. However, the original a-trace algorithm needs to calculate the distances from the eight adjacent points to the starting point and the ending point, and the calculation amount is still too large, which has a high requirement on a hardware platform. In order to solve the problem of computation amount, the improved A algorithm for providing the jumping point search based on the mobile robot path planning [ J ] robot, 2018,40(6):904 and 910 ] of the improved A algorithm reduces the number of partial useless nodes and reduces partial computation amount, but the computation amount of the reserved nodes is still larger.
Disclosure of Invention
The invention aims to provide a rapid track planning method for an unmanned vehicle, which solves the problem of large calculation amount of track planning of the unmanned vehicle in the prior art, and has the technical effects that: the algorithm has small calculation amount and low requirement on a hardware platform.
In order to achieve the purpose, the invention adopts the following technical scheme:
a method for planning a rapid track of an unmanned vehicle comprises the following steps:
step 1: constructing an environment map, obtaining coordinate information of a robot moving environment through a sensor to form a map model, and using a grid to pixelate the map; step 2: given starting point coordinates P0(x0,y0) End point coordinate P1(x1,y1) (ii) a And step 3: determining a current point Pi(xi,yi) When starting, the starting point is the current point, and whether the eight neighborhoods of the current point have obstacles is judged,entering step 4 when no obstacle exists, and entering step 5 when an obstacle exists; and 4, step 4: obtaining the next track point P by the midpoint comparison methodi+1(xi+1,yi+1) (ii) a And 5: obtaining next track point P by A-Star methodi+1(xi+1,yi+1);
Further, in step 3, the coordinate determination sequence of the eight neighborhood points is: 1-upper Pi3(xi,yi+1), 2-upper right Pi4(xi+1,yi+1), 3-Right Pi5(xi+1,yi) 4-lower right Pi6(xi+1,yi-1), 5-lower Pi7(xi,yi-1), 6-lower left Pi8(xi-1,yi-1), 7-left Pi1(xi-1,yi) 8-upper left Pi2(xi-1,yi+1)。
Further, step 4.1: judging the previous track point Pi-1(xi-1,yi-1) If there is no obstacle, then using delta x and delta y in last iteration, if there is any, then calculating PiP1Increment in x and y directions on a straight line:
Figure BDA0003014436670000021
step 4.2: judgment of PiP1If the region belongs to the region 1, the step 4.3 is carried out, otherwise, the step 4.4 is carried out; step 4.3: judging whether delta x-2 delta y is less than 0, if so, Pi+1The coordinate is (x)i+1,yi+1), otherwise Pi+1The coordinate is (x)i,yi+1), go to step 4.17; step 4.4: judgment of PiP1If the region belongs to the region 2, the step 4.5 is carried out, otherwise, the step 4.6 is carried out; step 4.5: judging whether 2 delta x-delta y is less than 0, if so, Pi+1The coordinate is (x)i,yi+1), otherwise Pi+1The coordinate is (x)i+1,yi+1), go to step 4.17; step 4.6: judgment of PiP1If the region belongs to the region 3, the step 4.7 is carried out, otherwise, the step 4.8 is carried out; step 4.7: judging whether 2 delta x plus delta y is less than 0, if so, Pi+1The coordinate is (x)i,yi+1), otherwisePi+1The coordinate is (x)i-1,yi+1), go to step 4.17; step 4.8: judgment of PiP1If yes, entering step 4.9, otherwise entering step 4.10; step 4.9: judging whether delta x +2 delta y is less than 0, if so, Pi+1The coordinate is (x)i-1,yi+1), otherwise Pi+1The coordinate is (x)i-1,yi) Entering step 4.17; step 4.10: judgment of PiP1If the region belongs to the region 5, the step 4.11 is carried out, otherwise, the step 4.12 is carried out; step 4.11: judging whether-delta x +2 delta y is less than 0, if so, Pi+1The coordinate is (x)i,yi+1), otherwise Pi+1The coordinate is (x)i-1,yi+1), go to step 4.17; step 4.12: judgment of PiP1If the region belongs to the region 6, the step 4.13 is carried out, otherwise, the step 4.14 is carried out; step 4.13: judging whether-2 delta x + delta y is less than 0, if so, Pi+1The coordinate is (x)i-1,yi-1), otherwise Pi+1The coordinate is (x)i,yi-1), go to step 4.17; step 4.14: judgment of PiP1If the region belongs to the region 7, the step 4.15 is carried out, otherwise, the step 4.14 is carried out; step 4.15: judging whether-2 delta x-delta y is less than 0, if so, Pi+1The coordinate is (x)i+1,yi-1), otherwise Pi+1The coordinate is (x)i,yi-1), go to step 4.17; step 4.16: judgment of PiP1Belongs to the region 8, further judges whether-delta x-2 delta y is less than 0, if yes, Pi+1The coordinate is (x)i+1,yi) Else Pi+1The coordinate is (x)i+1,yi-1), go to step 4.17; step 4.17: return Pi+1And (4) coordinates.
Further, in the step 4.1, P is judgediP1The judgment method of whether the region belongs to the region 1-the region 8 is as follows:
Figure BDA0003014436670000031
further, the step 5 includes the following implementation steps:
step 5.1: calculating the current point Pi(xi,yi) The euclidean distance from the eight neighborhood points (upper, upper right, lower left and upper left) to the starting point and the end point has the following calculation formula:
Figure BDA0003014436670000032
step 5.2: constructing a cost function k (n):
kj(n)=aj(n)+bj(n)
step 5.3: selecting min [ k ]j(n)]The corresponding point of eight neighborhoods corresponding to the middle j is the next point Pi+1And return to Pi+1And (4) coordinates.
Has the advantages that: the difference between the invention and the prior art is that: when no obstacle exists around eight neighborhood points of the current point, a midpoint comparison method is used for obtaining the next track point, and the next track point can be determined only by calculating few addition operations.
Drawings
FIG. 1: the algorithm of the invention realizes a flow chart;
FIG. 2: eight neighborhood sequence diagrams;
FIG. 3: a midpoint comparison algorithm flow chart;
FIG. 4: regions 1-8 are partitioned;
Detailed Description
The present invention is described in further detail below with reference to the attached drawing figures.
When an environment map is constructed, the mobile environment information of the robot is obtained through a sensor to form a map model, and the map is pixilated by using grids; in engineering, in a small and micro application scene, environmental information can be acquired through a laser radar sensor and a map is constructed, satellite map information can be used in a large scene and used in cooperation with a satellite positioning system, and obstacles and passable areas on the map are explained.
As shown in fig. 1, the search path algorithm rapidly obtains a trajectory between a start point and an end point by using a midpoint comparison method and an a-Star tracing algorithm according to whether an obstacle exists in eight neighborhoods around a current point, which is specifically as follows:
by first setting the starting coordinate to P0(x0,y0) End point coordinate P1(x1,y1) (ii) a Determining a current point Pi(xi,yi) Starting point is current point; judging whether the eight neighborhood points of the current point are obstacles, and judging the operation sequence as shown in fig. 2, wherein the judgment is as follows: 1-upper Pi3(xi,yi+1), 2-upper right Pi4(xi+1,yi+1), 3-Right Pi5(xi+1,yi) 4-lower right Pi6(xi+1,yi-1), 5-lower Pi7(xi,yi-1), 6-lower left Pi8(xi-1,yi-1), 7-left Pi1(xi-1,yi) 8-upper left Pi2(xi-1,yi+1), the judgment result is divided into the presence of obstacles and the absence of obstacles.
(1) When there is no obstacle, the processing flow is shown in fig. 3:
judging whether barriers exist in the previous eight neighborhoods;
if no obstacle exists, the delta x and delta y in the last iteration are used, otherwise, P is calculatediP1Increment of the straight line in x and y directions:
Figure BDA0003014436670000051
the ratio of the increments is slope k ═ Δ y/. DELTA.x.
The linear implicit function f (x, y) is:
f(x,y)=y-kx-b=0 (2)
thirdly, constructing a midpoint cost function, as shown in fig. 4, dividing into eight cases:
Figure BDA0003014436670000052
fourthly, the track acquisition depends on diSymbol of (2), independent of diI.e. dependent on diWhether greater than or equal to 0 or less than 0, if greater than or equal to 0 is + sign, if less than 0 is-sign, in order to reduce floating point operation, it is beneficial to hardware implementation, order di=2△xdiThe available region 1-8 cost functions are as follows:
Figure BDA0003014436670000053
according to diSelecting the next track point by value, and for the area 1, when d isi<At 0, the next trace point is Pi+1(xi+1,yi+1) when diWhen the point is more than or equal to 0, the next track point is Pi+1(xi+1,yi). Similarly, the coordinates of the next trace point in the regions 1-8 are as follows:
Figure BDA0003014436670000054
Figure BDA0003014436670000061
the effect is that: and the approach point is preferentially selected as a feasible path through midpoint comparison, so that the calculation is rapid and the efficiency is high.
(2) When an obstacle exists, the treatment method comprises the following steps:
calculating a current point Pi(xi,yi) The euclidean distance from the eight neighborhood points (left, upper right, lower left) to the starting point and the end point:
Figure BDA0003014436670000062
constructing a cost function k (n):
kj(n)=aj(n)+bj(n) (6)
③ selecting min kj(n)]The corresponding point of eight neighborhoods corresponding to the middle j is the next point Pi+1
The effect is as follows: the most recently optimized route is convenient to select preferentially, and the unmanned vehicle is convenient to avoid the obstacle and select the best route to reach the destination.
The specific working mode is as follows:
further setting the unmanned vehicle in the environment map of the component by constructing the environment map, and setting a starting point coordinate P for the unmanned vehicle0(x0,y0) End point coordinate P1(x1,y1) And determining the current coordinate of the unmanned vehicle as Pi(xi,yi) And calculating the moving position according to the mode shown in fig. 1, wherein the moving position is calculated to be the next position point according to a midpoint comparison method and an a-x algorithm in the moving process, specifically: in the process of moving the unmanned vehicle, eight areas are determined by taking the trolley as the center, and under the condition of no obstacle, each area is determined according to diThe next coordinate point is judged according to the value of the point P, the unmanned vehicle determines the driving direction according to the starting point, the end point and the series of track points, the next track point coordinate is selected to move constantly, and when an obstacle is met, the current point P is calculatedi(xi,yi) To the starting point and the end point, and according to a cost function kj(n)=aj(n)+bj(n) selecting the minimum value Pi+1As the next moving point.
Has the advantages that: compared with the traditional A-Star tracing algorithm, the method can effectively reduce the calculation amount and reduce the requirement on hardware so as to reduce the hardware cost.
In the present invention, the terms "set", "install", "connect", "fix", etc. should be understood in a broad sense, for example, they may be fixed connection or detachable connection; may be a mechanical connection; can be directly connected, and the specific meaning of the terms in the invention can be understood according to specific situations by a person skilled in the art; the terms "first", "second", and "first" are used for descriptive purposes only and may refer to one or more of such features, and in the description of the invention "plurality" means two or more unless specifically limited otherwise.
The present invention is not limited to the above-described embodiments, and all changes that do not depart from the structure and action of this embodiment are intended to be within the scope of the invention.

Claims (5)

1.一种无人车快速轨迹规划方法,其特征在于,所述算法包括如下步骤:1. an unmanned vehicle fast trajectory planning method, is characterized in that, described algorithm comprises the steps: 步骤1:构建环境地图,通过传感器获得机器人移动环境坐标信息形成地图模型,并使用栅格将地图像素化;Step 1: Build an environment map, obtain the coordinate information of the robot's moving environment through sensors to form a map model, and use a grid to pixelate the map; 步骤2:给定起点坐标P0(x0,y0),终点坐标P1(x1,y1);Step 2: Given the coordinates of the starting point P 0 (x 0 , y 0 ), the coordinates of the end point P 1 (x 1 , y 1 ); 步骤3:确定当前点Pi(xi,yi),开始时,起点为当前点,并判断当前点八邻域是否存在障碍物,不存在障碍物进入步骤4,存在障碍物进入步骤5;Step 3: Determine the current point P i (x i , y i ), at the beginning, the starting point is the current point, and judge whether there is an obstacle in the eight neighborhood of the current point, if there is no obstacle, go to step 4, if there is an obstacle, go to step 5 ; 步骤4:中点比较法获取下一轨迹点Pi+1(xi+1,yi+1);Step 4: Obtain the next trajectory point P i+1 (x i+1 , y i+1 ) by the midpoint comparison method; 步骤5:A-Star方法获取下一轨迹点Pi+1(xi+1,yi+1)。Step 5: The A-Star method obtains the next trajectory point P i+1 (x i+1 , y i+1 ). 2.所述权利要求2所述的一种无人车快速轨迹规划方法,其特征在于,所述步骤3中,八邻域点的坐标判断顺序是:1-上Pi3(xi,yi+1)、2-右上Pi4(xi+1,yi+1)、3-右Pi5(xi+1,yi)、4-右下Pi6(xi+1,yi-1)、5-下Pi7(xi,yi-1)、6-左下Pi8(xi-1,yi-1)、7-左Pi1(xi-1,yi)、8-左上Pi2(xi-1,yi+1)。2. a kind of unmanned vehicle fast trajectory planning method according to the described claim 2, is characterized in that, in described step 3, the coordinate judgment order of eight neighborhood points is: 1-up P i3 (x i , y i +1), 2-upper right P i4 (x i +1,y i +1), 3-right P i5 (x i +1,y i ), 4-right lower P i6 (x i +1,y i -1), 5-lower P i7 (x i ,y i -1), 6-left lower P i8 (x i -1,y i -1), 7-left P i1 (x i -1,y i ), 8-upper left P i2 (x i -1, y i +1). 3.根据权利要求2所述的一种无人车快速轨迹规划方法,其特征在于,所述步骤4中,包括如下实现步骤:3. A kind of fast trajectory planning method of unmanned vehicle according to claim 2, is characterized in that, in described step 4, comprises the following implementation steps: 步骤4.1:判断前一轨迹点Pi-1(xi-1,yi-1)的八邻域点有无障碍物,无则沿用上次迭代中的△x、△y,有则计算PiP1直线上x和y方向的增量:
Figure FDA0003014436660000011
Step 4.1: Determine whether the eight neighborhood points of the previous trajectory point P i-1 (x i-1 , y i-1 ) have no obstacles, if not, use △x and △y in the previous iteration, and calculate if there is Increments in the x and y directions on the line P i P 1 :
Figure FDA0003014436660000011
步骤4.2:判断PiP1是属于区域1,是则进入步骤4.3,否则进入步骤4.4;Step 4.2: Determine if P i P 1 belongs to area 1, if yes, go to step 4.3, otherwise go to step 4.4; 步骤4.3:判断△x-2△y是否小于0,是则Pi+1坐标为(xi+1,yi+1),否则Pi+1坐标为(xi,yi+1),进入步骤4.17;Step 4.3: Determine whether △x-2△y is less than 0, if yes, then the coordinates of P i+1 are (x i +1, y i +1), otherwise the coordinates of P i+1 are (x i , y i +1) , go to step 4.17; 步骤4.4:判断PiP1是属于区域2,是则进入步骤4.5,否则进入步骤4.6;Step 4.4: Determine if P i P 1 belongs to area 2, if yes, go to step 4.5, otherwise go to step 4.6; 步骤4.5:判断2△x-△y是否小于0,是则Pi+1坐标为(xi,yi+1),否则Pi+1坐标为(xi+1,yi+1),进入步骤4.17;Step 4.5: Determine whether 2△x-△y is less than 0, if yes, then the coordinates of P i+1 are (x i , y i +1), otherwise the coordinates of P i+1 are (x i +1, y i +1) , go to step 4.17; 步骤4.6:判断PiP1是属于区域3,是则进入步骤4.7,否则进入步骤4.8;Step 4.6: Determine if P i P 1 belongs to area 3, if yes, go to step 4.7, otherwise go to step 4.8; 步骤4.7:判断2△x+△y是否小于0,是则Pi+1坐标为(xi,yi+1),否则Pi+1坐标为(xi-1,yi+1),进入步骤4.17;Step 4.7: Determine whether 2△x+△y is less than 0, if yes, then the coordinates of P i+1 are (x i , y i +1), otherwise the coordinates of P i+1 are (x i -1, y i +1), Go to step 4.17; 步骤4.8:判断PiP1是属于区域4,是则进入步骤4.9,否则进入步骤4.10;Step 4.8: Determine if P i P 1 belongs to area 4, if yes, go to step 4.9, otherwise go to step 4.10; 步骤4.9:判断△x+2△y是否小于0,是则Pi+1坐标为(xi-1,yi+1),否则Pi+1坐标为(xi-1,yi),进入步骤4.17;Step 4.9: Determine whether △x+2△y is less than 0, if yes, then the coordinates of P i+1 are (x i -1, y i +1), otherwise the coordinates of P i+1 are (x i -1, y i ) , go to step 4.17; 步骤4.10:判断PiP1是属于区域5,是则进入步骤4.11,否则进入步骤4.12;Step 4.10: Determine if P i P 1 belongs to area 5, if yes, go to step 4.11, otherwise go to step 4.12; 步骤4.11:判断-△x+2△y是否小于0,是则Pi+1坐标为(xi,yi+1),否则Pi+1坐标为(xi-1,yi+1),进入步骤4.17;Step 4.11: Determine whether -△x+2△y is less than 0, if yes, then the coordinates of P i+1 are (x i , y i +1), otherwise the coordinates of P i+1 are (x i -1, y i +1) ), go to step 4.17; 步骤4.12:判断PiP1是属于区域6,是则进入步骤4.13,否则进入步骤4.14;Step 4.12: Determine if P i P 1 belongs to area 6, if yes, go to step 4.13, otherwise go to step 4.14; 步骤4.13:判断-2△x+△y是否小于0,是则Pi+1坐标为(xi-1,yi-1),否则Pi+1坐标为(xi,yi-1),进入步骤4.17;Step 4.13: Determine whether -2△x+△y is less than 0, if yes, then the coordinates of P i+1 are (x i -1, y i -1), otherwise the coordinates of P i+1 are (x i , y i -1) , go to step 4.17; 步骤4.14:判断PiP1是属于区域7,是则进入步骤4.15,否则进入步骤4.16;Step 4.14: Determine if P i P 1 belongs to area 7, if yes, go to step 4.15, otherwise go to step 4.16; 步骤4.15:判断-2△x-△y是否小于0,是则Pi+1坐标为(xi+1,yi-1),否则Pi+1坐标为(xi,yi-1),进入步骤4.17;Step 4.15: Determine whether -2△x-△y is less than 0, if yes, then the coordinates of P i+1 are (x i +1, y i -1), otherwise the coordinates of P i+1 are (x i , y i -1) ), go to step 4.17; 步骤4.16:判断PiP1是属于区域8,进一步判断-△x-2△y是否小于0,是则Pi+1坐标为(xi+1,yi),否则Pi+1坐标为(xi+1,yi-1),进入步骤4.17;Step 4.16: Determine whether P i P 1 belongs to area 8, and further determine whether -△x-2△y is less than 0. If yes, then the coordinates of P i+1 are (x i +1, y i ), otherwise the coordinates of P i+1 is (x i +1, y i -1), go to step 4.17; 步骤4.17:返回Pi+1坐标。Step 4.17: Return to P i+1 coordinates.
4.根据权利要求3所述的一种无人车快速轨迹规划方法,其特征在于,所述步骤4.1中,判断PiP1是否属于区域1—区域8的判断方法如下式:4. a kind of unmanned vehicle fast trajectory planning method according to claim 3 is characterized in that, in described step 4.1, the judgment method of judging whether P i P 1 belongs to area 1-area 8 is as follows:
Figure FDA0003014436660000031
Figure FDA0003014436660000031
5.根据权利要求4所述的一种无人车快速轨迹规划方法,其特征在于,所述步骤5中,包括如下实现步骤:5. The method for fast trajectory planning of an unmanned vehicle according to claim 4, wherein in the step 5, the following steps are included: 步骤5.1:计算当前点Pi(xi,yi)的八邻域点(顺序为上、右上、右、右下、下、左下、左、左上)到起始点和终点的欧氏距离,计算公式为:Step 5.1: Calculate the Euclidean distances from the eight neighborhood points of the current point P i ( xi , y i ) (the order is top, top right, right, bottom right, bottom, bottom left, left, top left) to the starting point and the ending point, The calculation formula is:
Figure FDA0003014436660000032
Figure FDA0003014436660000032
步骤5.2:构造代价函数k(n):Step 5.2: Construct the cost function k(n): kj(n)=aj(n)+bj(n)k j (n)=a j (n)+b j (n) 步骤5.3:选取min[kj(n)]中j对应的八邻域对应点为下一点Pi+1,并返回Pi+1坐标。Step 5.3: Select the eight-neighborhood corresponding point corresponding to j in min[k j (n)] as the next point P i+1 , and return the coordinates of P i+1 .
CN202110385083.0A 2021-04-09 2021-04-09 Unmanned vehicle rapid track planning method Withdrawn CN112947491A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110385083.0A CN112947491A (en) 2021-04-09 2021-04-09 Unmanned vehicle rapid track planning method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110385083.0A CN112947491A (en) 2021-04-09 2021-04-09 Unmanned vehicle rapid track planning method

Publications (1)

Publication Number Publication Date
CN112947491A true CN112947491A (en) 2021-06-11

Family

ID=76231424

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110385083.0A Withdrawn CN112947491A (en) 2021-04-09 2021-04-09 Unmanned vehicle rapid track planning method

Country Status (1)

Country Link
CN (1) CN112947491A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113392378A (en) * 2021-07-16 2021-09-14 中南大学 Surrounding rock deformation multipoint mutation identification method and system based on time sequence
CN114063623A (en) * 2022-01-11 2022-02-18 中国人民解放军陆军装甲兵学院 Robot path planning method based on multi-strategy improved slime mold algorithm
CN115657675A (en) * 2022-10-26 2023-01-31 北京宾理信息科技有限公司 Method, system and storage medium for generating vehicle movement path

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113392378A (en) * 2021-07-16 2021-09-14 中南大学 Surrounding rock deformation multipoint mutation identification method and system based on time sequence
CN113392378B (en) * 2021-07-16 2024-04-09 中南大学 A method and system for identifying multi-point mutations of surrounding rock deformation based on time series
CN114063623A (en) * 2022-01-11 2022-02-18 中国人民解放军陆军装甲兵学院 Robot path planning method based on multi-strategy improved slime mold algorithm
CN114063623B (en) * 2022-01-11 2022-03-29 中国人民解放军陆军装甲兵学院 Robot path planning method based on multi-strategy improved slime mold algorithm
CN115657675A (en) * 2022-10-26 2023-01-31 北京宾理信息科技有限公司 Method, system and storage medium for generating vehicle movement path

Similar Documents

Publication Publication Date Title
CN112947491A (en) Unmanned vehicle rapid track planning method
KR101372482B1 (en) Method and apparatus of path planning for a mobile robot
CN110262518B (en) Vehicle navigation method, system and medium based on track topological map and obstacle avoidance
CN113341991B (en) Path optimization method based on dynamic window and redundant node filtering
CN112882469B (en) Deep reinforcement learning obstacle avoidance navigation method integrating global training
CN106647769B (en) Based on A*Extract AGV path trace and the avoidance coordination approach of pilot point
CN104914865B (en) Intelligent Mobile Robot Position Fixing Navigation System and method
CN105652876A (en) Mobile robot indoor route planning method based on array map
CN110553660B (en) Unmanned vehicle trajectory planning method based on A-star algorithm and artificial potential field
CN108775902A (en) The adjoint robot path planning method and system virtually expanded based on barrier
CN112947415B (en) Indoor path planning method based on meaning information of barrier
CN109540136A (en) A collaborative path planning method for multiple unmanned vehicles
CN112284393A (en) A global path planning method and system for an intelligent mobile robot
CN106371445A (en) Unmanned vehicle planning control method based on topology map
CN112197778A (en) Wheeled airport border-patrol robot path planning method based on improved A-x algorithm
JP2012243029A (en) Traveling object with route search function
CN114510057A (en) A ROS-based autonomous navigation method for mobile robots in indoor environments
CN105043376A (en) Intelligent navigation method and system applicable to non-omnidirectional moving vehicle
CN113110497A (en) Navigation path-based edge obstacle-detouring path selection method, chip and robot
CN117249842A (en) Unmanned vehicle mixed track planning method based on track smooth optimization
CN114355923A (en) A MPC-based trajectory planning and tracking method under A* guidance
CN112269381A (en) Mobile robot path planning method based on improved artificial fish swarm algorithm
KR101907268B1 (en) Method and device for autonomous driving based on route adaptation
Nakamura et al. Path planning for mobile robot considering turnabouts on narrow road by deep Q-network
CN112947476A (en) Unmanned system of hilly tractor

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
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20210611