CN103697895A - Method for determining optimal path of flight vehicle based on self-adaptive A star algorithm - Google Patents

Method for determining optimal path of flight vehicle based on self-adaptive A star algorithm Download PDF

Info

Publication number
CN103697895A
CN103697895A CN201410010003.3A CN201410010003A CN103697895A CN 103697895 A CN103697895 A CN 103697895A CN 201410010003 A CN201410010003 A CN 201410010003A CN 103697895 A CN103697895 A CN 103697895A
Authority
CN
China
Prior art keywords
grid
father node
starting point
place
aircraft
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
CN201410010003.3A
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.)
Xidian University
Original Assignee
Xidian 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 Xidian University filed Critical Xidian University
Priority to CN201410010003.3A priority Critical patent/CN103697895A/en
Publication of CN103697895A publication Critical patent/CN103697895A/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/20Instruments for performing navigational calculations

Landscapes

  • Engineering & Computer Science (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Automation & Control Theory (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Traffic Control Systems (AREA)

Abstract

The invention discloses a method for determining an optimal path of a flight vehicle based on a self-adaptive A star algorithm, which is mainly used for solving the problems of excessively long length of the divided path, excessively large threat value of an obstacle to the flight vehicle and excessively large number of waypoints of the prior art. The method comprises the following implementation steps: (1) setting a start point SP and an end point EP of the flight vehicle in a map; (2) generating an obstacle region; (3) performing grid division on the obstacle region to obtain a grid map; (4) setting a grid where the start point SP of the flight vehicle is located as SG and setting the grid where the end point EP is located as EG in the grid map; (5) performing path planning according to the grid SG where the start point of the flight vehicle is located and the grid EG where the end point is located. The method disclosed by the invention has the advantages of short path length, low threat value and a small number of waypoints, and can be used for determining the optimal path of the flight vehicle.

Description

Aircraft optimal path based on self-adaptation A star algorithm is determined method
Technical field
The invention belongs to spatial data processing technology field, the particularly path planning of aircraft, the method can be used for carrying out the path planning in intelligent navigation, the field such as unmanned.
Background technology
Aircraft is to rely on terrain information and enemy's situation information to carry out path planning, and, under certain constraint condition, aircraft is from starting point to terminating point, and search can preferentially meet the flight path of specific purpose optimum, and wherein flight path represents with a series of way points.
Along with the development of military technology, actual war demand, the path planning modeling of aircraft is from single System Development to system complicated and changeable.The path planning problem of aircraft presents real-time, multi-dimensional nature, uncertainty and the complex characteristic such as non-linear.Be based upon the model under legacy system, still get used to the angle known and that can not change from barrier terrain information, with static, be idealized as the modeling problem that main mode is carried out exploratory flight device path planning, ignored from actual angle and treated whole flight course.Most paths planning method is poor for the barrier landform scene effect of pressing close to true environment of complexity.This is to be simple static planing method because traditional algorithm adopts, at practical flight device, before flight, according to barrier landform scene, carry out path planning, in flight course, the immutable and barrier in path meets specific rule, and the gap of this and real scene is larger.Obvious this planing method has been carried out Utopian processing by barrier landform scene, and in fact the terrain information of flying scene is irregular random.
Mainly contain at present three types of technology and solve path planning problem: 1. traditional algorithm, as Grid Method, Voronoi figure method; 2. intelligent optimization algorithm, as genetic algorithm; 3. other algorithms, as dynamic programming algorithm.
Traditional algorithm is to calculate according to classical mathematical equation, the path that more desirable barrier map calculates with this type of algorithm is more excellent in the overall situation, but comparatively idealized to the requirement of barrier, for the planning effect of actual landform map, be largely subject to the impact of algorithm itself and the idealized degree of barrier.Intelligent optimization algorithm, if genetic algorithm is to be proposed by John Holland in 1975, it is the evolution laws that a class is used for reference organic sphere, the randomization searching method that utilizes the survival of the fittest, survival of the fittest genetic mechanism to develop and come, its principal feature is directly structure objects to be operated, and does not have the restriction of differentiate and continuous; There is inherent Implicit Parallelism and better global optimizing ability; Adopt the optimization method of randomization, the search volume that energy automatic acquisition and guidance are optimized, adjusts the direction of search adaptively, does not need the rule of determining.In robustness, compared with traditional algorithm, be significantly improved, the Utopian degree of dependence of barrier is lowered, but the computing time of intelligent optimization algorithm be generally long, cannot adapt to dynamically, the variable map that more approaches real situation carries out path planning.For other algorithms, as dynamic programming algorithm, due to algorithm self restriction, on local path, can reach optimum and adapt to dynamic map, but cannot guarantee in overall situation planning, may there is the unstable situation with can not calculating overall path of route result.
Summary of the invention
The object of the invention is to the deficiency for prior art, propose a kind of aircraft optimal path based on self-adaptation A star algorithm and determine method, to improve the correctness in the path that multiple different maps are cooked up, improve the stability of same width map being carried out repeatedly to the route of path planning simultaneously, strengthen the robustness to different map path plannings.
Technical thought of the present invention is: required Various types of data is carried out to pre-service, obtain terminal and barrier region coordinate, by terminal coordinate difference ratio, calculate ordinate direction size of mesh opening size, the path that draws its path planning by traditional A star algorithm, and first way point when the direction of search changes is as new starting point, redefine size of mesh opening size, by A star algorithm, search for, when meeting terminating point condition, path planning finishes, and exports all effective way points.Its concrete steps comprise as follows:
(1) starting point SP and the terminating point EP of aircraft are set in map;
(2) dyspoiesis object area:
2a), according to the position of the starting point SP of aircraft and terminating point EP, set up rectangular coordinate system;
2b) establish p i, q ibe respectively the starting point of each barrier and the coordinate of terminal that aircraft need be walked around, to p ipoint is done respectively the straight line perpendicular to rectangular coordinate system X-axis and Y-axis, to q ipoint is done respectively the straight line perpendicular to rectangular coordinate system X-axis and Y-axis, and the rectangle surrounding with these four straight lines represents barrier region T i, the number that wherein i is barrier;
(3) barrier region is carried out to grid division, obtain grid map;
(4), in grid map, the grid of establishing the starting point SP place of aircraft is that the grid at SG, terminating point EP place is EG;
(5) according to the starting point place grid SG of aircraft and terminating point place grid EG, carry out path planning:
5a) making the grid SG at the starting point SP place of aircraft is father node D j, establish general plan displacement and be: E j+1=L b+ E j, L wherein bfor father node D jto the required path of walking of each the grid b being adjacent, i.e. father node D jto the length of each the grid b line of centres being adjacent, the label that b is adjacent mesh, 1≤b≤8, E jfor arriving father node D from starting point place grid SG jthe distance moving, j is father node D jlabel; Set father node D jwhen the grid SG of starting point place, initial value is: j=0, L=0, E j=0;
5b) calculating respectively the pre-estimation that first adjacent mesh arrives terminating point place grid EG by this two paths of level-vertical translation and vertical-horizontal translation expends: H n=R (k) * m, and the minimum value that these two pre-estimations are expended are designated as HM, wherein R (k) by translation process the grid number of process, k by translation process the grid label of process, n is path label, n is integer, 1≤n≤2, m is map amplification coefficient, 1≤m≤20;
5c) to father node D jeach adjacent grid repeating step (5b), obtains the minimum value HM that pre-estimation separately expends b;
5d) calculate and father node D jeach adjacent grid b is to the total estimates F (b) of the grid EG at terminating point place:
F(b)=G(b)+HM b
Wherein G (b) is total mobile expending, and its value equates with general plan displacement, always moves and expends: G (b)=E j+1;
5e) using the corresponding grid x of the minimum value in total estimates F (b) as new father node D j+1, general plan displacement is: E j+1=L x+ E j, L wherein xfor father node D jto the length of the grid x line of centres being adjacent, current plan mobile route is father node D jwith new father node D j+1the line of the grid element center at place;
5f) judge new father node D j+1with father node D jthe direction of search whether identical, if the direction of search is identical, return step (5b) proceed search; Otherwise, execution step (5g);
5g) by the new father node D in step (5f) j+1as new starting point SP, and judge whether the distance of this point and terminating point EP is less than 2, if distance is less than 2, stop path planning, now, in grid map, the grid SG at the starting point SP place of aircraft arrives the path of the grid EG at terminating point EP place, is all father node D in grid map twith D t+1the line segment that the grid element center line at place forms, 0≤t≤j wherein, otherwise, return to step (3).
The present invention has the following advantages compared with prior art:
The first, the present invention adopts self-adaptation A star algorithm, compares traditional A star algorithm, aircraft is carried out to the drawn path of path planning and in length, shorten to some extent, and the air route minimizing of counting, has improved the correctness in the path of cooking up.
The second, the present invention compares with traditional algorithm, and aircraft can carry out real-time update to current map according to the variation of surrounding environment in flight course, has shortened path, and in this process, has reduced the threat value of barrier to aircraft;
The 3rd, the present invention compares other algorithms, owing to barrier topographic map not being carried out to any idealized processing, has overcome the shortcoming of the robustness deficiency in the path of cooking up for different obstruct thing topographic map.
Accompanying drawing explanation
Fig. 1 is realization flow figure of the present invention;
Fig. 2 is that the present invention utilizes self-adaptation A star algorithm to carry out the sub-process figure of path planning;
Fig. 3 is the barrier topographic map that the present invention tests;
Fig. 4 is the route result figure that the inventive method is cooked up;
Fig. 5 is the route result figure that traditional A star algorithm is cooked up.
Embodiment
Below in conjunction with accompanying drawing, step of the present invention is described in further detail.
With reference to Fig. 1, performing step of the present invention is as follows:
Step 1. arranges the starting point and ending point position of aircraft, in map, the starting point SP of aircraft and terminating point EP is carried out to mark.
Step 2. dyspoiesis object area.
2a), according to the position of the starting point SP of aircraft and terminating point EP, set up rectangular coordinate system;
2b) establish p i, q ibe respectively the starting point of each barrier and the coordinate of terminal that aircraft need be walked around, to p ipoint is done respectively the straight line perpendicular to rectangular coordinate system X-axis and Y-axis, to q ipoint is done respectively the straight line perpendicular to rectangular coordinate system X-axis and Y-axis, and the rectangle surrounding with these four straight lines represents barrier region T i, the number that wherein i is barrier;
Step 3. is carried out grid division by barrier region, obtains grid map.
3a) setting each grid directions X length of side is 2, according to the coordinate difference ratio of starting point SP and terminating point EP, the length of side Y of computing grid Y-direction l:
Y l = 2 * | y ep - y sp x ep - x sp | ;
(x wherein sp, y sp) be the coordinate of starting point SP, (x ep, y ep) be the coordinate of terminating point EP;
3b), according to the size of each grid, barrier region is divided into and contains 100 * 100 grids;
3c) in all grids of barrier region, the grid value that barrier is covered is all made as 1, and other grid values are made as 0, obtain grid map.
Step 4. is in grid map, and the grid of establishing the starting point SP place of aircraft is that the grid at SG, terminating point EP place is EG.
Step 5., according to the starting point place grid SG of aircraft and terminating point place grid EG, is carried out path planning.
With reference to Fig. 2, the concrete steps of this step are:
5a) making the grid SG at the starting point SP place of aircraft is father node D j, establish general plan displacement and be: E j+1=L b+ E j, L wherein bfor father node D jto the required path of walking of each the grid b being adjacent, i.e. father node D jto the length of each the grid b line of centres being adjacent, the label that b is adjacent mesh, 1≤b≤8, E jfor arriving father node D from starting point place grid SG jthe distance moving, j is father node D jlabel; Set father node D jwhen the grid SG of starting point place, initial value is: j=0, L=0, E j=0;
5b) calculating respectively the pre-estimation that first adjacent mesh arrives terminating point place grid EG by this two paths of level-vertical translation and vertical-horizontal translation expends: H n=R (k) * m, and the minimum value that these two pre-estimations are expended are designated as HM, wherein R (k) by translation process the grid number of process, k by translation process the grid label of process, n is path label, n is integer, 1≤n≤2, m is map amplification coefficient, 1≤m≤20;
5c) to father node D jeach adjacent grid repeating step (5b), obtains the minimum value HM that pre-estimation separately expends b;
5d) calculate and father node D jeach adjacent grid b is to the total estimates F (b) of the grid EG at terminating point place:
F(b)=G(b)+HM b
Wherein G (b) is total mobile expending, and its value equates with general plan displacement, always moves and expends: G (b)=E j+1;
5e) using the corresponding grid x of the minimum value in total estimates F (b) as new father node D j+1, general plan displacement is: E j+1=L x+ E j, L wherein xfor father node D jto the length of the grid x line of centres being adjacent, current plan mobile route is father node D jwith new father node D j+1the line of the grid element center at place;
5f) judge new father node D j+1with father node D jthe direction of search whether identical, if the direction of search is identical, return step (5b) proceed search; Otherwise, execution step (5g);
5g) by the new father node D in step (5f) j+1as new starting point SP, and judge whether the distance of this point and terminating point EP is less than 2, if distance is less than 2, stop path planning, now, in grid map, the grid SG at the starting point SP place of aircraft arrives the path of the grid EG at terminating point EP place, is all father node D in grid map twith D t+1the line segment that the grid element center line at place forms, 0≤t≤j wherein, otherwise, return to step (3).
Effect of the present invention further illustrates by following emulation.
One, simulated conditions
Hardware platform is: Intel Core2Duo CPU E6550@2.33GHZ, 2GB RAM
Software platform is: VC++6.0
As shown in Figure 3, wherein the square region in Fig. 3 (a) is barrier region to the barrier topomap that experiment is used, the starting point SP that the annulus in the upper left corner is aircraft, and the terminating point EP that the annulus in the lower right corner is aircraft, other regions are clear region.Two square region in Fig. 3 (b) are barrier region, the starting point SP that the annulus in the upper left corner is aircraft, and the terminating point EP that the annulus in the lower right corner is aircraft, other regions are clear region.Two border circular areas in Fig. 3 (c) are barrier region, the starting point SP that the annulus in the upper left corner is aircraft, and the terminating point EP that the annulus in the lower right corner is aircraft, other regions are clear region.Circle and square region in Fig. 3 (d) are barrier region, the starting point SP that the annulus in the upper left corner is aircraft, and the terminating point EP that the annulus in the lower right corner is aircraft, other regions are clear region.
Two, emulation content
Emulation one, by the inventive method respectively to Fig. 3 (a)~3(d) carry out path planning, obtain route programming result as Fig. 4, wherein in Fig. 4 (a), the solid line from starting point SP to terminating point EP is that Fig. 3 (a) is planned to the path obtaining, solid line from starting point SP to terminating point EP in Fig. 4 (b) is that Fig. 3 (b) is planned to the path obtaining, solid line from starting point SP to terminating point EP in Fig. 4 (c) is that Fig. 3 (c) is planned to the path obtaining, solid line from starting point SP to terminating point EP in Fig. 4 (d) is that Fig. 3 (d) is planned to the path obtaining.
Emulation two, by traditional A star algorithm respectively to Fig. 3 (a)~3(d) carry out path planning, the route programming result obtaining is as Fig. 5, wherein in Fig. 5 (a), the solid line from starting point SP to terminating point EP is that Fig. 3 (a) is planned to the path obtaining, solid line from starting point SP to terminating point EP in Fig. 5 (b) is that Fig. 3 (b) is planned to the path obtaining, solid line from starting point SP to terminating point EP in Fig. 5 (c) is that Fig. 3 (c) is planned to the path obtaining, solid line from starting point SP to terminating point EP in Fig. 5 (d) is that Fig. 3 (d) is planned to the path obtaining.
Three, interpretation of result
Respectively the path of cooking up in Fig. 4 and Fig. 5, barrier are counted and arranged the threat value of aircraft and air route, the result obtaining is as table 1, and wherein threat value is the threaten degree of barrier region to aircraft, according to radar equation D=1/d 4calculate, wherein d is that aircraft is apart from the short lines distance of barrier.
Table 1
Figure BDA0000454910780000071
As can be seen from Table 1, no matter the present invention is to count and be all better than traditional A star algorithm in path, threat value or air route, has proved fully superiority of the present invention and robustness.

