CN104020769A - Robot overall path planning method based on charge system search - Google Patents

Robot overall path planning method based on charge system search Download PDF

Info

Publication number
CN104020769A
CN104020769A CN201410264165.XA CN201410264165A CN104020769A CN 104020769 A CN104020769 A CN 104020769A CN 201410264165 A CN201410264165 A CN 201410264165A CN 104020769 A CN104020769 A CN 104020769A
Authority
CN
China
Prior art keywords
robot
electric charge
charge
path planning
path
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
CN201410264165.XA
Other languages
Chinese (zh)
Other versions
CN104020769B (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.)
Harbin Engineering University
Original Assignee
Harbin 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 Harbin Engineering University filed Critical Harbin Engineering University
Priority to CN201410264165.XA priority Critical patent/CN104020769B/en
Publication of CN104020769A publication Critical patent/CN104020769A/en
Application granted granted Critical
Publication of CN104020769B publication Critical patent/CN104020769B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention relates to a robot overall path planning method based on the charge system search. The method includes the steps that a robot path planning mathematic model is established; environment parameters for planning paths of a robot and relevant parameters of a charge system search algorithm are initialized; N paths and the initial position and the speed of each charge are randomly initialized; according to robot environment information and the robot path planning mathematic model, the fitness value fit, the best fitness value fitbest and the worst fitness value fitworst of each charge are calculated; the charge quantity qj of each charge, an attraction mark pij between every two charges and the Euclidean distance rij between every two charges are updated; the position and the speed of each charge are updated; fitness of each charge is recalculated according to the robot path planning mathematic model, the position Xbest new of the charge with the best fitness currently is found, and therefore the optimal path of the robot is obtained; if the number of iteration times is larger than the number itermax of iteration, a circulation is ended, the optimal path is output, and otherwise iteration of the next time is conducted.

Description

