Movatterモバイル変換


[0]ホーム

URL:


CN113804209A - A high-precision long-distance off-road path planning method for quadrilateral grids - Google Patents

A high-precision long-distance off-road path planning method for quadrilateral grids
Download PDF

Info

Publication number
CN113804209A
CN113804209ACN202110585843.2ACN202110585843ACN113804209ACN 113804209 ACN113804209 ACN 113804209ACN 202110585843 ACN202110585843 ACN 202110585843ACN 113804209 ACN113804209 ACN 113804209A
Authority
CN
China
Prior art keywords
path
distance
planning
point
starting
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
CN202110585843.2A
Other languages
Chinese (zh)
Other versions
CN113804209B (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.)
Information Engineering University Of Chinese People's Liberation Army Cyberspace Force
Original Assignee
PLA Information Engineering 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 PLA Information Engineering UniversityfiledCriticalPLA Information Engineering University
Priority to CN202110585843.2ApriorityCriticalpatent/CN113804209B/en
Publication of CN113804209ApublicationCriticalpatent/CN113804209A/en
Application grantedgrantedCritical
Publication of CN113804209BpublicationCriticalpatent/CN113804209B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Images

Classifications

Landscapes

Abstract

Translated fromChinese

本发明属于路径规划技术领域,具体涉及一种四角格网高精度长距离越野路径规划方法。该方法首先对越野环境进行栅格化处理,然后计算起终点行列号相差绝对值乘积n。判断n值是否大于设定值,若大于,则对像元进行合并操作,以降低整体计算的处理量、提高处理速度,并进行路径规划,得到较优路径;接着在较优路径上提取若干个参样点,且若干个参样点、起点和终点将较优路径划分成若干段分段路径,分别以每段分段路径的两端点为起终点重新进行路径规划,得到若干段较优分段路径,使得每段分段路径的规划都在高精度栅格下完成;最后将各段较优分段路径连通以得到最终路径,从而在满足越野路径规划精度要求的同时提高了运算效率。

Figure 202110585843

The invention belongs to the technical field of path planning, and in particular relates to a high-precision long-distance off-road path planning method with a quadrangular grid. The method firstly rasterizes the off-road environment, and then calculates the absolute value product n of the difference between the row and column numbers of the starting and ending points. Determine whether the n value is greater than the set value. If it is greater than the set value, merge the pixels to reduce the overall calculation processing capacity, improve the processing speed, and carry out path planning to obtain a better path; There are several reference points, and several reference points, starting points and end points divide the optimal path into several segmented paths, and re-plan the paths with the two ends of each segmented path as the starting and ending points, and obtain several segments of optimal paths. Segmented path, so that the planning of each segmented path is completed under the high-precision grid; finally, each segment of the optimal segmented path is connected to obtain the final path, which can meet the requirements of off-road path planning accuracy and improve the computing efficiency. .

Figure 202110585843

Description

