CN113551682A - Path planning method of amphibious unmanned war chariot considering influence of terrain and topography - Google Patents

Path planning method of amphibious unmanned war chariot considering influence of terrain and topography Download PDF

Info

Publication number
CN113551682A
CN113551682A CN202110811903.8A CN202110811903A CN113551682A CN 113551682 A CN113551682 A CN 113551682A CN 202110811903 A CN202110811903 A CN 202110811903A CN 113551682 A CN113551682 A CN 113551682A
Authority
CN
China
Prior art keywords
grid
terrain
path
node
unmanned
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
CN202110811903.8A
Other languages
Chinese (zh)
Other versions
CN113551682B (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.)
Dalian University of Technology
Original Assignee
Dalian University of Technology
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 Dalian University of Technology filed Critical Dalian University of Technology
Priority to CN202110811903.8A priority Critical patent/CN113551682B/en
Publication of CN113551682A publication Critical patent/CN113551682A/en
Application granted granted Critical
Publication of CN113551682B publication Critical patent/CN113551682B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • G01C21/3446Details of route searching algorithms, e.g. Dijkstra, A*, arc-flags, using precalculated routes
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/28Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network with correlation of data from several navigational instruments
    • G01C21/30Map- or contour-matching
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • G01C21/3407Route searching; Route guidance specially adapted for specific applications
    • G01C21/343Calculating itineraries, i.e. routes leading from a starting point to a series of categorical destinations using a global route restraint, round trips, touristic trips