A kind of robot global path planning method based on Charge System search
Technical field
The present invention relates to a kind of robot global path planning method based on Charge System search.
Background technology
Robot path planning refers in its work space, provides a safety, efficient motion path for robot completes a certain Given task.Generally speaking, robot completes the selectable path of Given task many, in practical application, often will select a path for optimum (or near-optimization) under certain criterion, conventional criterion has: shortest path, consumed energy minimum or service time is the shortest etc.Therefore, robot path planning is in fact a constrained optimization problem.
Path planning problem is an important problem of mobile robot's research field, and according to the degree of prior grasp environmental information, path planning problem can be divided into global path planning and the sensor-based local paths planning based on priori environmental information.Traditional global path planning method mainly contains Grid Method, Visual Graph method, topological approach and free-space Method etc., and these traditional methods all exist counting yield low, are not suitable for the shortcoming of high-dimensional optimization.Along with proposition and the fast development of many intelligent bionic optimized algorithms, many scholars in robot path planning field, have obtained certain effect by these algorithm application.
Charge System searching algorithm (Charged System Search, CCS) be a kind of new Optimizing Search technology that the Coulomb's law in physics and Newton's laws of motion are simulated that is derived from, be a kind of meta-heuristic algorithm, the swarm intelligence that it produces by the interaction of the electric field force of each charged particles in colony instructs Optimizing Search.
Summary of the invention
The object of the invention is to provide a kind of robot global path planning method based on Charge System search, and counting yield is high, can effectively solve robot path planning's problem under complex dynamic environment.
Realize the object of the invention technical scheme:
Based on a robot global path planning method for Charge System search, it is characterized in that:
Step 1: set up robot path planning's mathematical model;
Step 2: initialization robot need carry out the environmental parameter of path planning and the correlation parameter of Charge System searching algorithm;
Step 3: the initial position of random initializtion N paths and each electric charge and speed, taking robot reference position and target location as x axle is set up rectangular coordinate system, by x axle D decile,
The position that defines j electric charge is X j = ( x j 1 , x j 2 , . . . , x j d , . . . , x j D ) , for j = 1,2 , . . . , N , Wherein represent j the position of electric charge in d dimension, the position X of each electric charge jjust represent the operating path of a robot, the optimal location in final all electric charges is the optimal path of robot;
Step 4: according to robot path planning's mathematical model of robot environment's information and foundation in step 1, calculate the fitness value fit of each electric charge, fitness best values fitbest, the worst value of fitness fitworst;
Step 5: according to fitness value fit, fitness best values fitbest, the worst value of the fitness fitworst of each electric charge obtaining in step 4, upgrade the quantity of electric charge q of each electric charge j, the attraction mark p between two electric charges ijand Euclidean distance r between two electric charges ij;
Step 6: according to the quantity of electric charge q of the each electric charge obtaining in step 5 j, the attraction mark p between two electric charges ijand Euclidean distance r between two electric charges ij, upgrade position and the speed of each electric charge; Then recalculate the fitness of each electric charge according to robot path planning's mathematical model of setting up in step 1, find out the position X of the best electric charge of current fitness best, new, i.e. the optimal path path of robot;
Step 7: if iterations is greater than maximum iteration time iter max, exiting circulation, output optimal path path, enters next iteration otherwise return to step 5.
In step 1, by following formula, set up robot path planning's mathematical model,
F = min ∫ 0 L [ αB + ( 1 - α ) E ] dl
In formula, F represents generalized cost function, and L represents path, and B represents the obstruction cost of environment barrier to robot, and E represents the energy that robot operation consumes, and α ∈ [0,1] represents the balance coefficient between robot security's operation and consumed energy;
Environment Obstacles thing obtains by following formula the obstruction cost B of robot,
B = Σ k = 1 N B 1 d k
In formula, N brepresent the number of barrier, d krepresent that the mid point of two nodes is apart from the distance of k barrier.
In step 2, initialized parameter comprises: electric charge population scale N, optimizes dimension D, algorithm maximum iteration time iter max, the balance factor alpha between robot security's operation and consumed energy, the barrier number N in environment b, the charge radius a in the renewal equation of electric charge position, starting point coordinate and the terminal point coordinate of robot operation.
In step 5, more new formula is as follows,
q j = fit ( j ) - fitworst fitbest - fitworst , j = 1,2 , . . . , N
r ij = | | X i - X j | | | | ( X i + X j ) / 2 - X best | | + ϵ
In formula, X iand X jbe respectively i electric charge and j electric charge in the position in space, X bestthe desired positions of current all electric charges, the position of the electric charge that fitbest is corresponding, ε is a very little normal number, to prevent that divisor is as zero.
In step 6, the position of each electric charge and speed more new formula are as follows,
X j , new = 0.5 rand j 1 · ( 1 + iter / iter max ) Σ i , i ≠ j ( q i a 3 r ij i 1 + q i r ij 2 i 2 ) p ij ( X i , old - X j , old ) + 0.5 rand j 2 · ( 1 - iter / iter max ) V j , old + X j , old
V j,new=X j,new-X j,old
The beneficial effect that the present invention has:
The present invention proposes a kind of Charge System searching algorithm model, and be successfully applied to the robot path planning's problem solving under complex environment.Be different from other bionic intelligence algorithm, the features such as the concurrency that embodies in Charge System search procedure, concertedness, self-organization, dynamic, strong robustness extremely conform to complicated robot running environment, and therefore Charge System searching algorithm can effectively solve the path planning problem under robot complex dynamic environment.
Counting yield of the present invention is high, there is good real-time and rapidity, actual robot optimal path is more approached in the path searching, making robot under the prerequisite that meets safe performance indexes and energy consumption indicators, arrive target location, is the effective technical way that solves robot path planning under complex dynamic environment.The present invention not only can be applied to robot path planning, also can be applicable to the technical field such as Path Planning for Unmanned Aircraft Vehicle, underwater robot path planning under complex environment.The present invention, for high-dimensional function optimization problem provides a very effective approach, can be widely used in the field that robot, Aeronautics and Astronautics, navigation, commercial production etc. relate to multidimensional function optimization problem.
Brief description of the drawings
Fig. 1 robot system theory diagram;
Fig. 2 robot path planning schematic diagram;
Fig. 3 Environment Obstacles thing hinders cost to robot and calculates schematic diagram;
Schematic diagram interacts between Fig. 4 electric charge;
Fig. 5 the present invention is based on the robot global path planning method program flow diagram of Charge System search;
Robot path planning's optimal result schematic diagram that Fig. 6 the inventive method obtains;
Number in the figure and symbol description are as follows:
In Fig. 3: a k-the k barrier, a k-1-the k-1 barrier, a k+1-the k+1 barrier, a k+2-the k+2 barrier; (x i-1, y i-1the coordinate of i-1 node in)-robot path, (x i, y ithe coordinate of i node in)-robot path; d kin-robot path, the mid point of i-1 node and i node is apart from the distance of k barrier, d k-1in-robot path, the mid point of i-1 node and i node is apart from the distance of k-1 barrier, d k+1in-robot path, the mid point of i-1 node and i node is apart from the distance of k+1 barrier, d k+2in-robot path, the mid point of i-1 node and i node is apart from the distance of k+2 barrier;
In Fig. 4: q 1the quantity of electric charge of-the 1 electric charge, q 2the quantity of electric charge of-the 2 electric charge, q 3the quantity of electric charge of-the 3 electric charge, q 4the quantity of electric charge of-the 4 electric charge, q 5the quantity of electric charge of-the 5 electric charge, q 6the quantity of electric charge of-the 6 electric charge; F 14-electric charge q 1to electric charge q 4electric field force, F 24-electric charge q 2to electric charge q 4electric field force, F 34-electric charge q 3to electric charge q 4electric field force, F 64-electric charge q 6to electric charge q 4electric field force, F 4-electric charge q 1, q 2, q 3, q 6to electric charge q 4electric field force make a concerted effort;
In Fig. 5: the number of electric charge in N-population, the iterations that iter-algorithm is current, iter maxthe maximum iteration time of-algorithm, the optimal path of path-robot, a j-the j electric charge.
Embodiment
As shown in Figure 1, robot system principle is that robot core control module is responsible for the motion control of robot and the sampling and processing of each sensor information; Robot servo motor driving system receives the control signal drive machines people motor movement of key control unit; Robot electrical measurement sensor can the current electric weight of robot measurement, and establishing the electric weight of robot in the time of initial position is E o, the electric weight while arriving target location is E f, energy E=E that robot operational process consumes o-E f; Robot obstacle-avoiding sensor is the range information of robot measurement front barrier in real time; Travelling speed that can robot measurement by robot photoelectric dial sensor, can obtain the distance information of robot operation in conjunction with the time of robot operation.
With reference to figure 2, taking the reference position of robot and target location line as x axle and by its D decile, every paths of robot is available X=(x all 1, x 2..., x d..., x d) represent wherein x drepresent the y coordinate figure of d Along ent, D value is larger, and robot path planning is meticulousr.Can see that the dashed path in publishing picture is obviously better than other two paths, robot path planning's object is exactly under meeting some requirements, and finds an optimum path X *thereby, robot path planning's problem is converted into the function optimization problem that a D ties up.
Robot path planning utilizes a kind of determinacy Sort of Method of State Space, reduces the scale of planning space.Robot path planning's problem reduction is become to a 2D path planning problem, i.e. a D dimension function optimization problem, then according to robot path planning's target, set up its mathematical model as follows:
F = min ∫ 0 L [ αB + ( 1 - α ) E ] dl
Wherein F represents generalized cost function, L represents path, B represents the obstruction cost of environment barrier to robot, E represents the energy that robot operation consumes, α ∈ [0,1] represent the balance coefficient between robot security's operation and consumed energy, if the security of robot operation is very important, α selects larger value; If it is very important that robot arrives the rapidity of target, α selects less value.Robot path planning's object is exactly under the prerequisite that minimizes generalized cost function herein, is the path of a robot optimum of calculating (or near-optimization).
The energy E that robot operation consumes is relevant with the length in its path, and Environment Obstacles thing is calculated as follows the obstruction cost B of robot,
B = Σ k = 1 N B 1 d k
Wherein N brepresent the number of barrier, with reference to figure 3, d krepresent that the mid point of two nodes is apart from the distance of k barrier.
Charge System searching algorithm (Charged System Search, CCS) be a kind of new Optimizing Search technology that the Coulomb's law in physics and Newton's laws of motion are simulated that is derived from, the swarm intelligence that it produces by the interaction of the electric field force of each charged particles in colony instructs Optimizing Search.With reference to figure 4, each electric charge can produce electric field and act on other electric charges around it, electric charge q in figure 4be subject to self charge q 1, q 2, q 3, q 5and q 6acting force final along the F that makes a concerted effort 4direction motion.Each electric charge moves under other charge effect power in search volume, its position more new formula and speed more new formula is as follows:
X j , new = 0.5 rand j 1 · ( 1 + iter / iter max ) Σ i , i ≠ j ( q i a 3 r ij i 1 + q i r ij 2 i 2 ) p ij ( X i , old - X j , old ) + 0.5 rand j 2 · ( 1 - iter / iter max ) V j , old + X j , old
V j,new=X j,new-X j,old
Wherein X j, newrepresent the reposition of j electric charge, X j, oldrepresent the old position of j electric charge, X i, oldrepresent the old position of i electric charge, V j, newrepresent the new speed of j electric charge, V j, oldrepresent the old speed of j electric charge, q irepresent the quantity of electric charge of i electric charge, r ijrepresent i electric charge and j electric charge Euclidean distance in space, rand j1and rand j2be the random number that is evenly distributed on (0,1), iter represents the iterations that algorithm is current, iter maxthe maximum iteration time that represents algorithm, a represents electric charge to be considered as the radius of a charged spheroid, i 1and i 2be defined as follows:
i 1 = 1 , i 2 = 0 &DoubleLeftRightArrow; r ij < a i 1 = 0 , i 2 = 1 &DoubleLeftRightArrow; r ij &GreaterEqual; a
P ijrepresent that whether j electric charge is subject to the attractive force of i electric charge, is defined as follows:
Wherein fit (i) represents i the fitness that electric charge is current, fit (j) represents j the fitness that electric charge is current, fitbest represents the best fitness of current all electric charges, and rand is the random number that is evenly distributed on (0,1).
Below by an instantiation, the robot global path planning method based on Charge System search proposed by the invention is further described.Experimental situation is 2.70Ghz, 2G internal memory, MATLAB R2012b version.
With reference to figure 5, a kind of robot global path planning method based on Charge System search, its specific implementation
Step is as follows: step 1: the foundation of robot path planning's mathematical model:
The foundation of robot environment's mathematical model:
Utilize a kind of determinacy Sort of Method of State Space, reduce the scale of planning space, robot path planning's problem reduction is become to a 2D path planning problem, be i.e. a D dimension function optimization problem.
F = min &Integral; 0 L [ &alpha;B + ( 1 - &alpha; ) E ] dl - - - ( 1 )
Wherein F represents generalized cost function, L represents path, B represents the obstruction cost of environment barrier to robot, E represents the energy that robot operation consumes, α ∈ [0,1] represent the balance coefficient between robot security's operation and consumed energy, if the security of robot operation is very important, α selects larger value; If it is very important that robot arrives the rapidity of target, α selects less value.
The foundation of robot path planning's optimality criterion mathematical model:
The safe performance indexes of executing the task according to robot and energy consume performance index, and robot environment's barrier is set up to mathematical model to the obstruction cost of robot.
B = &Sigma; k = 1 N B 1 d k - - - ( 2 )
Wherein N brepresent the number of barrier, with reference to figure 3, d krepresent that the mid point of two nodes is apart from the distance of k barrier.
Step 2: initialization robot need carry out the environmental parameter of path planning and the correlation parameter of Charge System searching algorithm.
Parameter is set to: electric charge population scale is N=20, and optimization dimension is D=30, and algorithm maximum iteration time is iter max=200, balance factor alpha=0.5 between robot security's operation and consumed energy, the barrier number N in environment b=5, the charge radius a=1 in the renewal equation of position, starting point coordinate [0,0] and the terminal point coordinate [60,110] of robot operation.
Step 3: the initial position X of random initializtion N paths and each electric charge j, forj=1,2 ..., N and initial velocity taking robot reference position and target location as x axle is set up rectangular coordinate system, by x axle D decile.
Step 4: robot path planning's mathematical model of setting up according to robot environment's information and in step 1, calculate the obstruction cost of Environment Obstacles thing to robot in each paths, draw the fitness value fit of each electric charge, fitness best values fitbest, the worst value of fitness fitworst.
Step 5: the quantity of electric charge q that upgrades each electric charge j, the attraction mark p between two electric charges ijand Euclidean distance r between two electric charges ij, more new formula is as follows respectively for it:
q j = fit ( j ) - fitworst fitbest - fitworst , j = 1,2 , . . . , N - - - ( 3 )
r ij = | | X i - X j | | | | ( X i + X j ) / 2 - X best | | + &epsiv; - - - ( 5 )
Wherein X iand X jbe respectively i electric charge and j electric charge in the position in space, X bestthe desired positions of current all electric charges, the position of the electric charge that fitbest is corresponding, ε is a very little normal number, to prevent that divisor is as zero.
Step 6: position and the speed of upgrading each electric charge according to following formula:
X j , new = 0.5 rand j 1 &CenterDot; ( 1 + iter / iter max ) &Sigma; i , i &NotEqual; j ( q i a 3 r ij i 1 + q i r ij 2 i 2 ) p ij ( X i , old - X j , old ) + 0.5 rand j 2 &CenterDot; ( 1 - iter / iter max ) V j , old + X j , old - - - ( 6 )
V j,new=X j,new-X j,old (7)
Then the fitness fit that recalculates the each electric charge of assessment according to robot path planning's mathematical model, finds out fitness best values fitbest, the electric charge position X that the worst value fitworst and fitbest are corresponding best, new.The current optimal path of robot is expressed as
Wherein X best, previousrepresent the optimal location of the front iteration of all electric charges.
Step 7: if iterations is greater than maximum iteration time iter max, exiting circulation, output optimal path path, enters next iteration otherwise return to step 5.
Fig. 6 is results of experimental operation, and the inventive method is that robot planning goes out feasible, an effective path, successfully keeps away the barrier in environment and arrives impact point.