High-precision long-distance off-road path planning method for four-corner grid
Technical Field
The invention belongs to the technical field of path planning, and particularly relates to a high-precision long-distance off-road path planning method for a four-corner grid.
Background
The off-road path planning is to give a starting point and a finishing point in off-road environments such as mountainous regions, jungles and the like, plan an optimal path (the path with shortest time, shortest distance or the most reasonable path) through the given starting point and finishing point according to a certain rule, and guarantee that a user can smoothly reach a destination.
The research work of the cross-country path planning is widely applied to multiple fields of military affairs, fire fighting, civil use and the like. Initially, off-road path planning was mainly used for military battlefield analysis, directing the actions of vehicles and personnel. Nowadays, the off-road path planning still has important applications in the military field, mainly the path planning of the operation objects in the operation area, the action of military robots and the like. With the development of scientific technologies such as artificial intelligence and unmanned driving, the cross-country path planning technology is also rapidly expanded to the civil field, such as cross-country emergency rescue, formation planning of travel-friend self-driving and the like. Therefore, the research work of the off-road path planning technology has important significance.
Path planning based on vector data and path planning based on raster data can be divided according to the type of data used by the path planning technique. The vector data-based path planning is mainly used for selecting urban traffic routes, and the planning is mainly completed through the known road network topological structure.
In the off-road route planning, route planning is often performed based on raster data when there is no road network. The off-road path planning based on the raster data is to divide the whole off-road environment into a plurality of grids with the same size in a quantized mode and then plan according to a search algorithm. In the off-road path planning research, if a good planning effect is desired, grid data with high precision is required. When the high-precision raster data is used for path planning, if the distance between the starting point and the ending point is too long, the problems that the calculation time of a search algorithm is too long, even the calculation runs short, and the like occur.
Disclosure of Invention
The invention provides a high-precision long-distance off-road path planning method for a four-corner grid network, which is used for solving the problems that the method in the prior art is low in operation efficiency and easy to operate and collapse.
In order to solve the technical problems, the technical scheme and the corresponding beneficial effects of the technical scheme are as follows:
the invention provides a high-precision long-distance off-road path planning method for a four-corner grid network, which comprises the following steps of:
1) rasterizing an off-road environment area needing path planning;
2) judging whether the distance between the starting point and the end point is greater than a set distance;
3) if the distance between the starting point and the end point is greater than the set distance, carrying out merging operation on the grid pixels in the cross-country environment area; after the merging operation is carried out, path planning is carried out between the starting point and the end point to obtain a better path;
4) extracting a plurality of reference points on the superior path, dividing the superior path into a plurality of sections of segmented paths by the plurality of reference points, the starting point and the end point, and re-planning the path by taking two end points of each section of segmented path as the starting and end points respectively to obtain a plurality of sections of superior segmented paths;
5) and connecting the paths of the sections of the better sub-sections to obtain a final path.
The beneficial effects of the above technical scheme are: under the condition that the distance between a starting point and an end point is far, the method firstly carries out merging operation on grid pixels in the cross-country environment area so as to reduce the processing amount of overall calculation and improve the processing speed, carries out path planning after merging operation so as to plan a better path, then carries out segmentation processing on the planned better path, carries out high-precision path planning by taking two end points of each segment of the segmented path as the starting point and the end point so as to plan the better segmented path, enables the planning of each segment of the segmented path to be completed under high-precision grids, and finally connects each segment of the better segmented path to form a final path, thereby meeting the requirement of the precision of the cross-country path planning and improving the operation efficiency.
Further, in step 3), after the merging operation is performed, path planning is performed between the starting point and the end point by using a Dijkstra algorithm.
Further, in order to make the planned path more smooth, in step 4), taking two end points of each segment of the segmented path as starting and ending points, and adopting an improved a-algorithm to perform path planning again; the cost function of the improved A-algorithm is F-G + H; g is a compensation value from the initial node to the current node; h is a composite value and is determined by Euclidean distance and elevation difference.
Further, if the judgment result of the step 2) is that the distance between the starting point and the end point is larger than the set distance, path planning is directly performed between the starting point and the end point.
Further, an improved A-star algorithm is adopted to directly plan a path between the starting point and the end point; the cost function of the improved A-algorithm is F-G + H; g is a compensation value from the initial node to the current node; h is a composite value and is determined by Euclidean distance and elevation difference.
Further, in step 2), the following method is adopted to determine whether the distance between the starting point and the end point is greater than the set distance:
calculating the product of the absolute value of the difference value of the starting and ending point row numbers and the absolute value of the difference value of the starting and ending point column numbers;
judging whether the product is larger than a set value: if the distance is larger than the set value, the distance between the starting point and the end point is larger than the set distance; otherwise, the distance between the starting point and the end point is less than or equal to the set distance.
Further, in step 4), the rule for extracting a plurality of reference points is as follows: the number of grid pixels between adjacent reference points is equal.
Drawings
FIG. 1 is a flow chart of a four-corner grid high-precision long-distance off-road path planning method of the present invention;
figure 2 is a flow chart of an improved a algorithm used by the present invention;
FIG. 3 is a schematic diagram of the present invention after combining 64 x 64 grid pixels into 1 pixel;
FIG. 4 is a schematic illustration of a region;
FIG. 5 is a schematic diagram of extracted sampling points and a segmented path derived using the sampling points of the present invention;
FIG. 6-1 is a schematic 90-degree overhead view of a planned route for planning a route to a region using the method of the present invention (before closing the terrain);
FIG. 6-2 is a schematic 90-degree overhead view of a planned route for planning a route in a region using the method of the present invention (after closing the terrain);
FIG. 6-3 is a schematic three-dimensional side view of a planned route for planning a route in a region using the method of the present invention (before the terrain is closed);
fig. 6-4 are schematic three-dimensional side views (after the terrain is closed) of paths planned when the method of the present invention is used to plan paths for a region.
Detailed Description
The invention discloses an embodiment of a method for planning a high-precision long-distance off-road path by using a four-corner grid, which has a flow chart shown in figure 1 and comprises the following specific processes:
the method comprises the steps of firstly, rasterizing the off-road environment needing path planning, converting the geographic coordinates of the off-road environment area between a starting point and an end point into grid row and column numbers, and calculating the product n of the absolute value multiplied by the row and column numbers of the starting point and the end point.
Step two, judging whether the n value obtained by the step one is larger than a set value (for example, 300000):
if the value of n is larger than the set value, the distance between the starting point and the end point is far, and then the third step is executed;
if the value of n is not larger than the set value, the distance between the starting point and the end point is not far, and in the off-road environment area, the route planning is directly carried out between the starting point and the end point by using the improved A-algorithm. The flow of the improved a-algorithm is shown in fig. 2, and the improved a-algorithm adds an influence factor of the height difference for the path to preferentially select the gentle path. In addition, the algorithm is different from the traditional heuristic A-x algorithm, intermediate data are not stored too much, the memory pressure can be reduced, and the operation efficiency is improved. The whole process is as follows:
1) first, an open table and a closed table are established, and each table is initialized. Wherein the open table comprises all pixels to be searched, and all pixels are initialized to 0; the closed table records that the read image element is marked as the image element which cannot pass, and marks the two types of image elements as 1.
2) And creating a vector container m _ openList to accommodate points on the path.
3) And converting the geographical coordinates of the starting point and the ending point into row and column numbers, and taking out the values of the corresponding pixels from the data according to the row and column numbers. And taking the planning start coordinate as a start node m _ startPos, and taking the planning end coordinate as a target node m _ endPos.
4) A move pointer is created to point to the current node.
5) And storing the starting point into the m _ openList in a row and column number form to serve as a starting father node, moving a pointer to the node, and sequentially judging the trafficability and the F value of eight points around the father node. The trafficability is judged by whether the child node is in a closed table, and on the premise of being trafficable, F consists of two parts, namely a G value and an H value. The calculation formula of the F value is as follows:
F=G+H
the G value is a compensation value from the starting node m _ startPos to the current node, if the adjacent child nodes do not have the weight values, the calculation is carried out by respectively using 10 or 14 at equal distance, and if the adjacent child nodes have the weight values, the weight values are used as judgment standards; the H value is a composite value and is determined by Euclidean distance and elevation difference, the Euclidean distance is the distance from a current point to a terminal point and mainly plays a role in pointing, the elevation difference is the difference value of the elevations of a father point and the current point and is mainly used for selecting relatively flat terrain and finally calculating the F value of the current point.
6) And respectively comparing the F values of the eight points, selecting the minimum value, adding the minimum value into the m _ openList to serve as the current point of the road, moving the pointer to the point, and marking the point as 1 to represent the point on the road.
7) And (3) searching the conditions of the nodes in the eight directions around the current pixel serving as a father node, firstly judging whether the nodes are marked, if so, judging the positions on the path, if not, directly skipping to indicate that the nodes are impassable points, and if so, finding the positions. On the road, the paths are overlapped, and then the compromise processing is carried out, namely, the cross path occurs, and the crossed part is removed. If the parent node is passable and not on the road, the storage comparison is carried out, and the node with the minimum F value in the peripheral eight direction child nodes is selected as the next node of the path.
8) And if the eight directions of the father node are judged to be not feasible, carrying out rollback, searching the minimum value point in the remaining child points in the father node of the previous stage again, and if the eight directions of the father node are judged to be infeasible, indicating that no path is found and finishing the algorithm.
9) And repeating the steps 4) -7) until the terminal node is added into the m _ openList, which indicates that the path is found.
It should be noted that, in the improved a-x algorithm, a factor of elevation difference is added to the H-composite value, so that the path for assisting planning is more gradual. The improvement of the algorithm causes the calculated path not to be optimal, but can improve the efficiency of the operation, and the operation is not broken even under huge data volume. In testing, it was found that the conventional a algorithm took seven to eight minutes to plan a path ten kilometers away, and that an hour could not be the result even further away (e.g., approaching thirty kilometers), and that improved a took less than ten seconds. Therefore, the practical application value of the improved A-x algorithm under the condition of higher-precision map is higher.
And step three, under the condition that the value of n is larger than the set value, carrying out merging operation on the grid pixels. The merging operation here is to perform merging operation processing on all grid pixels, that is, to change the resolution of the grid map. For example, the size of the merged grid pixel is 64 × 64, as shown in fig. 3, the whole square is one merged grid pixel, and the small cells in the square are the original grid pixels. In general, when the values are combined to 64 × 64, the value of n does not exceed the set value of 300000. However, if the n value after merging still exceeds the set value of 300000, the merging operation is performed again, and the merging operation is 128 × 128, and so on.
And step four, after the merging operation is carried out, path planning is carried out between the starting point and the end point by utilizing a Dijkstra algorithm, and a better path is planned. The process of the Dijkstra algorithm is as follows:
1) a distance matrix distanceFromStart of nodes from the starting point is created, the value of the starting point is set to 0, and the remaining elements are set to infinity inf.
2) A parent node matrix parent of the node is created, initialized to 0, and represents no parent node.
3) When iteration updating is carried out each time, finding out a node with the lowest total evaluation cost in incomplete traversal nodes in the distanceFromStart, and setting the node as a current node; current _ node.dist ═ inf, (prevent traversal again), and mark as having completed traversal; the non-traversed node in the four adjacent nodes of the current _ node is judged, whether the adjacent node N.g is larger than current _ node.g + edge.cost is judged, if so, N.g is current _ node.g + edge.cost, and n.parent _ node is current _ node.
4) And repeating the step 3) until the current _ node is the target point.
5) And backtracking the optimal path according to the parent node matrix parent.
And step five, extracting a plurality of reference points on the planned better path according to a set rule, and dividing the planned better path in the step four into a plurality of sections of segmented paths by the reference points, the starting point and the end point. In this embodiment, the formulated rule is: starting from the start point, one reference point is taken for each number (e.g., 20) of grid pixels until the end point is reached.
And step six, taking two end points of each segment of the segmented path as starting and ending points, and adopting an improved A-x algorithm to perform path planning again to obtain a plurality of segments of the preferred segmented paths.
And step seven, communicating the sections of the optimal subsection paths obtained in the step six to obtain a final path, and using the final path as an optimal path planned between the starting point and the end point.
Thus, path planning can be completed. Under the condition that the distance between a starting point and an end point is far, grid pixels in a cross-country environment area are merged to reduce the processing amount of overall calculation and improve the processing speed, path planning is carried out after merging processing to plan a better path, then the planned better path is segmented, high-precision path planning is carried out again by taking two end points of each segmented path as the starting point and the end point to plan the better segmented path, planning of each segmented path is completed under high-precision grid, and finally the better segmented paths are communicated to form a final path, so that the requirement for the planning precision of the cross-country path is met, the operation efficiency is improved, and the problems of low operation efficiency and easy operation collapse in the prior art are solved.
The method of the present invention is applied to specific examples to illustrate the effectiveness of the method. Image data, DEM data and SHP data (including roads, residential areas, vegetation, geology and the like) of a certain area (as shown in figure 4) are selected for implementation, the off-road environment of the planned area is quantized into raster data, and then the sectional path planning is carried out by using the method. Some of the parameters used are as follows: the setting value is 300000, and when the reference points are extracted, one reference point is extracted every 20 grid pixels (as shown in fig. 5). The final planning result is shown in fig. 6-1 to 6-4, the length of the path plan is 32.717 km, and the planning calculation time is 9 seconds.