Claims (2)

1. the aircraft optimal path based on self-adaptation A star algorithm is determined a method, comprises the steps:
(1) starting point SP and the terminating point EP of aircraft are set in map;
(2) dyspoiesis object area:
2a), according to the position of the starting point SP of aircraft and terminating point EP, set up rectangular coordinate system;
2b) establish p i, q ibe respectively the starting point of each barrier and the coordinate of terminal that aircraft need be walked around, to p ipoint is done respectively the straight line perpendicular to rectangular coordinate system X-axis and Y-axis, to q ipoint is done respectively the straight line perpendicular to rectangular coordinate system X-axis and Y-axis, and the rectangle surrounding with these four straight lines represents barrier region T i, the number that wherein i is barrier;
(3) barrier region is carried out to grid division, obtain grid map;
(4), in grid map, the grid of establishing the starting point SP place of aircraft is that the grid at SG, terminating point EP place is EG;
(5) according to the starting point place grid SG of aircraft and terminating point place grid EG, carry out path planning:
5a) making the grid SG at the starting point SP place of aircraft is father node D j, establish general plan displacement and be: E j+1=L b+ E j, L wherein bfor father node D jto the required path of walking of each the grid b being adjacent, i.e. father node D jto the length of each the grid b line of centres being adjacent, the label that b is adjacent mesh, 1≤b≤8, E jfor arriving father node D from starting point place grid SG jthe distance moving, j is father node D jlabel; Set father node D jwhen the grid SG of starting point place, initial value is: j=0, L=0, E j=0;
5b) calculating respectively the pre-estimation that first adjacent mesh arrives terminating point place grid EG by this two paths of level-vertical translation and vertical-horizontal translation expends: H n=R (k) * m, and the minimum value that these two pre-estimations are expended are designated as HM, wherein R (k) by translation process the grid number of process, k by translation process the grid label of process, n is path label, n is integer, 1≤n≤2, m is map amplification coefficient, 1≤m≤20;
5c) to father node D jeach adjacent grid repeating step (5b), obtains the minimum value HM that pre-estimation separately expends b;
5d) calculate and father node D jeach adjacent grid b is to the total estimates F (b) of the grid EG at terminating point place:
F(b)=G(b)+HM b
Wherein G (b) is total mobile expending, and its value equates with general plan displacement, always moves and expends: G (b)=E j+1;
5e) using the corresponding grid x of the minimum value in total estimates F (b) as new father node D j+1, general plan displacement is: E j+1=L x+ E j, L wherein xfor father node D jto the length of the grid x line of centres being adjacent, current plan mobile route is father node D jwith new father node D j+1the line of the grid element center at place;
5f) judge new father node D j+1with father node D jthe direction of search whether identical, if the direction of search is identical, return step (5b) proceed search; Otherwise, execution step (5g);
5g) by the new father node D in step (5f) j+1as new starting point SP, and judge whether the distance of this point and terminating point EP is less than 2, if distance is less than 2, stop path planning, now, in grid map, the grid SG at the starting point SP place of aircraft arrives the path of the grid EG at terminating point EP place, is all father node D in grid map twith D t+1the line segment that the grid element center line at place forms, 0≤t≤j wherein, otherwise, return to step (3).
2. the aircraft optimal path based on self-adaptation A star algorithm according to claim 1 is determined method, and what wherein step (3) was described carries out grid division by barrier region, obtains grid map, carries out as follows:
3a) setting the grid directions X length of side is 2, according to the coordinate difference ratio of starting point SP and terminating point EP, the length of side Y of computing grid Y-direction l:
Y l = 2 * | y ep - y sp x ep - x sp | ;
(x wherein sp, y sp) be the coordinate of starting point SP, (x ep, y ep) be the coordinate of terminating point EP;
3b) in barrier region, the grid value that barrier is covered is all made as 1, and other grid values are all made as 0, obtain grid map.
CN201410010003.3A 2014-01-09 2014-01-09 Method for determining optimal path of flight vehicle based on self-adaptive A star algorithm Pending CN103697895A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410010003.3A CN103697895A (en) 2014-01-09 2014-01-09 Method for determining optimal path of flight vehicle based on self-adaptive A star algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410010003.3A CN103697895A (en) 2014-01-09 2014-01-09 Method for determining optimal path of flight vehicle based on self-adaptive A star algorithm

