CN112197778A - Wheeled airport border-patrol robot path planning method based on improved A-x algorithm - Google Patents

Wheeled airport border-patrol robot path planning method based on improved A-x algorithm Download PDF

Info

Publication number
CN112197778A
CN112197778A CN202010936459.8A CN202010936459A CN112197778A CN 112197778 A CN112197778 A CN 112197778A CN 202010936459 A CN202010936459 A CN 202010936459A CN 112197778 A CN112197778 A CN 112197778A
Authority
CN
China
Prior art keywords
path
node
robot
planning
airport
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.)
Pending
Application number
CN202010936459.8A
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.)
Nanjing University of Science and Technology
Original Assignee
Nanjing University of Science and 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 Nanjing University of Science and Technology filed Critical Nanjing University of Science and Technology
Priority to CN202010936459.8A priority Critical patent/CN112197778A/en
Publication of CN112197778A publication Critical patent/CN112197778A/en
Pending legal-status Critical Current

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

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 discloses a wheeled airport border-patrol robot path planning method based on an improved A-x algorithm, which comprises the following steps of: constructing a grid map according to an airport environment, and planning a stop point and a running path of an airport border patrol robot; according to the inspection task, performing global path planning by using an improved A-x algorithm to obtain a running path of the robot; and performing path smoothing processing. The invention improves the traditional A-path planning algorithm aiming at the inspection situation of the inspection robot of the wheeled airport. On the basis of the path planned by the traditional A-x algorithm, smoothing treatment is carried out by taking the deviation degree and the total path length as evaluation indexes, and the optimal solution is obtained through multiple iterations by using a gradient descent method, so that the path becomes continuous and smooth, the number of inflection points and the total path length are reduced, and the stability and the efficiency of the robot in the driving process are ensured.

Description