Claims (7)

1. A four-corner grid high-precision long-distance off-road path planning method is characterized by comprising the following steps:
1) rasterizing an off-road environment area needing path planning;
2) judging whether the distance between the starting point and the end point is greater than a set distance;
3) if the distance between the starting point and the end point is greater than the set distance, carrying out merging operation on the grid pixels in the cross-country environment area; after the merging operation is carried out, path planning is carried out between the starting point and the end point to obtain a better path;
4) extracting a plurality of reference points on the superior path, dividing the superior path into a plurality of sections of segmented paths by the plurality of reference points, the starting point and the end point, and re-planning the path by taking two end points of each section of segmented path as the starting and end points respectively to obtain a plurality of sections of superior segmented paths;
5) and connecting the paths of the sections of the better sub-sections to obtain a final path.
2. The method for planning a high-precision long-distance off-road path with a foursquare grid according to claim 1, wherein in the step 3), after the merging operation is performed, path planning is performed between the starting point and the end point by using Dijkstra algorithm.
3. The method for planning a high-precision long-distance off-road path with a quad grid according to claim 1, wherein in the step 4), the path is planned again by adopting an improved A-algorithm with two end points of each segmented path as starting and ending points; the cost function of the improved A-algorithm is F-G + H; g is a compensation value from the initial node to the current node; h is a composite value and is determined by Euclidean distance and elevation difference.
4. The method for planning a high-precision long-distance off-road path with a foursquare grid according to claim 1, wherein if the judgment result of the step 2) is that the distance between the starting point and the end point is greater than the set distance, the path is planned directly between the starting point and the end point.
5. The method for planning a high-precision long-distance off-road path with a quad grid according to claim 4, wherein a modified A-algorithm is adopted to plan the path between the starting point and the end point directly; the cost function of the improved A-algorithm is F-G + H; g is a compensation value from the initial node to the current node; h is a composite value and is determined by Euclidean distance and elevation difference.
6. The method for planning a high-precision long-distance off-road path with a foursquare grid according to claim 1, wherein in the step 2), whether the distance between the starting point and the end point is greater than the set distance is judged by adopting the following method:
calculating the product of the absolute value of the difference value of the starting and ending point row numbers and the absolute value of the difference value of the starting and ending point column numbers;
judging whether the product is larger than a set value: if the distance is larger than the set value, the distance between the starting point and the end point is larger than the set distance; otherwise, the distance between the starting point and the end point is less than or equal to the set distance.
7. The method for planning a high-precision long-distance off-road path with a four-corner grid according to any one of claims 1 to 6, wherein in the step 4), the rule for extracting the plurality of reference points is as follows: the number of grid pixels between adjacent reference points is equal.
CN202110585843.2A2021-05-272021-05-27High-precision long-distance off-road path planning method for quadrangle gridActiveCN113804209B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202110585843.2ACN113804209B (en)2021-05-272021-05-27High-precision long-distance off-road path planning method for quadrangle grid

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202110585843.2ACN113804209B (en)2021-05-272021-05-27High-precision long-distance off-road path planning method for quadrangle grid