Landscapes

  • Engineering & Computer Science (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Automation & Control Theory (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Control Of Position, Course, Altitude, Or Attitude Of Moving Bodies (AREA)

Abstract

The invention provides a path planning method of an amphibious unmanned chariot considering terrain and topography influence, and belongs to the field of mechanical automation. First, the battlefield environment is discretized into a two-dimensional grid. Secondly, establishing a corresponding obstacle matrix, a terrain matrix and a terrain matrix according to the battlefield environment. Thirdly, the evaluation function in the traditional A-star algorithm is improved by using the terrain matrix and the terrain matrix. Fourth, an optimal path is generated using the a-algorithm based on the improved valuation function. Fifth, the quality of the generated path is evaluated. The invention comprehensively utilizes the obstacle, terrain and topography information of the battlefield environment, can realize the rapid planning of the high-quality motion path of the amphibious unmanned chariot, and the generated path has the advantages of short equivalent path, low accumulated gradient and the like; the method has certain practicability, and can provide a new solution thought for the path planning problem of the amphibious unmanned chariot.

Description

Path planning method of amphibious unmanned war chariot considering influence of terrain and topography
Technical Field
The invention belongs to the field of mechanical automation, and relates to a path planning method of an amphibious unmanned chariot considering influence of terrain and topography.
Background
The unmanned chariot has good flexibility, maneuverability and environmental adaptability, and the firepower striking module of the mission load has the outstanding characteristics of various configurations, quick response and the like. Due to the fact that the sensor can provide urgent field perception capability and diversified breakthrough means for task executing personnel, the sensor is attracted by more and more extensive attention and application in recent years. In order to realize efficient execution of tasks, an optimal traveling route needs to be planned in advance before the unmanned war chariot moves out, so that the unmanned war chariot can quickly reach a target site while avoiding natural or artificial obstacles (such as ravines which cannot be crossed, regions with strong enemy vigor and the like) in a working environment. The study of the path planning of unmanned combat vehicles is an important aspect of their intelligent behavior.
The ground unmanned equipment path planning algorithm is mostly to solve under a two-dimensional framework (such as A, RRT, artificial potential field and the like), the data volume and the complexity are lower than those of a real map, and the influence of the actual topography cannot be considered. The operation environment of the amphibious unmanned war chariot is quite complex, and the movement speeds of the amphibious unmanned war chariot on different terrains have obvious difference. Only by fully and comprehensively utilizing information such as obstacles, terrain, topography and the like in the operation environment, a high-quality motion path can be generated for the amphibious unmanned combat vehicle, so that the combat efficiency is improved.
Disclosure of Invention
In order to solve the problems, the invention provides an improved A-star algorithm considering the influence of terrain and topography to solve the path planning problem of the unmanned combat tank. The algorithm is based on consideration of real geographic environment, and introduces a terrain matrix and a terrain matrix on the basis of a classical two-dimensional A-x algorithm. The path equivalent distance generated by the improved algorithm has the advantages of short equivalent distance, small climbing gradient and the like, and the algorithm has higher calculation efficiency.
In order to achieve the purpose, the invention adopts the technical scheme that:
a path planning method for an amphibious unmanned war chariot considering influence of terrain and topography comprises the steps of firstly, dispersing a battlefield environment into a two-dimensional grid. Secondly, establishing a corresponding obstacle matrix, a terrain matrix and a terrain matrix according to the battlefield environment. Thirdly, the evaluation function in the traditional A-star algorithm is improved by using the terrain matrix and the terrain matrix. Fourth, an optimal path is generated using the a-algorithm based on the improved valuation function. Fifth, the quality of the generated path is evaluated. The calculation flow chart of the method is shown in fig. 1, and comprises the following steps:
step 1: discretizing a battlefield environment into a two-dimensional grid
And establishing a plane rectangular coordinate system xOy for describing the geographic position, and determining the starting position and the target position of the unmanned fighting vehicle.
According to the mission requirement of the unmanned chariot, a rectangular area M is adopted to describe the range of motion of the unmanned chariot, and the range of motion is recorded as M { (x, y) | xmin≤x≤xmax,ymin≤y≤ymax}. Wherein [ x ]min,xmax]Represents the minimum and maximum values of the region M in the x direction, [ y ]min,ymax]Representing the minimum and maximum values of the region M in the y direction, where X is equal to Xmax-xmin,Y=ymax-ymin. From the terrain information, the elevation information for each location within the area M may be described by a function z ═ z (x, y). Considering that R terrain exists in the area M, the driving speed of the unmanned war chariot on each terrain has difference, and the formal speed of the unmanned war chariot on the R-th terrain is recorded as vr(R ═ 1, 2.., R). Remember that unmanned war chariot is on
Figure BDA0003168513870000021
The ground shape has the fastest moving speed, and the speed is recorded as
Figure BDA0003168513870000022
Discretizing a two-dimensional area into nx×nyA rectangular grid of which rx=X/nxAnd ry=Y/nyDiscrete resolution in the x-direction and y-direction, respectively, typically let rx=ry. Let the notation "grid (i, j)" denote a grid region located within the following coordinate range
Mij={(x,y)|xmin+(i-1)rx≤x≤xmax+irx,ymin+(j-1)ry≤y≤ymax+jry} (1)
Wherein, i is 1,2x,j=1,2,...,ny
To achieve an accurate description of the geographical environment, the discrete resolution rxAnd ryThe selection should satisfy the following three conditions as much as possible simultaneously: the proportion of the area occupied by the obstacles in the specific grid is close to 0 or 1; secondly, only one type of terrain exists in the specific grid; and thirdly, in the specific grid, the terrain change is not obvious.
The starting position of the unmanned war chariot corresponds to the grid (i)#,j#) The target position corresponds to the grid (i)*,j*)。
Step 2: establishing an obstacle matrix, a terrain matrix and a terrain matrix according to the battlefield environment
Establishing an obstacle matrix according to the obstacle distribution condition in the area M
Figure BDA0003168513870000023
Each element of which has a value of 0 or 1. If Q (i, j) is 0, representing that no obstacle exists in the grid (i, j), and allowing the unmanned combat vehicle to pass through; if Q (i, j) is 1, it represents that there is an obstacle in the grid (i, j), and the unmanned vehicle cannot pass through.
Establishing a terrain matrix according to the terrain distribution condition in the region M
Figure BDA0003168513870000024
If the grid (i, j) belongs to the r-th terrain, then the elementE (i, j) has a value vmax/vrWhich describes over the terrain
Figure BDA0003168513870000025
To the time respectively spent on the terrain r over the same distance.
Establishing a terrain matrix according to the altitude distribution condition in the area M
Figure BDA0003168513870000026
The value of the element W (i, j) is the maximum value of the elevation within the grid (i, j), i.e.
Figure BDA0003168513870000027
And step 3: method for improving estimation function in traditional A-matrix algorithm by using terrain matrix and terrain matrix
The expansion of the nodes is realized in the A-algorithm by the following evaluation function
F(n)=G(n)+H(n) (2)
Wherein n represents the nth node in the path and corresponds to a certain grid generated in the step 1; f (n) is from the initial grid (i)#,j#) Via node n to the target grid (i)*,j*) The minimum cost estimate of (2); g (n) is formed by the initial grid (i)#,j#) Minimum cost to node n; h (n) is from node n to the target grid (i)*,j*) The minimum cost estimate of (2), i.e. the heuristic function. In step 3, the setting of g (n) and h (n) is improved by using the terrain matrix E and the terrain matrix W generated in step 2.
Firstly, the calculation formula of G (n) is improved as follows:
Figure BDA0003168513870000031
wherein, assuming that the node n and the node (n-1) correspond to the grid (i, j) and the grid (i ', j'), respectively, the calculation method of each parameter in the formula (3) is as follows: l ═ E (i, j) + E (i ', j'))/2, representing the effect of terrain on travel time; Δ h — W (i ', j') -W (i, j), representing the relative elevation between two nodes; t is the linear distance between the center points of the grid (i, j) and the grid (i ', j').
The calculation formula of the heuristic function H (n) is then improved. Let node n correspond to grid (i, j), consider the following two grids (i, j) to (i)*,j*) The following path:
route 1: the unmanned war chariot firstly moves from the grid (i, j) to the grid (i, j) along the y direction*) (ii) a Then along the x direction, by the grid (i, j)*) Move to grid (i)*,j*)。
Route 2: the unmanned war chariot firstly moves from the grid (i, j) to the grid (i) along the x direction*J); and then along the y direction, by the grid (i)*J) movement to grid (i)*,j*)。
It is apparent that paths 1 and 2 pass through the same number of grids (excluding the current grid (i, j)), which is denoted as m ═ i-i*|+|j-j*L. For path c (c is 1 or 2), the estimated cost is
Figure BDA0003168513870000032
Wherein g (k) represents the space between two adjacent grids in the path c (the previous and subsequent grids are respectively denoted as grid (a)-,b-) Move to the grid (a)+,b+) Path cost estimate, which may be expressed as
Figure BDA0003168513870000033
Two terms are in the right end bracket of the medium number in the formula (5). Wherein the first item
Figure BDA0003168513870000034
The meaning of (2) is the same as that of the second term at the right end of the equation (3), and the term indirectly reflects the time taken by the unmanned chariot to run; the second term Q reflects the path cost (i.e., the effect of path slope) of adjacent grids with respect to elevation, and is defined as follows:
Figure BDA0003168513870000035
wherein p is1< 0 and p2The coefficient more than 0 corresponds to the two conditions of climbing and descending. When coefficient piThe larger the absolute value of (i ═ 1,2), the greater the weight to consider for the path gradient. The coefficients q in equation (5) are selected from the set { q }1,q2According to the grid (a) selected from+,b+) Whether or not a change occurs for the barrier grid, which satisfies
Figure BDA0003168513870000041
Wherein q is1And q is2Satisfy q1>q2Is greater than 0. H (n) is H1And H2The smaller of these, H (n) min { H }1,H2}
And 4, step 4: and (4) generating an optimal path by using an A-x algorithm according to the evaluation function improved in the step 3.
Step 4-1: two table data structures OPENLIST and close are created, where the OPENLIST table holds all nodes that have been generated but not explored and the close table holds nodes that have been explored.
Step 4-2: will initiate the grid (i)#,j#) Add OPENLIST table.
Step 4-3: calculating the costs G and H of all NODEs in OPENLIST, and selecting the NODE with the lowest F value as a NODE NODE according to a formula (2); NODE was removed from the OPENLIST table and placed in the CLOSELIST table.
Step 4-4: if the target grid (i)*,j*) If the path exists in the CLOSELIST table, the path planning is successful. Stopping calculation, connecting the target nodes with each father node in sequence to form a final path, and recording the final path as P*. Note P*Is composed of N nodes (including initial grid and target grid), and the k-th node is grid (i)k,jk) Apparently there is (i)#,j#)=(i1,j1),(i*,j*)=(iN,jN)。
And 4-5: for each NODE that is adjacent to the NODE and not in the close list table, it is determined whether it is in the open list table. If not, adding the product into OPENLIST table; if so, updating the minimum G cost and the parent node.
And 4-6: and 4, repeating the step 4-3.
And 5: evaluating quality of generated paths
Two path-related indicators, equivalent distance S and accumulated slope OSlope, are defined as follows. For path P*S and OSlope are defined as shown in equations (8) and (9), respectively
Figure BDA0003168513870000042
Figure BDA0003168513870000043
Wherein the meaning of each variable is the same as in equation (3).
The quality of the path is evaluated using the index S and the index OSlope.
The invention has the beneficial effects that:
a terrain matrix and a terrain matrix are introduced on the basis of a traditional two-dimensional A-star algorithm to realize accurate description of the geographic environment, so that a path planning method of the amphibious unmanned chariot considering the influence of the terrain and the terrain is developed. The method considers the complex operation environment of the amphibious chariot and comprehensively utilizes the obstacles and the geographic information in the environment. Compared with the traditional three-dimensional A-x algorithm, the path generated by the method has the advantages of short equivalent distance, gradual climbing gradient and the like, and has higher calculation efficiency. The method has certain practicability and can provide a new solution thought for the path planning problem of the amphibious unmanned chariot.
Drawings
FIG. 1 is a flow chart of the calculation of the present invention.
Fig. 2 is a schematic diagram of a battlefield environment in an embodiment of the invention.
FIG. 3 is a schematic diagram of an obstacle according to an embodiment of the present invention.
Fig. 4 is a path planning result obtained by using the method of the present invention in the embodiment of the present invention.
Fig. 5 shows the comparison result obtained by using the conventional three-dimensional a-x algorithm in the embodiment of the present invention.
Detailed Description
The present invention is further illustrated by the following specific examples.
The battlefield map is assumed to have a specification of 10km × 12km, which comprises three mountains with a relatively slow slope and a relatively steep slope, and the battlefield comprises 4 kinds of terrains including water, grassland, rock 1 and rock 2. In fig. 2, a schematic diagram of the terrain and topography of the simulation environment is given. The speeds of the unmanned chariot under four terrains are different, the rock ground 2 is selected as a standard, and the terrain matrix element values corresponding to the four terrains are shown in table 1. The distribution of obstacles in a battlefield environment is given in fig. 3.
TABLE 1 speed of unmanned vehicles under terrain and value of terrain matrix elements
Figure BDA0003168513870000051
A path planning method of an amphibious unmanned war chariot considering terrain and topography influence comprises the following steps:
step 1: discretizing a battlefield environment into a two-dimensional grid
To describe the geographic position, a plane rectangular coordinate system xOy is established, and the starting position (0.05km ) and the target position (7.75km,100.05km) of the unmanned chariot are determined.
According to the mission requirement of the unmanned chariot, the activity range is described by a rectangular area M which is written as M { (x, y) xmin≤x≤xmax,ymin≤y≤ymax}. Wherein [ x ]min,xmax]=[0,10]Represents the minimum and maximum values of the region M in the x direction, [ y ]min,ymax]=[0,12]The representative region M is in the y directionMinimum and maximum values of (c), let X be Xmax-xmin=10,Y=ymax-y min12. From the terrain information, the elevation information for each location within the area M may be described by a function z ═ z (x, y). Considering 4 terrains in the area M, the driving speed of the unmanned war chariot on each terrain has difference, and the formal speed of the unmanned war chariot on the r-th terrain is recorded as vr(R ═ 1, 2.., R). Remember that unmanned war chariot is on
Figure BDA0003168513870000061
The ground shape has the fastest moving speed, and the speed is recorded as
Figure BDA0003168513870000062
Let n bex=100,nyDiscretizing the two-dimensional region into n 120x×nyA rectangular grid of which rx=X/nx0.1km and ry=Y/ny0.1km is the discrete resolution in the x direction and the y direction respectively, and r is satisfiedx=ry. Let the notation "grid (i, j)" denote a grid region located within the following coordinate range
Mij={(x,y)|xmin+(i-1)rx≤x≤xmax+irx,ymin+(j-1)ry≤y≤ymax+jry} (10)
Wherein, i is 1,2x,j=1,2,...,ny
Discrete resolution rxAnd ryThe selection of (A) satisfies the following three conditions: the proportion of the area occupied by the obstacles in the specific grid is close to 0 or 1; secondly, only one type of terrain exists in the specific grid; and thirdly, in the specific grid, the terrain change is not obvious. Therefore, the adopted dispersion can accurately describe the geographic environment corresponding to the battlefield.
The starting position of the unmanned war chariot corresponds to the grid (i)#,j#)(i#=0,j#0), the target position corresponds to the grid (i)*,j*)(i*=100,j*=77)。
Step 2: establishing an obstacle matrix, a terrain matrix and a terrain matrix according to the battlefield environment
Establishing an obstacle matrix according to the obstacle distribution condition in the area M
Figure BDA0003168513870000063
Each element of which has a value of 0 or 1. If Q (i, j) is 0, representing that no obstacle exists in the grid (i, j), and allowing the unmanned combat vehicle to pass through; if Q (i, j) is 1, it represents that there is an obstacle in the grid (i, j), and the unmanned vehicle cannot pass through.
Establishing a terrain matrix according to the terrain distribution condition in the region M
Figure BDA0003168513870000064
If the grid (i, j) belongs to the r-th terrain, the value of the element E (i, j) is vmax/vrWhich describes over the terrain
Figure BDA0003168513870000065
To the time respectively spent on the terrain r over the same distance.
Establishing a terrain matrix according to the altitude distribution condition in the area M
Figure BDA0003168513870000066
The value of the element W (i, j) is the maximum value of the elevation within the grid (i, j), i.e.
Figure BDA0003168513870000067
And step 3: method for improving estimation function in traditional A-matrix algorithm by using terrain matrix and terrain matrix
Firstly, the calculation formula of G (n) is improved as follows:
Figure BDA0003168513870000068
wherein, assuming that the node n and the node (n-1) correspond to the grid (i, j) and the grid (i ', j'), respectively, the calculation method of each parameter in the formula (11) is as follows: l ═ E (i, j) + E (i ', j'))/2, representing the effect of terrain on travel time; Δ h — W (i ', j') -W (i, j), representing the relative elevation between two nodes; t is the linear distance between the center points of the grid (i, j) and the grid (i ', j').
The calculation formula of the heuristic function H (n) is then improved. Let node n correspond to grid (i, j), consider the following two grids (i, j) to (i)*,j*) The following path:
route 1: the unmanned war chariot firstly moves from the grid (i, j) to the grid (i, j) along the y direction*) (ii) a Then along the x direction, by the grid (i, j)*) Move to grid (i)*,j*)。
Route 2: the unmanned war chariot firstly moves from the grid (i, j) to the grid (i) along the x direction*J); and then along the y direction, by the grid (i)*J) movement to grid (i)*,j*)。
It is apparent that paths 1 and 2 pass through the same number of grids (excluding the current grid (i, j)), which is denoted as m ═ i-i*|+|j-j*L. For path c (c is 1 or 2), the estimated cost is
Figure BDA0003168513870000071
Wherein g (k) represents the space between two adjacent grids in the path c (the previous and subsequent grids are respectively denoted as grid (a)-,b-) Move to the grid (a)+,b+) Path cost estimate, which may be expressed as
Figure BDA0003168513870000072
Two terms are in the right end bracket of the medium number in the formula (5). Wherein the first item
Figure BDA0003168513870000073
Has the same meaning with the second term at the right end of the equation (11), and the term indirectly reflects the time taken by the unmanned chariot to run; the second term Q reflects the adjacent grid phaseThe path cost for elevation (i.e., the effect of path slope) is defined as follows:
Figure BDA0003168513870000074
wherein p is1-70 and p2The coefficients for both the uphill and downhill slope are 70. The coefficients q in equation (13) are selected from the set { q }1,q2According to the grid (a) selected from+,b+) Whether or not a change occurs for the barrier grid, which satisfies
Figure BDA0003168513870000075
Wherein q is1=10,q21. H (n) is H1And H2The smaller of these, H (n) min { H }1,H2}。
And 4, step 4: and (4) generating an optimal path by using an A-x algorithm according to the evaluation function improved in the step 3.
Step 4-1: two table data structures OPENLIST and close are created, where the OPENLIST table holds all nodes that have been generated but not explored and the close table holds nodes that have been explored.
Step 4-2: will initiate the grid (i)#,j#) Add OPENLIST table.
Step 4-3: calculating the costs G and H of all NODEs in OPENLIST, and selecting the NODE with the lowest F value as a NODE NODE according to a formula (2); NODE was removed from the OPENLIST table and placed in the CLOSELIST table.
Step 4-4: if the target grid (i)*,j*) If the path exists in the CLOSELIST table, the path planning is successful. Stopping calculation, connecting the target nodes with each father node in sequence to form a final path, and recording the final path as P*
And 4-5: for each NODE that is adjacent to the NODE and not in the close list table, it is determined whether it is in the open list table. If not, adding the product into OPENLIST table; if so, updating the minimum G cost and the parent node.
And 4-6: and 4, repeating the step 4-3.
And 5: evaluating quality of generated paths
Optimal path P generated in step 4*As shown in fig. 4, it is composed of N147 nodes. Settlement path P*And the accumulated slope OSlope. To show the superiority of the algorithm, the problem was solved using the conventional three-dimensional a-algorithm for comparison (the planned path is shown in fig. 5). From visual analysis of the effect graph, the traditional three-dimensional A-star algorithm does not fully consider map information, and a dangerous walking path is generated. The optimal path generated by considering the terrain and the topography of the amphibious chariot is avoided, the amphibious chariot is prevented from climbing over a steep hill, and the amphibious chariot is allowed to climb over a relatively slow hill. Further, the performance indicators of the present invention and the conventional three-dimensional a-algorithm are summarized in table 2. The equivalent distance and the accumulated gradient of the path generated by the method are superior to those of the traditional three-dimensional A-star algorithm, and the method has obvious advantages in calculation efficiency.
Table 2 comparison of the performance of the inventive method with the performance of the conventional three-dimensional a-x algorithm
Figure BDA0003168513870000081
The method is based on a two-dimensional A-star algorithm, the description of the complex geographic environment is realized by constructing the terrain, the terrain and the obstacle matrix, the valuation function is reasonably constructed, and the path planning of the amphibious unmanned chariot in the complex environment is realized. Meanwhile, a path evaluation method taking the equivalent distance and the accumulated gradient as indexes is established. Compared with the optimal path obtained by the basic A-star algorithm, the path distance equivalent distance generated by the method is shorter and more gradual, the calculation efficiency is higher, and a new solution thought is provided for the path planning of the amphibious unmanned chariot in the complex geographic environment.
The above-mentioned embodiments only express the embodiments of the present invention, but not should be understood as the limitation of the scope of the invention patent, it should be noted that, for those skilled in the art, many variations and modifications can be made without departing from the concept of the present invention, and these all fall into the protection scope of the present invention.