Wheeled airport border-patrol robot path planning method based on improved A-x algorithm
Technical Field
The invention belongs to the field of path planning, and particularly relates to a wheel type airport border patrol robot path planning method based on an improved A-x algorithm.
Background
With the continuous development of human society to intellectualization, intelligent robots are increasingly applied to various industries. For the field of mobile robots, path planning has been the focus of research. With the continuous research of people, many excellent algorithms are proposed and applied to solve the practical problems. Such as Dijkstra's algorithm, a-algorithms, ant colony algorithms, genetic algorithms, and the like. With the continuous improvement of the requirements of the engineering practice on the accuracy and the high efficiency of path planning, the use of a certain independent algorithm often cannot meet the requirements due to the existence of larger limitations.
An algorithm A is firstly proposed in the seventies of the last century [ Peter E.Hart, Nils J.Nilsson, Bertram Raphel. Correction to A Formal Basis for the statistical Determination of Minimum Cost Paths ". 1972: 28-29 ], and an Heuristic function is added on the Basis of Dijkstra, so that the algorithm A is a Heuristic algorithm and is also the most effective method for solving the shortest path under a known static map, and the ingenious and efficient method is widely applied in the related fields. Meanwhile, researchers are continuously researching the improvement of the A algorithm and the application combination of the A algorithm, such as the improvement of the A algorithm speed and efficiency [ Ji 21197a ], the improvement of Wen, Zhang, Chui Linhao, Zhang, static indoor path planning A-Star algorithm [ J ] mapping geographic information, 2017,42(05):77-80 ], and the like. However, path optimization is more important for the a-algorithm. In the traditional A-star algorithm, an 8-neighborhood expansion mode is fixedly adopted during node selection, and at most 8 motion directions can be selected around the node, so that the motion angle is limited to integral multiple of pi/4, the robot is not favorable to steering, and the final path turning points are more and unsmooth.
Disclosure of Invention
The invention aims to provide a wheeled airport border-patrol robot path planning method based on an improved A-x algorithm, aiming at the problems in the prior art.
The technical solution for realizing the purpose of the invention is as follows: a method for planning a path of a wheeled airport border robot based on an improved a-x algorithm, comprising the following steps:
step 1, constructing a grid map according to an airport environment, and planning a stop point and a running path of an airport border patrol robot;
and 2, planning a global path by using an improved A-x algorithm according to the inspection task to obtain a driving path of the robot.
Further, step 1, constructing a grid map according to the airport environment, and planning the stop points and the running paths of the border patrol robots of the airport, specifically comprising:
1-1, constructing a two-dimensional map of a characteristic coefficient environment by a laser navigation system by using a laser ranging sensor and a mileometer carried by an airport border patrol robot;
step 1-2, planning a stop point sequence and a running path of an airport border patrol robot;
and 1-3, constructing a grid map according to the two-dimensional map and the stop point information, and setting barrier nodes and accessible nodes in the map.
Further, in step 2, according to the routing inspection task, a global path planning is performed by using an improved a-x algorithm to obtain a driving path of the robot, and the method specifically includes:
step 2-1, establishing the actual cost g (n) of the current node n:
Figure RE-GDA0002780451770000021
in the formula IiThe actual mileage cost of the mobile unit at the ith node is represented and calculated by using the Euclidean distance;
step 2-2, calculating an estimated cost h (n) from the current node n to the end point:
h(n)=|Tx-Cx|+|Ty-Cy|
wherein the coordinate of the current node in the grid map is C (C)x,Cy) The coordinate of the target point in the grid map is T (T)x,Ty);
Step 2-3, establishing a heuristic function according to the actual cost g (n) and the estimated cost h (n):
f(n)=g(n)+h(n)
step 2-4, establishing an opening list and a closing list, taking a first stop point from the stop point sequence planned in the step 1-2 as an initial node, and taking a second stop point as a target node;
step 2-5, adding the starting node into the opening list;
step 2-6, taking the node with the minimum f value in the opening list as the current node and expanding the node to the periphery to obtain 8 expansion nodes, and moving the current node into the closing list;
2-7, sequentially judging whether the 8 expansion nodes are barrier nodes or exist in a closing list, and if so, ignoring the nodes; otherwise, executing the step 2-8;
step 2-8, judging whether the expansion node is in the opening list, if not, adding the expansion node into the opening list, setting the current node as a father node of the expansion node, and recording f, g and h values of the square; otherwise, judging whether the g value from the current node to the expansion node is smaller than the originally recorded g value, if so, setting the father node of the expansion node as the current node, and updating the f and g values;
step 2-9, after the target node is added into the opening list through the process, the path is searched from the target node to the starting node along the father node in sequence, and a path planning result point sequence { P }is obtainedi1,2, …, n, where n is the number of nodes in the path;
and 2-10, setting the target node in the step 2-9 as a new starting node, setting the next point behind the target node in the step 2-9 in the stop point sequence as a new target node, and repeating the steps 2-5 to 2-10 until all the stop points are added into the path.
Further, the method further comprises the steps of: and step 3, performing path smoothing processing.
Compared with the prior art, the invention has the following remarkable advantages: aiming at the problem of planning the route of the airport boundary inspection robot, the method can plan the traveling route of the robot among a plurality of stop points in sequence, takes the deviation degree and the total route length as evaluation indexes, and carries out smoothing treatment on the basis of the route planned by the traditional A-x algorithm, so that the route becomes continuous and smooth, the number of inflection points and the total route length are reduced, and the stability of the robot in the driving process is ensured.
The present invention is described in further detail below with reference to the attached drawing figures.
Drawings
Fig. 1 is a flow chart of a wheeled airport border robot path planning method based on an improved a-x algorithm.
FIG. 2 is a two-dimensional grid map in one embodiment.
Fig. 3 is a schematic diagram of a path obtained by the conventional a-algorithm in one embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
In one embodiment, a method for wheeled airport border robot path planning based on the improved a-x algorithm is provided, which comprises the following steps:
step 1, constructing a grid map according to an airport environment, and planning a stop point and a running path of an airport border patrol robot;
and 2, planning a global path by using an improved A-x algorithm according to the inspection task to obtain a driving path of the robot.
Further, in one embodiment, the constructing a grid map according to an airport environment in step 1, and planning a stop point and a travel path of an airport border patrol robot specifically includes:
1-1, constructing a two-dimensional map of a characteristic coefficient environment by a laser navigation system by using a laser ranging sensor and a mileometer carried by an airport border patrol robot;
step 1-2, planning a stop point sequence and a running path of an airport border patrol robot;
and 1-3, constructing a grid map (as shown in figure 2) according to the two-dimensional map and the stop point information, and setting barrier nodes and accessible nodes in the map.
Further, in one embodiment, the stopping points in step 1-2 include a key point and a patrol point, the key point is a point where the robot can change the moving direction and position, and the patrol point is a point where the airport border patrol robot stops and executes a patrol task; the running path is the parking order of the parking points.
Further, in one embodiment, in step 2, according to the inspection task, the global path planning is performed by using an improved a-x algorithm to obtain the travel path of the robot, which specifically includes:
step 2-1, establishing the actual cost g (n) of the current node n:
Figure RE-GDA0002780451770000041
in the formula IiThe actual mileage cost of the mobile unit at the ith node is represented and calculated by using the Euclidean distance;
step 2-2, calculating an estimated cost h (n) from the current node n to the end point:
h(n)=|Tx-Cx|+|Ty-Cy|
wherein the coordinate of the current node in the grid map is C (C)x,Cy) The coordinate of the target point in the grid map is T (T)x,Ty);
Step 2-3, establishing a heuristic function according to the actual cost g (n) and the estimated cost h (n):
f(n)=g(n)+h(n)
step 2-4, establishing an opening list and a closing list, taking a first stop point from the stop point sequence planned in the step 1-2 as an initial node, and taking a second stop point as a target node;
step 2-5, adding the starting node into the opening list;
step 2-6, taking the node with the minimum f value in the opening list as the current node and expanding the node to the periphery to obtain 8 expansion nodes, and moving the current node into the closing list;
2-7, sequentially judging whether the 8 expansion nodes are barrier nodes or exist in a closing list, and if so, ignoring the nodes; otherwise, executing the step 2-8;
step 2-8, judging whether the expansion node is in the opening list, if not, adding the expansion node into the opening list, setting the current node as a father node of the expansion node, and recording f, g and h values of the square; otherwise, judging whether the g value from the current node to the expansion node is smaller than the originally recorded g value, if so, setting the father node of the expansion node as the current node, and updating the f and g values;
step 2-9, after the target node is added into the opening list through the process, the path is searched from the target node to the starting node along the father node in sequence, and a path planning result point sequence { P }is obtainedi1,2, …, n, where n is the number of nodes in the path;
and 2-10, setting the target node in the step 2-9 as a new starting node, setting the next point behind the target node in the step 2-9 in the stop point sequence as a new target node, and repeating the steps 2-5 to 2-10 until all the stop points are added into the path.
Illustratively, a certain robot travel path obtained through the above-described process is shown in fig. 3.
In one embodiment, the method further comprises the steps of:
and step 3, performing path smoothing processing.
Further, in one embodiment, the performing the path smoothing processing in step 3 specifically includes:
step 3-1, assuming that the path planning point sequence after the smoothing processing is { P }i'|i=1,2,…,n};
The constructed path smoothing objective function is:
min(α||Pi-Pi'||2+β||Pi'-Pi+1'||)
wherein, | | Pi-Pi'||2The deviation degree is the deviation degree of the smoothed path point and the original path point; i Pi'-Pi+1' I is the path length, namely the distance between each point and the adjacent point after smoothing; alpha and beta are respectively smoothing coefficients corresponding to the offset degree and the path length;
here, preferably, α is 0.6 and β is 0.6.
Step 3-2, iteratively solving the objective function by using a gradient descent method, and continuously adjusting Pi' minimize the objective function.
The invention improves the traditional A-path planning algorithm aiming at the inspection situation of the inspection robot of the wheeled airport. On the basis of the path planned by the traditional A-x algorithm, smoothing processing is carried out by taking the offset and the total path length as evaluation indexes, and an optimal solution is obtained through multiple iterations by using a gradient descent method, so that the path becomes continuous and smooth, and the number of inflection points and the total path length are reduced. The improved algorithm mainly aims at the problem of planning the route of the airport boundary inspection robot, the traveling route of the robot among a plurality of target stop points is better planned in sequence, an optimized target function is designed as an evaluation index, smoothing is carried out, and the stability and the efficiency of the robot in the driving process are guaranteed.
The foregoing illustrates and describes the principles, general features, and advantages of the present invention. It will be understood by those skilled in the art that the present invention is not limited to the embodiments described above, which are described in the specification and illustrated only to illustrate the principle of the present invention, but that various changes and modifications may be made therein without departing from the spirit and scope of the present invention, which fall within the scope of the invention as claimed. The scope of the invention is defined by the appended claims and equivalents thereof.

Claims (6)

1. A wheeled airport border robot path planning method based on an improved A-x algorithm is characterized by comprising the following steps:
step 1, constructing a grid map according to an airport environment, and planning a stop point and a running path of an airport border patrol robot;
and 2, planning a global path by using an improved A-x algorithm according to the inspection task to obtain a driving path of the robot.
2. The method for planning the path of the wheeled airport border patrol robot based on the improved a-x algorithm according to claim 1, wherein the step 1 of constructing the grid map according to the airport environment and planning the stop points and the travel path of the airport border patrol robot comprises:
1-1, constructing a two-dimensional map of a characteristic coefficient environment by a laser navigation system by using a laser ranging sensor and a mileometer carried by an airport border patrol robot;
step 1-2, planning a stop point sequence and a running path of an airport border patrol robot;
and 1-3, constructing a grid map according to the two-dimensional map and the stop point information, and setting barrier nodes and accessible nodes in the map.
3. The improved A algorithm-based wheeled airport border robot path planning method according to claim 2, wherein the stopping points in the step 1-2 comprise key points and patrol points, wherein the key points are points at which the robot can change the motion direction and position, and the patrol points are points at which the airport border robot stops and executes patrol tasks; the running path is the parking order of the parking points.
4. The method for planning the route of the wheeled airport border patrol robot based on the improved a-algorithm according to claim 3, wherein the step 2 is to perform global route planning by using the improved a-algorithm according to the patrol task to obtain the driving route of the robot, and specifically comprises:
step 2-1, establishing the actual cost g (n) of the current node n:
Figure FDA0002672091330000011
in the formula IiThe actual mileage cost of the mobile unit at the ith node is represented and calculated by using the Euclidean distance;
step 2-2, calculating an estimated cost h (n) from the current node n to the end point:
h(n)=|Tx-Cx|+|Ty-Cy|
in which the current node is at the grid groundThe coordinate in the figure is C (C)x,Cy) The coordinate of the target point in the grid map is T (T)x,Ty);
Step 2-3, establishing a heuristic function according to the actual cost g (n) and the estimated cost h (n):
f(n)=g(n)+h(n)
step 2-4, establishing an opening list and a closing list, taking a first stop point from the stop point sequence planned in the step 1-2 as an initial node, and taking a second stop point as a target node;
step 2-5, adding the starting node into the opening list;
step 2-6, taking the node with the minimum f value in the opening list as the current node and expanding the node to the periphery to obtain 8 expansion nodes, and moving the current node into the closing list;
2-7, sequentially judging whether the 8 expansion nodes are barrier nodes or exist in a closing list, and if so, ignoring the nodes; otherwise, executing the step 2-8;
step 2-8, judging whether the expansion node is in the opening list, if not, adding the expansion node into the opening list, setting the current node as a father node of the expansion node, and recording f, g and h values of the square; otherwise, judging whether the g value from the current node to the expansion node is smaller than the originally recorded g value, if so, setting the father node of the expansion node as the current node, and updating the f and g values;
step 2-9, after the target node is added into the opening list through the process, the path is searched from the target node to the starting node along the father node in sequence, and a path planning result point sequence { P }is obtainedi1,2, …, n, where n is the number of nodes in the path;
and 2-10, setting the target node in the step 2-9 as a new starting node, setting the next point behind the target node in the step 2-9 in the stop point sequence as a new target node, and repeating the steps 2-5 to 2-10 until all stop points are added into the path.
5. The method for planning the path of the wheeled airport border robot based on the improved a-algorithm according to any one of claims 1 to 4, further comprising the following steps:
and step 3, performing path smoothing processing.
6. The method for planning the path of the wheeled airport border robot based on the improved a-algorithm according to claim 5, wherein the step 3 of performing the path smoothing process specifically comprises:
step 3-1, assuming that the path planning point sequence after the smoothing processing is { P }i'|i=1,2,…,n};
The constructed path smoothing objective function is:
min(α||Pi-Pi'||2+β||Pi'-Pi+1'||)
wherein, | | Pi-Pi'||2The deviation degree is the deviation degree of the smoothed path point and the original path point; i Pi'-Pi+1' I is the path length, namely the distance between each point and the adjacent point after smoothing; alpha and beta are respectively smoothing coefficients corresponding to the offset degree and the path length;
step 3-2, iteratively solving the objective function by using a gradient descent method, and continuously adjusting Pi' minimize the objective function.
CN202010936459.8A 2020-09-08 2020-09-08 Wheeled airport border-patrol robot path planning method based on improved A-x algorithm Pending CN112197778A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010936459.8A CN112197778A (en) 2020-09-08 2020-09-08 Wheeled airport border-patrol robot path planning method based on improved A-x algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010936459.8A CN112197778A (en) 2020-09-08 2020-09-08 Wheeled airport border-patrol robot path planning method based on improved A-x algorithm

Publications (1)

Publication Number Publication Date
CN112197778A true CN112197778A (en) 2021-01-08

Family

ID=74005918

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010936459.8A Pending CN112197778A (en) 2020-09-08 2020-09-08 Wheeled airport border-patrol robot path planning method based on improved A-x algorithm

Country Status (1)

Country Link
CN (1) CN112197778A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112985408A (en) * 2021-02-25 2021-06-18 南京航空航天大学 Path planning optimization method and system
CN113050642A (en) * 2021-03-19 2021-06-29 长沙理工大学 Automatic navigation method of multi-sensor fusion cable trench intelligent inspection robot
CN113805584A (en) * 2021-08-27 2021-12-17 上海擎朗智能科技有限公司 Path control method, robot system, and computer-readable storage medium
CN114281084A (en) * 2021-12-28 2022-04-05 太原市威格传世汽车科技有限责任公司 Intelligent vehicle global path planning method based on improved A-x algorithm
CN114577214A (en) * 2022-03-02 2022-06-03 哈尔滨工业大学 Wheeled robot path planning method applied to cross-heterogeneous multi-layer space
WO2022166409A1 (en) * 2021-02-04 2022-08-11 京东科技信息技术有限公司 Path optimization method and apparatus, and robot and storage medium
CN115164907A (en) * 2022-09-06 2022-10-11 南京理工大学 Forest operation robot path planning method based on A-x algorithm of dynamic weight
CN115454042A (en) * 2021-05-20 2022-12-09 中移系统集成有限公司 Route decision method, device, equipment and storage medium of inspection robot
CN117215305A (en) * 2023-09-12 2023-12-12 北京城建智控科技股份有限公司 Travel auxiliary system
CN117234220A (en) * 2023-11-14 2023-12-15 中国市政工程西南设计研究总院有限公司 PRT intelligent trolley driving control method and system
CN117232548A (en) * 2023-11-10 2023-12-15 北京赛目科技股份有限公司 Path planning method and device, electronic equipment and storage medium

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104215249A (en) * 2014-08-26 2014-12-17 厦门市润铭电子科技有限公司 Smoothening method of driving track
CN106017494A (en) * 2016-05-23 2016-10-12 福州华鹰重工机械有限公司 Path planning method based on apprenticeship learning and path planning device based on apprenticeship learning
CN106444755A (en) * 2016-09-22 2017-02-22 江苏理工学院 Mobile robot path planning method and system based on improved genetic algorithm
CN107990903A (en) * 2017-12-29 2018-05-04 东南大学 A kind of indoor AGV paths planning methods based on improvement A* algorithms
CN108205318A (en) * 2017-11-30 2018-06-26 香港中文大学(深圳) Method for planning track of robot and device
CN108225326A (en) * 2017-12-31 2018-06-29 南京理工大学 A kind of AGV paths planning methods based on A* algorithms
CN108731678A (en) * 2017-04-18 2018-11-02 深圳市丰巨泰科电子有限公司 robot global path planning method
CN109141430A (en) * 2018-09-04 2019-01-04 南京理工大学 Electric inspection process robot path planning method based on simulated annealing ant group algorithm
CN109240290A (en) * 2018-09-04 2019-01-18 南京理工大学 A kind of electric inspection process robot makes a return voyage determining method of path
CN109443364A (en) * 2018-11-13 2019-03-08 国网浙江宁波市鄞州区供电有限公司 Paths planning method based on A* algorithm
CN111024088A (en) * 2019-12-27 2020-04-17 芜湖哈特机器人产业技术研究院有限公司 Laser forklift path planning method
CN111060109A (en) * 2020-01-03 2020-04-24 东南大学 Unmanned ship global path planning method based on improved A-star algorithm
CN111562785A (en) * 2020-05-15 2020-08-21 中南大学 Path planning method and system for collaborative coverage of cluster robots
CN111625023A (en) * 2020-06-18 2020-09-04 上海海事大学 Port unmanned aerial vehicle routing inspection path planning method based on improved Astar algorithm

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104215249A (en) * 2014-08-26 2014-12-17 厦门市润铭电子科技有限公司 Smoothening method of driving track
CN106017494A (en) * 2016-05-23 2016-10-12 福州华鹰重工机械有限公司 Path planning method based on apprenticeship learning and path planning device based on apprenticeship learning
CN106444755A (en) * 2016-09-22 2017-02-22 江苏理工学院 Mobile robot path planning method and system based on improved genetic algorithm
CN108731678A (en) * 2017-04-18 2018-11-02 深圳市丰巨泰科电子有限公司 robot global path planning method
CN108205318A (en) * 2017-11-30 2018-06-26 香港中文大学(深圳) Method for planning track of robot and device
CN107990903A (en) * 2017-12-29 2018-05-04 东南大学 A kind of indoor AGV paths planning methods based on improvement A* algorithms
CN108225326A (en) * 2017-12-31 2018-06-29 南京理工大学 A kind of AGV paths planning methods based on A* algorithms
CN109141430A (en) * 2018-09-04 2019-01-04 南京理工大学 Electric inspection process robot path planning method based on simulated annealing ant group algorithm
CN109240290A (en) * 2018-09-04 2019-01-18 南京理工大学 A kind of electric inspection process robot makes a return voyage determining method of path
CN109443364A (en) * 2018-11-13 2019-03-08 国网浙江宁波市鄞州区供电有限公司 Paths planning method based on A* algorithm
CN111024088A (en) * 2019-12-27 2020-04-17 芜湖哈特机器人产业技术研究院有限公司 Laser forklift path planning method
CN111060109A (en) * 2020-01-03 2020-04-24 东南大学 Unmanned ship global path planning method based on improved A-star algorithm
CN111562785A (en) * 2020-05-15 2020-08-21 中南大学 Path planning method and system for collaborative coverage of cluster robots
CN111625023A (en) * 2020-06-18 2020-09-04 上海海事大学 Port unmanned aerial vehicle routing inspection path planning method based on improved Astar algorithm

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
刘紫燕 等: ""改进RRT算法的室内移动机器人路径规划"", 《计算机工程与应用》 *

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022166409A1 (en) * 2021-02-04 2022-08-11 京东科技信息技术有限公司 Path optimization method and apparatus, and robot and storage medium
CN112985408A (en) * 2021-02-25 2021-06-18 南京航空航天大学 Path planning optimization method and system
CN113050642A (en) * 2021-03-19 2021-06-29 长沙理工大学 Automatic navigation method of multi-sensor fusion cable trench intelligent inspection robot
CN113050642B (en) * 2021-03-19 2024-05-07 长沙理工大学 Automatic navigation method for intelligent cable trench inspection robot with multi-sensor fusion
CN115454042A (en) * 2021-05-20 2022-12-09 中移系统集成有限公司 Route decision method, device, equipment and storage medium of inspection robot
CN113805584A (en) * 2021-08-27 2021-12-17 上海擎朗智能科技有限公司 Path control method, robot system, and computer-readable storage medium
CN114281084B (en) * 2021-12-28 2023-02-21 太原市威格传世汽车科技有限责任公司 Intelligent vehicle global path planning method based on improved A-algorithm
CN114281084A (en) * 2021-12-28 2022-04-05 太原市威格传世汽车科技有限责任公司 Intelligent vehicle global path planning method based on improved A-x algorithm
CN114577214A (en) * 2022-03-02 2022-06-03 哈尔滨工业大学 Wheeled robot path planning method applied to cross-heterogeneous multi-layer space
CN114577214B (en) * 2022-03-02 2022-09-20 哈尔滨工业大学 Wheeled robot path planning method applied to cross-heterogeneous multi-layer space
CN115164907B (en) * 2022-09-06 2022-12-02 南京理工大学 Forest operation robot path planning method based on A-algorithm of dynamic weight
CN115164907A (en) * 2022-09-06 2022-10-11 南京理工大学 Forest operation robot path planning method based on A-x algorithm of dynamic weight
CN117215305A (en) * 2023-09-12 2023-12-12 北京城建智控科技股份有限公司 Travel auxiliary system
CN117232548A (en) * 2023-11-10 2023-12-15 北京赛目科技股份有限公司 Path planning method and device, electronic equipment and storage medium
CN117232548B (en) * 2023-11-10 2024-03-01 北京赛目科技股份有限公司 Path planning method and device, electronic equipment and storage medium
CN117234220A (en) * 2023-11-14 2023-12-15 中国市政工程西南设计研究总院有限公司 PRT intelligent trolley driving control method and system
CN117234220B (en) * 2023-11-14 2024-03-01 中国市政工程西南设计研究总院有限公司 PRT intelligent trolley driving control method and system

Similar Documents

Publication Publication Date Title
CN112197778A (en) Wheeled airport border-patrol robot path planning method based on improved A-x algorithm
CN113204236B (en) Intelligent agent path tracking control method
CN110487279B (en) Path planning method based on improved A-Algorithm
Jian et al. A global-local coupling two-stage path planning method for mobile robots
CN111007862B (en) Path planning method for cooperative work of multiple AGVs
Deng et al. Multi-obstacle path planning and optimization for mobile robot
CN108827311B (en) Route planning method for unmanned carrying system in manufacturing workshop
CN110006429A (en) A kind of unmanned boat path planning method based on depth optimization
CN103344248B (en) Optimal path calculation method for vehicle navigation system
CN106017486A (en) Trajectory inflection point filter-based map location method for unmanned vehicle navigation
CN109459052B (en) Full-coverage path planning method for sweeper
CN114923496A (en) Path planning method and device, electronic equipment and storage medium
CN114815845B (en) Automatic driving agricultural machinery smooth path planning method based on Hybrid A algorithm
CN113515111B (en) Vehicle obstacle avoidance path planning method and device
WO2023137938A1 (en) Path planning method and apparatus for virtual character, electronic device, and storage medium
CN115167398A (en) Unmanned ship path planning method based on improved A star algorithm
Gu et al. Path planning for mobile robot in a 2.5‐dimensional grid‐based map
CN114840001A (en) Multi-vehicle collaborative track planning method in closed environment
Yu et al. RDT-RRT: Real-time double-tree rapidly-exploring random tree path planning for autonomous vehicles
Meyer et al. Kinematic orienteering problem with time-optimal trajectories for multirotor uavs
CN114323047A (en) Full-coverage path planning algorithm based on polygon decomposition
Fu et al. Collision-free and kinematically feasible path planning along a reference path for autonomous vehicle
Fan et al. Research and implementation of multi-robot path planning based on genetic algorithm
CN116560360A (en) Method and system for planning real-time dynamic path of medical care robot facing complex dynamic scene
CN115046557A (en) AGV path planning method combining B spline curve and A star algorithm

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210108