Publications (2)

Publication NumberPublication Date
CN113804209Atrue CN113804209A (en)2021-12-17
CN113804209B CN113804209B (en)2024-01-09

Family

ID=78942414

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202110585843.2AActiveCN113804209B (en)2021-05-272021-05-27High-precision long-distance off-road path planning method for quadrangle grid

Country Status (1)

CountryLink
CN (1)CN113804209B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN114562998A (en)*2022-01-272022-05-31北京四象爱数科技有限公司Multi-target-point path planning method based on DEM (digital elevation model) under non-road condition in mountainous area
CN116625378A (en)*2023-07-182023-08-22上海仙工智能科技有限公司 A cross-area path planning method, system, and storage medium
CN116734862A (en)*2023-08-092023-09-12常熟理工学院 Orienteering route selection method, device and computer storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN102116635A (en)*2009-12-302011-07-06西门子公司Method and device for determining navigation path
RU2014145708A (en)*2014-11-132016-06-10Российская Федерация, от имени которой выступает Министерство обороны Российской Федерации A method of constructing a route of movement on rough terrain
CN109443363A (en)*2018-11-092019-03-08厦门大学Certainty of dividing and ruling path optimizing algorithm
CN110057362A (en)*2019-04-262019-07-26安徽理工大学The method for planning path for mobile robot of finite elements map
CN111060109A (en)*2020-01-032020-04-24东南大学 A Global Path Planning Method for Unmanned Vehicle Based on Improved A-Star Algorithm
CN111580525A (en)*2020-05-262020-08-25珠海市一微半导体有限公司Judgment method for returning to starting point in edgewise walking, chip and visual robot
CN112254733A (en)*2020-10-212021-01-22中国人民解放军战略支援部队信息工程大学Fire escape path planning method and system based on extended A-x algorithm
CN112556686A (en)*2020-12-082021-03-26中国人民解放军61618部队Shortest time path planning method capable of predicting dynamic space-time environment

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN102116635A (en)*2009-12-302011-07-06西门子公司Method and device for determining navigation path
RU2014145708A (en)*2014-11-132016-06-10Российская Федерация, от имени которой выступает Министерство обороны Российской Федерации A method of constructing a route of movement on rough terrain
CN109443363A (en)*2018-11-092019-03-08厦门大学Certainty of dividing and ruling path optimizing algorithm
CN110057362A (en)*2019-04-262019-07-26安徽理工大学The method for planning path for mobile robot of finite elements map
CN111060109A (en)*2020-01-032020-04-24东南大学 A Global Path Planning Method for Unmanned Vehicle Based on Improved A-Star Algorithm
CN111580525A (en)*2020-05-262020-08-25珠海市一微半导体有限公司Judgment method for returning to starting point in edgewise walking, chip and visual robot
CN112254733A (en)*2020-10-212021-01-22中国人民解放军战略支援部队信息工程大学Fire escape path planning method and system based on extended A-x algorithm
CN112556686A (en)*2020-12-082021-03-26中国人民解放军61618部队Shortest time path planning method capable of predicting dynamic space-time environment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
张润莲 等: "规则网格数字高程模型中基于距离与坡度的路径规划算法", 《计算机应用》, vol. 38, no. 11, pages 3188 - 3192*