Claims (1)

1. A path planning method for an amphibious unmanned war chariot considering influence of terrain and topography is characterized by comprising the following steps:
step 1: discretizing a battlefield environment into a two-dimensional grid
Establishing a plane rectangular coordinate system xOy for describing a geographic position and determining an initial position and a target position of the unmanned chariot;
according to the mission requirement of the unmanned chariot, a rectangular area M is adopted to describe the range of motion of the unmanned chariot, and the range of motion is recorded as M { (x, y) | xmin≤x≤xmax,ymin≤y≤ymax}; wherein [ x ]min,xmax]Represents the minimum and maximum values of the region M in the x direction, [ y ]min,ymax]Representing the minimum and maximum values of the region M in the y direction, where X is equal to Xmax-xmin,Y=ymax-ymin(ii) a According to the terrain information, describing the altitude information of each position in the area M by adopting a function z (x, y); considering that R terrain exists in the area M, the driving speed of the unmanned war chariot on each terrain has difference, and the formal speed of the unmanned war chariot on the R-th terrain is recorded as vr(R ═ 1, 2.., R); recording the fastest moving speed of the unmanned chariot on the R-th terrain, and recording the speed as vmax=vR
Discretizing a two-dimensional area into nx×nyA rectangular grid of which rx=X/nxAnd ry=Y/nyDiscrete resolution in the x-direction and y-direction, respectively, typically let rx=ry(ii) a Let the notation "grid (i, j)" denote a grid region located within the following coordinate ranges:
Mij={(x,y)|xmin+(i-1)rx≤x≤xmax+irx,ymin+(j-1)ry≤y≤ymax+jry} (1)
wherein, i is 1,2x,j=1,2,...,ny
To achieve an accurate description of the geographical environment, the discrete resolution rxAnd ryThe selection should satisfy the following three conditions as much as possible simultaneously: the proportion of the area occupied by the obstacles in the specific grid is close to 0 or 1; secondly, only one type of terrain exists in the specific grid; thirdly, in the specific grid, the terrain change is not obvious;
the starting position of the unmanned war chariot corresponds to the grid (i)#,j#) The target position corresponds to the grid (i)*,j*);
Step 2: establishing an obstacle matrix, a terrain matrix and a terrain matrix according to the battlefield environment
Establishing an obstacle matrix according to the obstacle distribution condition in the area M
Figure FDA0003168513860000011
Each element thereof has a value of 0 or 1; if Q (i, j) is 0, representing that no obstacle exists in the grid (i, j), and allowing the unmanned combat vehicle to pass through; if Q (i, j) is 1, representing that an obstacle exists in the grid (i, j), and the unmanned combat vehicle cannot pass through;
establishing a terrain matrix according to the terrain distribution condition in the region M
Figure FDA0003168513860000012
If the grid (i, j) belongs to the r-th terrain, the value of the element E (i, j) is vmax/vrDescribing a ratio of time respectively consumed when the terrain R passes through the same distance as the terrain R;
establishing a terrain matrix according to the altitude distribution condition in the area M
Figure FDA0003168513860000013
The value of the element W (i, j) is the maximum value of the elevation within the grid (i, j), i.e.
Figure FDA0003168513860000014
And step 3: method for improving estimation function in traditional A-matrix algorithm by using terrain matrix and terrain matrix
The A-algorithm adopts the following estimation function to realize the expansion of the nodes:
F(n)=G(n)+H(n) (2)
wherein n represents the nth node in the path and corresponds to a certain grid generated in the step 1; f (n) is from the initial grid (i)#,j#) Via node n to the target grid (i)*,j*) The minimum cost estimate of (2); g (n) is formed by the initial grid (i)#,j#) Minimum cost to node n; h (n) is from node n to the target grid (i)*,j*) The minimum cost estimate of (2), i.e. a heuristic function; in step 3, the setting of G (n) and H (n) is improved by using the terrain matrix E and the terrain matrix W generated in step 2;
first, the calculation formula of the improvement G (n) is as follows:
Figure FDA0003168513860000021
wherein, assuming that the node n and the node (n-1) correspond to the grid (i, j) and the grid (i ', j'), respectively, the calculation method of each parameter in the formula (3) is as follows: l ═ E (i, j) + E (i ', j'))/2, representing the effect of terrain on travel time; Δ h — W (i ', j') -W (i, j), representing the relative elevation between two nodes; t is the linear distance between the center points of the grid (i, j) and the grid (i ', j');
then, improving the calculation formula of a heuristic function H (n); let node n correspond to grid (i, j), consider the following two grids (i, j) to (i)*,j*) The following path:
route 1: the unmanned war chariot firstly moves from the grid (i, j) to the grid (i, j) along the y direction*) (ii) a Then along the x direction, by the grid (i, j)*) Move to grid (i)*,j*);
Route 2: the unmanned war chariot firstly moves from the grid (i, j) to the grid (i) along the x direction*J); and then along the y direction, by the grid (i)*J) movement to grid (i)*,j*);
The number of grids passed by the paths 1 and 2 is the same, and does not includeThe current grid (i, j), denoted m ═ i-i*|+|j-j*L, |; for path c, the estimated cost is:
Figure FDA0003168513860000022
wherein, c is 1 or 2; g (k) represents the path cost estimate between two adjacent grids in path c, which can be expressed as:
Figure FDA0003168513860000023
wherein the first item
Figure FDA0003168513860000024
The meaning of (2) is the same as that of the second term at the right end of the medium formula in the formula (3) and is used for indirectly reflecting the time used by the unmanned fighting vehicle to run; the second term Q reflects the path cost for relative elevation of adjacent grids, which is defined as follows:
Figure FDA0003168513860000031
wherein p is1< 0 and p2The coefficient more than 0 corresponds to the two conditions of climbing and descending; when coefficient piThe larger the absolute value of (i ═ 1,2), the greater the weight to consider for the path gradient; the coefficients q in equation (5) are selected from the set { q }1,q2According to the grid (a) selected from+,b+) Whether a change occurs for the barrier grid, which satisfies:
Figure FDA0003168513860000032
wherein q is1And q is2Satisfy q1>q2Is greater than 0; h (n) is H1And H2The smaller of the two is the ratio of the total weight,i.e., H (n) ═ min { H1,H2};
And 4, step 4: generating an optimal path by using an A-x algorithm according to the improved estimation function in the step 3;
step 4-1: creating two table data structures OPENLIST and close list, wherein the OPENLIST table stores all nodes that have been generated but not explored, and the close list table stores nodes that have been explored;
step 4-2: will initiate the grid (i)#,j#) Adding OPENLIST table;
step 4-3: calculating the costs G and H of all NODEs in OPENLIST, and selecting the NODE with the lowest F value as a NODE NODE according to a formula (2); removing OPENLIST table from NODE and putting it into CLOSELIST table;
step 4-4: if the target grid (i)*,j*) If the path exists in the CLOSELIST table, the path planning is successful; stopping calculation, connecting the target nodes with each father node in sequence to form a final path, and recording the final path as P*(ii) a Note P*Is composed of N nodes (including initial grid and target grid), and the k-th node is grid (i)k,jk) Apparently there is (i)#,j#)=(i1,j1),(i*,j*)=(iN,jN);
And 4-5: judging whether each NODE which is adjacent to the NODE NODE and not in the CLOSELIST table is in the OPENLIST table; if not, adding the product into OPENLIST table; if so, updating the minimum G cost and the parent node;
and 4-6: repeating the step 4-3;
and 5: evaluating quality of generated paths
Defining indexes related to the following two paths, namely an equivalent distance S and an accumulated slope OSlope, and evaluating the quality of the paths by adopting the indexes S and the indexes OSlope;
for path P*The definitions of S and OSlope are shown in equations (8) and (9), respectively:
Figure FDA0003168513860000033
Figure FDA0003168513860000034
CN202110811903.8A 2021-07-19 2021-07-19 Path planning method of amphibious unmanned war chariot considering influence of terrain and topography Active CN113551682B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110811903.8A CN113551682B (en) 2021-07-19 2021-07-19 Path planning method of amphibious unmanned war chariot considering influence of terrain and topography

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110811903.8A CN113551682B (en) 2021-07-19 2021-07-19 Path planning method of amphibious unmanned war chariot considering influence of terrain and topography