Claims (5)

1. the robot global path planning method based on Charge System search, is characterized in that:
Step 1: set up robot path planning's mathematical model;
Step 2: initialization robot need carry out the environmental parameter of path planning and the correlation parameter of Charge System searching algorithm;
Step 3: the initial position of random initializtion N paths and each electric charge and speed, taking robot reference position and target location as x axle is set up rectangular coordinate system, by x axle D decile,
The position that defines j electric charge is wherein represent j the position of electric charge in d dimension, the position X of each electric charge jjust represent the operating path of a robot, the optimal location in final all electric charges is the optimal path of robot;
Step 4: according to robot path planning's mathematical model of robot environment's information and foundation in step 1, calculate the fitness value fit of each electric charge, fitness best values fitbest, the worst value of fitness fitworst;
Step 5: according to fitness value fit, fitness best values fitbest, the worst value of the fitness fitworst of each electric charge obtaining in step 4, upgrade the quantity of electric charge q of each electric charge j, the attraction mark p between two electric charges ijand Euclidean distance r between two electric charges ij;
Step 6: according to the quantity of electric charge q of the each electric charge obtaining in step 5 j, the attraction mark p between two electric charges ijand Euclidean distance r between two electric charges ij, upgrade position and the speed of each electric charge; Then recalculate the fitness of each electric charge according to robot path planning's mathematical model of setting up in step 1, find out the position X of the best electric charge of current fitness best, new, i.e. the optimal path path of robot;
Step 7: if iterations is greater than maximum iteration time iter max, exiting circulation, output optimal path path, enters next iteration otherwise return to step 5.
2. the robot global path planning method based on Charge System search according to claim 1, is characterized in that: in step 1, by following formula, set up robot path planning's mathematical model,
In formula, F represents generalized cost function, and L represents path, and B represents the obstruction cost of environment barrier to robot, and E represents the energy that robot operation consumes, and α ∈ [0,1] represents the balance coefficient between robot security's operation and consumed energy;
Environment Obstacles thing obtains by following formula the obstruction cost B of robot,
In formula, N brepresent the number of barrier, d krepresent that the mid point of two nodes is apart from the distance of k barrier.
3. the robot global path planning method based on Charge System search according to claim 2, is characterized in that: in step 2, initialized parameter comprises: electric charge population scale N, optimizes dimension D, algorithm maximum iteration time iter max, the balance factor alpha between robot security's operation and consumed energy, the barrier number N in environment b, the charge radius a in the renewal equation of electric charge position, starting point coordinate and the terminal point coordinate of robot operation.
4. the robot global path planning method based on Charge System search according to claim 3, is characterized in that:
In step 5, more new formula is as follows,
In formula, X iand X jbe respectively i electric charge and j electric charge in the position in space, X bestthe desired positions of current all electric charges, the position of the electric charge that fitbest is corresponding, ε is a very little normal number, to prevent that divisor is as zero.
5. the robot global path planning method based on Charge System search according to claim 4, is characterized in that:
In step 6, the position of each electric charge and speed more new formula are as follows,
V j,new=X j,new-X j,old
CN201410264165.XA 2014-06-13 2014-06-13 Robot overall path planning method based on charge system search Expired - Fee Related CN104020769B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410264165.XA CN104020769B (en) 2014-06-13 2014-06-13 Robot overall path planning method based on charge system search

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410264165.XA CN104020769B (en) 2014-06-13 2014-06-13 Robot overall path planning method based on charge system search