Publications (1)

Publication Number Publication Date
CN103697895A true CN103697895A (en) 2014-04-02

Family

ID=50359507

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410010003.3A Pending CN103697895A (en) 2014-01-09 2014-01-09 Method for determining optimal path of flight vehicle based on self-adaptive A star algorithm

Country Status (1)

Country Link
CN (1) CN103697895A (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104484513A (en) * 2014-12-02 2015-04-01 厦门飞游信息科技有限公司 Map generation method and computing device
CN104850011A (en) * 2015-05-22 2015-08-19 上海电力学院 Optimal path planning method for TSP obstacle avoidance in obstacle environment
CN105629989A (en) * 2015-12-28 2016-06-01 电子科技大学 Obstacle region division method based on minimum enclosing circle and maximum inscribed circle
CN106092102A (en) * 2016-07-20 2016-11-09 广州极飞电子科技有限公司 A kind of unmanned plane paths planning method and device
CN106289233A (en) * 2016-07-25 2017-01-04 中国船舶重工集团公司第七0九研究所 The unmanned plane paths planning method of polymorphic obstacle and system
CN107687859A (en) * 2017-09-06 2018-02-13 电子科技大学 Most short method for searching based on A star algorithms
CN109859525A (en) * 2019-04-03 2019-06-07 哈尔滨工业大学 Parking stall air navigation aid based on A star algorithm
CN110307851A (en) * 2019-08-20 2019-10-08 中航材导航技术(北京)有限公司 One kind is based on A* algorithm and the navigation limitation efficient flight course planning method of data iteration
CN111024085A (en) * 2019-12-18 2020-04-17 四川大学 Unmanned aerial vehicle track planning method with end point direction and time constraints
CN112686476A (en) * 2021-01-26 2021-04-20 广东省博瑞海曼科技有限公司 Path generation method, system, equipment and storage medium applied to map
CN113781132A (en) * 2020-06-15 2021-12-10 北京沃东天骏信息技术有限公司 Online shopping guide method and device
CN114373329A (en) * 2021-12-31 2022-04-19 广东奥博信息产业股份有限公司 Vehicle searching method for indoor parking lot, electronic equipment and readable storage medium
CN114485663A (en) * 2021-12-29 2022-05-13 中国航空工业集团公司西安飞机设计研究所 Method for planning air route for executing tasks of airplane
CN116501093A (en) * 2023-06-28 2023-07-28 中国科学院心理研究所 Aircraft landing navigation method and device based on air corridor
CN116777095A (en) * 2023-06-30 2023-09-19 中国南方航空股份有限公司 Route planning method, device, equipment and medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101403625A (en) * 2008-11-07 2009-04-08 南京大学 Space cost distance computing method based on raster data
CN101650189A (en) * 2008-08-14 2010-02-17 微星科技股份有限公司 Method for planning walking path and navigation method for avoiding dynamic barrier
CN102359784A (en) * 2011-08-01 2012-02-22 东北大学 Autonomous navigation and obstacle avoidance system and method of indoor mobile robot
CN102768536A (en) * 2012-07-20 2012-11-07 哈尔滨工程大学 Route planning method based on multi-target glowworm swarm algorithm
CN102901500A (en) * 2012-09-17 2013-01-30 西安电子科技大学 Aircraft optimal path determination method based on mixed probability A star and agent

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101650189A (en) * 2008-08-14 2010-02-17 微星科技股份有限公司 Method for planning walking path and navigation method for avoiding dynamic barrier
CN101403625A (en) * 2008-11-07 2009-04-08 南京大学 Space cost distance computing method based on raster data
CN102359784A (en) * 2011-08-01 2012-02-22 东北大学 Autonomous navigation and obstacle avoidance system and method of indoor mobile robot
CN102768536A (en) * 2012-07-20 2012-11-07 哈尔滨工程大学 Route planning method based on multi-target glowworm swarm algorithm
CN102901500A (en) * 2012-09-17 2013-01-30 西安电子科技大学 Aircraft optimal path determination method based on mixed probability A star and agent

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104484513A (en) * 2014-12-02 2015-04-01 厦门飞游信息科技有限公司 Map generation method and computing device
CN104484513B (en) * 2014-12-02 2018-07-03 厦门飞游信息科技有限公司 A kind of ground drawing generating method and computing device
CN104850011A (en) * 2015-05-22 2015-08-19 上海电力学院 Optimal path planning method for TSP obstacle avoidance in obstacle environment
CN104850011B (en) * 2015-05-22 2017-11-03 上海电力学院 A kind of TSP avoidances optimum path planning method in obstacle environment
CN105629989A (en) * 2015-12-28 2016-06-01 电子科技大学 Obstacle region division method based on minimum enclosing circle and maximum inscribed circle
CN105629989B (en) * 2015-12-28 2018-04-17 电子科技大学 Based on the barrier zone division methods to take all of outside minimum with maximum inscribed circle
CN106092102A (en) * 2016-07-20 2016-11-09 广州极飞电子科技有限公司 A kind of unmanned plane paths planning method and device
CN106289233A (en) * 2016-07-25 2017-01-04 中国船舶重工集团公司第七0九研究所 The unmanned plane paths planning method of polymorphic obstacle and system
CN106289233B (en) * 2016-07-25 2019-04-19 中国船舶重工集团公司第七0九研究所 The unmanned plane paths planning method and system of polymorphic obstacle
CN107687859A (en) * 2017-09-06 2018-02-13 电子科技大学 Most short method for searching based on A star algorithms
CN109859525A (en) * 2019-04-03 2019-06-07 哈尔滨工业大学 Parking stall air navigation aid based on A star algorithm
CN109859525B (en) * 2019-04-03 2020-12-08 哈尔滨工业大学 Parking space navigation method based on A star algorithm
CN110307851A (en) * 2019-08-20 2019-10-08 中航材导航技术(北京)有限公司 One kind is based on A* algorithm and the navigation limitation efficient flight course planning method of data iteration
CN111024085A (en) * 2019-12-18 2020-04-17 四川大学 Unmanned aerial vehicle track planning method with end point direction and time constraints
CN111024085B (en) * 2019-12-18 2020-10-16 四川大学 Unmanned aerial vehicle track planning method with end point direction and time constraints
CN113781132A (en) * 2020-06-15 2021-12-10 北京沃东天骏信息技术有限公司 Online shopping guide method and device
CN112686476A (en) * 2021-01-26 2021-04-20 广东省博瑞海曼科技有限公司 Path generation method, system, equipment and storage medium applied to map
CN114485663A (en) * 2021-12-29 2022-05-13 中国航空工业集团公司西安飞机设计研究所 Method for planning air route for executing tasks of airplane
CN114373329A (en) * 2021-12-31 2022-04-19 广东奥博信息产业股份有限公司 Vehicle searching method for indoor parking lot, electronic equipment and readable storage medium
CN116501093A (en) * 2023-06-28 2023-07-28 中国科学院心理研究所 Aircraft landing navigation method and device based on air corridor
CN116501093B (en) * 2023-06-28 2023-11-24 中国科学院心理研究所 Aircraft landing navigation method and device based on air corridor
CN116777095A (en) * 2023-06-30 2023-09-19 中国南方航空股份有限公司 Route planning method, device, equipment and medium
CN116777095B (en) * 2023-06-30 2024-04-12 中国南方航空股份有限公司 Route planning method, device, equipment and medium

Similar Documents

Publication Publication Date Title
CN103697895A (en) Method for determining optimal path of flight vehicle based on self-adaptive A star algorithm
CN109933086B (en) Unmanned aerial vehicle environment perception and autonomous obstacle avoidance method based on deep Q learning
CN102901500A (en) Aircraft optimal path determination method based on mixed probability A star and agent
CN109541634B (en) Path planning method and device and mobile device
CN106705970B (en) Multi-unmanned aerial vehicle collaborative path planning method based on ant colony algorithm
US20180308371A1 (en) Joint search method for uav multiobjective path planning in urban low altitude environment
Wang et al. The adaptive vortex search algorithm of optimal path planning for forest fire rescue UAV
CN104019813B (en) Method and system of target immediate location and map establishing
CN103557867B (en) The collaborative path planning method of a kind of many UAV of three-dimensional based on sparse A* search
CN104165627B (en) A kind of real-time dynamic route planning method based on linear programming
Sadat et al. Fractal trajectories for online non-uniform aerial coverage
CN105700549A (en) Unmanned plane multi-track planning method based on sequence ecological niche PSO (particle swarm optimization) algorithm
CN109828607A (en) A kind of unmanned plane paths planning method and system towards irregular slalom object
Garcia et al. Dynamic graph-search algorithm for global path planning in presence of hazardous weather
CN104406589B (en) Flight method of aircraft passing through radar area
CN106197426A (en) A kind of unmanned plane emergency communication paths planning method and system
CN105841702A (en) Method for planning routes of multi-unmanned aerial vehicles based on particle swarm optimization algorithm
CN105652876A (en) Mobile robot indoor route planning method based on array map
Bagherian et al. 3D UAV trajectory planning using evolutionary algorithms: A comparison study
CN105629989A (en) Obstacle region division method based on minimum enclosing circle and maximum inscribed circle
CN103267528A (en) Multi-unmanned aerial vehicle cooperative area search method under non-flight zone limitation
KR102695522B1 (en) Method and device to train image recognition model and to recognize image
CN104121903A (en) Rolling route planning method based on boundary value problem
CN107135541A (en) UWB indoor localization method based on OPTICS Density Clusterings and BP neural network
Varela et al. Autonomous UAV based search operations using constrained sampling evolutionary algorithms

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20140402