Publications (2)

Publication Number Publication Date
CN113551682A true CN113551682A (en) 2021-10-26
CN113551682B CN113551682B (en) 2022-07-08

Family

ID=78103378

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110811903.8A Active CN113551682B (en) 2021-07-19 2021-07-19 Path planning method of amphibious unmanned war chariot considering influence of terrain and topography

Country Status (1)

Country Link
CN (1) CN113551682B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114578798A (en) * 2022-02-24 2022-06-03 苏州驾驶宝智能科技有限公司 Autonomous driving system of air-ground amphibious aerodyne
CN115077556A (en) * 2022-07-26 2022-09-20 中国电子科技集团公司第二十八研究所 Unmanned vehicle field operation path planning method based on multi-dimensional map
CN117949001A (en) * 2024-02-04 2024-04-30 北京中维数通软件有限公司 Path planning measuring point mapping system of engineering drawing

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5187667A (en) * 1991-06-12 1993-02-16 Hughes Simulation Systems, Inc. Tactical route planning method for use in simulated tactical engagements
CN103038605A (en) * 2010-06-15 2013-04-10 通腾比利时公司 Detecting location, timetable and travel time estimations for barrier crossings in a digital map
CN106441303A (en) * 2016-09-30 2017-02-22 哈尔滨工程大学 Path programming method based on A* algorithm capable of searching continuous neighborhoods
CN107063255A (en) * 2017-01-09 2017-08-18 北京工业大学 A kind of three-dimensional Route planner based on improvement drosophila optimized algorithm
WO2017173990A1 (en) * 2016-04-07 2017-10-12 北京进化者机器人科技有限公司 Method for planning shortest path in robot obstacle avoidance
CN109405836A (en) * 2017-08-17 2019-03-01 维布络有限公司 For determine pilotless automobile can driving navigation path method and system
CN109597385A (en) * 2018-12-26 2019-04-09 芜湖哈特机器人产业技术研究院有限公司 A kind of grating map and more AGV dynamic path planning methods based on grating map
CN111397622A (en) * 2020-03-26 2020-07-10 江苏大学 Intelligent automobile local path planning method based on improved A-algorithm and Morphin algorithm
CN112034836A (en) * 2020-07-16 2020-12-04 北京信息科技大学 Mobile robot path planning method for improving A-x algorithm
CN112325892A (en) * 2020-10-10 2021-02-05 南京理工大学 Similar three-dimensional path planning method based on improved A-x algorithm
CN112857384A (en) * 2021-01-18 2021-05-28 西安电子科技大学 Mobile robot path planning method based on A-algorithm of improved heuristic function
CN113044029A (en) * 2021-03-19 2021-06-29 北京理工大学 Motion planning method for ensuring safe driving of unmanned vehicle on three-dimensional terrain

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5187667A (en) * 1991-06-12 1993-02-16 Hughes Simulation Systems, Inc. Tactical route planning method for use in simulated tactical engagements
CN103038605A (en) * 2010-06-15 2013-04-10 通腾比利时公司 Detecting location, timetable and travel time estimations for barrier crossings in a digital map
WO2017173990A1 (en) * 2016-04-07 2017-10-12 北京进化者机器人科技有限公司 Method for planning shortest path in robot obstacle avoidance
CN106441303A (en) * 2016-09-30 2017-02-22 哈尔滨工程大学 Path programming method based on A* algorithm capable of searching continuous neighborhoods
CN107063255A (en) * 2017-01-09 2017-08-18 北京工业大学 A kind of three-dimensional Route planner based on improvement drosophila optimized algorithm
CN109405836A (en) * 2017-08-17 2019-03-01 维布络有限公司 For determine pilotless automobile can driving navigation path method and system
CN109597385A (en) * 2018-12-26 2019-04-09 芜湖哈特机器人产业技术研究院有限公司 A kind of grating map and more AGV dynamic path planning methods based on grating map
CN111397622A (en) * 2020-03-26 2020-07-10 江苏大学 Intelligent automobile local path planning method based on improved A-algorithm and Morphin algorithm
CN112034836A (en) * 2020-07-16 2020-12-04 北京信息科技大学 Mobile robot path planning method for improving A-x algorithm
CN112325892A (en) * 2020-10-10 2021-02-05 南京理工大学 Similar three-dimensional path planning method based on improved A-x algorithm
CN112857384A (en) * 2021-01-18 2021-05-28 西安电子科技大学 Mobile robot path planning method based on A-algorithm of improved heuristic function
CN113044029A (en) * 2021-03-19 2021-06-29 北京理工大学 Motion planning method for ensuring safe driving of unmanned vehicle on three-dimensional terrain

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114578798A (en) * 2022-02-24 2022-06-03 苏州驾驶宝智能科技有限公司 Autonomous driving system of air-ground amphibious aerodyne
CN115077556A (en) * 2022-07-26 2022-09-20 中国电子科技集团公司第二十八研究所 Unmanned vehicle field operation path planning method based on multi-dimensional map
CN115077556B (en) * 2022-07-26 2022-11-18 中国电子科技集团公司第二十八研究所 Unmanned vehicle field operation path planning method based on multi-dimensional map
CN117949001A (en) * 2024-02-04 2024-04-30 北京中维数通软件有限公司 Path planning measuring point mapping system of engineering drawing