Publications (2)

Publication Number Publication Date
CN104020769A true CN104020769A (en) 2014-09-03
CN104020769B CN104020769B (en) 2017-02-08

Family

ID=51437578

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410264165.XA Expired - Fee Related CN104020769B (en) 2014-06-13 2014-06-13 Robot overall path planning method based on charge system search

Country Status (1)

Country Link
CN (1) CN104020769B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104597900A (en) * 2014-12-02 2015-05-06 华东交通大学 Electromagnetism-like mechanism optimization based FastSLAM method
CN105320140A (en) * 2015-12-01 2016-02-10 浙江宇视科技有限公司 Robot cleaner and cleaning path planning method thereof
CN106843216A (en) * 2017-02-15 2017-06-13 北京大学深圳研究生院 A kind of complete traverse path planing method of biological excitation robot based on backtracking search
CN111288991A (en) * 2018-12-06 2020-06-16 北京京东尚科信息技术有限公司 Path planning method, device, robot and computer readable storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW201035524A (en) * 2009-03-26 2010-10-01 Univ Yuan Ze Path planning method of adaptive obstacle avoidance for mobile robot
KR20110015833A (en) * 2009-08-10 2011-02-17 삼성전자주식회사 Method and apparatus of path planing for a robot
CN102506863A (en) * 2011-11-07 2012-06-20 北京航空航天大学 Universal gravitation search-based unmanned plane air route planning method
CN103823466A (en) * 2013-05-23 2014-05-28 电子科技大学 Path planning method for mobile robot in dynamic environment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW201035524A (en) * 2009-03-26 2010-10-01 Univ Yuan Ze Path planning method of adaptive obstacle avoidance for mobile robot
KR20110015833A (en) * 2009-08-10 2011-02-17 삼성전자주식회사 Method and apparatus of path planing for a robot
CN102506863A (en) * 2011-11-07 2012-06-20 北京航空航天大学 Universal gravitation search-based unmanned plane air route planning method
CN103823466A (en) * 2013-05-23 2014-05-28 电子科技大学 Path planning method for mobile robot in dynamic environment

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
A.KAVEH,S.TALATAHARI: "A novel heuristic optimization method: charged system search", 《ACTA MECHANICA》, vol. 213, no. 3, 30 September 2010 (2010-09-30), pages 267 - 289 *
孙波 等: "基于粒子群优化算法的移动机器人全局路径规划", 《控制与决策》, vol. 20, no. 9, 30 September 2005 (2005-09-30), pages 1052 - 1059 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104597900A (en) * 2014-12-02 2015-05-06 华东交通大学 Electromagnetism-like mechanism optimization based FastSLAM method
CN105320140A (en) * 2015-12-01 2016-02-10 浙江宇视科技有限公司 Robot cleaner and cleaning path planning method thereof
CN106843216A (en) * 2017-02-15 2017-06-13 北京大学深圳研究生院 A kind of complete traverse path planing method of biological excitation robot based on backtracking search
CN106843216B (en) * 2017-02-15 2019-11-05 北京大学深圳研究生院 A kind of biology excitation complete traverse path planing method of robot based on backtracking search
CN111288991A (en) * 2018-12-06 2020-06-16 北京京东尚科信息技术有限公司 Path planning method, device, robot and computer readable storage medium