Cited By (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN114562998A (en)*2022-01-272022-05-31北京四象爱数科技有限公司Multi-target-point path planning method based on DEM (digital elevation model) under non-road condition in mountainous area
CN116625378A (en)*2023-07-182023-08-22上海仙工智能科技有限公司 A cross-area path planning method, system, and storage medium
CN116625378B (en)*2023-07-182023-10-31上海仙工智能科技有限公司 A cross-regional path planning method, system and storage medium
CN116734862A (en)*2023-08-092023-09-12常熟理工学院 Orienteering route selection method, device and computer storage medium
CN116734862B (en)*2023-08-092023-11-21常熟理工学院Directional off-road route selection method, device and computer storage medium

Also Published As

Publication numberPublication date
CN113804209B (en)2024-01-09

Similar Documents

PublicationPublication DateTitle
CN110220521B (en)High-precision map generation method and device
CN113804209A (en) A high-precision long-distance off-road path planning method for quadrilateral grids
CN103996089B (en)Based on the transmission line of electricity optimal path generation method of GIS
CN109359350B (en)Wind power plant road intelligent design method for optimizing fine construction cost
CN102435200B (en)Rapid path planning method
CN106525047A (en)Unmanned aerial vehicle path planning method based on floyd algorithm
CN113447039B (en)High-precision road shortest path calculation method based on mapping information
CN113048981B (en) A DEM-Oriented Method for Path Planning Algorithm in Roadless Areas
Bae et al.Finding a risk-constrained shortest path for an unmanned combat vehicle
CN112797997A (en) A framework and method for emergency route planning based on grid road network
CN105067004A (en)Terrain-based path search method
CN104406590B (en)A kind of shortest path planning method based on category of roads
CN111982135A (en)Method for converting map formats based on different protocols
CN115562267A (en)Cross-domain path planning and decomposing method and system for amphibious vehicle
CN106780739A (en)A kind of intelligent substation patrol three-dimension GIS system method for building up
CN104034337B (en)Map matching method and device for geographic position point of floating vehicle
Zhang et al.An improved virtual intersection model for vehicle navigation at intersections
CN115994979A (en)Intelligent line selection method for power transmission line based on self-adaptive resolution grid and improved ant colony algorithm
Mantoro et al.Pathfinding for disaster emergency route using Sparse A* and Dijkstra Algorithm with augmented reality
CN115328195B (en)Unmanned aerial vehicle and unmanned aerial vehicle double-layer path planning algorithm under uncertain environment
Liu et al.Unmanned vehicle off-road path-planning method with comprehensive constraints on multiple environmental factors
Yudha et al.Optimalization Route to Tourism Places in West Java Using A-STAR Algorithm
Zha et al.Wind farm water area path planning algorithm based on A* and reinforcement learning
Chen et al.Path planning in large area monitoring by drones
CN115752435A (en)Large-scale complex environment navigation method and system based on multi-source geographic information data

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant
CP03Change of name, title or address

Address after:450000 Science Avenue 62, Zhengzhou High-tech Zone, Henan Province

Patentee after:Information Engineering University of the Chinese People's Liberation Army Cyberspace Force

Country or region after:China

Address before:No. 62 Science Avenue, High tech Zone, Zhengzhou City, Henan Province

Patentee before:Information Engineering University of Strategic Support Force,PLA

Country or region before:China

CP03Change of name, title or address

[8]ページ先頭

©2009-2025 Movatter.jp