Also Published As

Publication number Publication date
CN113551682B (en) 2022-07-08

Similar Documents

Publication Publication Date Title
CN113551682B (en) Path planning method of amphibious unmanned war chariot considering influence of terrain and topography
CN109254588B (en) Unmanned aerial vehicle cluster cooperative reconnaissance method based on cross variation pigeon swarm optimization
CN112000131B (en) Unmanned aerial vehicle cluster path planning method and system based on artificial potential field method
CN110544296B (en) Intelligent planning method for three-dimensional global track of unmanned aerial vehicle in uncertain enemy threat environment
De Filippis et al. Path planning strategies for UAVS in 3D environments
CN106815443B (en) Towards the three-dimensional more batches of Multiple routes planning methods of hedgehopping device of changing environment
CN107544553A (en) A kind of Path Planning for UAV based on hybrid ant colony
Bagherian et al. 3D UAV trajectory planning using evolutionary algorithms: A comparison study
CN106197426A (en) A kind of unmanned plane emergency communication paths planning method and system
KR101299134B1 (en) Searching system and method for moving targets in dynamic environment by cooperation of plural robots
CN110488842A (en) A kind of track of vehicle prediction technique based on two-way kernel ridge regression
CN114840020A (en) Unmanned aerial vehicle flight path planning method based on improved whale algorithm
CN111813144B (en) Multi-unmanned aerial vehicle collaborative route planning method based on improved flocks of sheep algorithm
Ma et al. Adaptive path planning method for UAVs in complex environments
CN111307158A (en) AUV three-dimensional route planning method
CN115060263A (en) Flight path planning method considering low-altitude wind and energy consumption of unmanned aerial vehicle
Hashimoto et al. An agent-based model of lost person dynamics for enabling wilderness search and rescue
Reece et al. Tactical movement planning for individual combatants
CN113447039B (en) High-precision road shortest path calculation method based on mapping information
CN114399226A (en) Unmanned aerial vehicle region reconnaissance value evaluation method based on semantic cognition
Roy et al. A hierarchical route guidance framework for off-road connected vehicles
CN115585814B (en) Aircraft variable-scale terrain following method based on settlement mechanism
CN101131755A (en) Route planning method for remaining CGF team formation based on real landform
Gao Autonomous soaring and surveillance in wind fields with an unmanned aerial vehicle
CN115657725A (en) Primary-secondary unmanned aerial vehicle release decision and path planning integrated method and system

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