Also Published As

Publication number Publication date
CN104020769B (en) 2017-02-08

Similar Documents

Publication Publication Date Title
CN106843235B (en) A kind of Artificial Potential Field path planning towards no person bicycle
CN103336526B (en) Based on the robot path planning method of coevolution population rolling optimization
CN102207736A (en) Robot path planning method and apparatus thereof based on Bezier curve
CN109657839B (en) Wind power prediction method based on deep convolutional neural network
CN104020769A (en) Robot overall path planning method based on charge system search
CN104050390A (en) Mobile robot path planning method based on variable-dimension particle swarm membrane algorithm
Soltero et al. Generating informative paths for persistent sensing in unknown environments
CN104953643A (en) Method for charging wireless sensor networks at multiple charging nodes
Jiang et al. SunChase: Energy-efficient route planning for solar-powered EVs
Zhang et al. Receding horizon control for multi-UAVs close formation control based on differential evolution
CN102063524B (en) Performance reliability simulation method based on improved self-adaption selective sampling
Xinggang et al. Variable probability based bidirectional RRT algorithm for UAV path planning
Shamseldin Adaptive Controller with PID, FOPID, and NPID Compensators for Tracking Control of Electric–Wind Vehicle
Yadav et al. PSO tuned ANFIS model for short term photovoltaic power forecasting
Li et al. Robot path planning using improved artificial bee colony algorithm
Wang et al. Mobile robot dynamic path planning based on improved genetic algorithm
Han et al. Research on UAV indoor path planning algorithm based on global subdivision grids
Zou et al. Improved genetic algorithm for dynamic path planning
Xu et al. Path Planning for Unmanned Underwater Vehicle Based on Improved Particle Swarm Optimization Method.
CN103218459A (en) Chaotic system parameter estimating method based on neighborhood information optimization algorithm
Nawawi et al. Modelling, simulation and navigation of a two-wheel mobile robot using pure pursuit controller
Chandraprabha et al. LSTM model based wind speed forecasting
Yang et al. Multistep wind speed forecasting using a novel model hybridizing singular spectrum analysis, modified intelligent optimization, and rolling elman neural network
Shi et al. Path planning for deep sea mining robot based on ACO-PSO hybrid algorithm
Dang et al. A path planning method for indoor robots based on partial & global A-star algorithm

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20170208

CF01 Termination of patent right due to non-payment of annual fee