CN105045260A - Mobile robot path planning method in unknown dynamic environment - Google Patents

Mobile robot path planning method in unknown dynamic environment Download PDF

Info

Publication number
CN105045260A
CN105045260A CN201510270537.4A CN201510270537A CN105045260A CN 105045260 A CN105045260 A CN 105045260A CN 201510270537 A CN201510270537 A CN 201510270537A CN 105045260 A CN105045260 A CN 105045260A
Authority
CN
China
Prior art keywords
mobile robot
neuron
point
coordinate
represent
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
CN201510270537.4A
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.)
Hunan University
Original Assignee
Hunan 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 Hunan University filed Critical Hunan University
Priority to CN201510270537.4A priority Critical patent/CN105045260A/en
Publication of CN105045260A publication Critical patent/CN105045260A/en
Pending legal-status Critical Current

Links

Landscapes

  • Control Of Position, Course, Altitude, Or Attitude Of Moving Bodies (AREA)
  • Feedback Control In General (AREA)

Abstract

The invention discloses a mobile robot path planning method in an unknown dynamic environment. The method enables each position to be converted into a nerve cell, employs the activity values of nerve cells to represent environment changes, and ingeniously employs a biological motivation nerve network model to simulate a dynamic environment. The biological motivation nerve network model guarantees that the activity values of positive nerve cells can be transmitted outside to affect the whole state space, and the activity values of negative nerve cells just act on a local part. A decision at the next position point comprises a maximum nerve cell activity value and minimum robot corner factor, and an obtained path is the shortest one or about the shortest one. Moreover, the path is smooth, and the number of corners is smaller. The method does not have a problem of local minimum points, is small in calculation amount, is simple in implementation, and is good in adaptability in the unknown dynamic environment.

Description

Method for planning path for mobile robot under a kind of Unknown Dynamic Environment
Technical field
The present invention relates to the paths planning method of a kind of mobile robot, particularly relate to a kind of method for planning path for mobile robot under dynamic unknown complex environment.
Background technology
Along with the development of technology, the range of application of mobile robot is more and more extensive.Mobile robot starts to be extended to more complicated, the irregular outdoor non-structure environment of feature from the indoor environment of rule gradually.Path planning is the important step of robot navigation's technology, it be according to a certain performance index search for an optimum from original state to dbjective state or near-optimization without touching path.
Common paths planning method mainly contains Artificial Potential Field Method, A* algorithm, neural network etc.But always there is certain defect for different practical problemss in these methods.There is local minimum points problem in Artificial Potential Field Method, robot can be caused to arrive impact point.A* algorithm needs the priori to environment, and when environmental information changes, need again to plan, calculated amount is large.Some neural network models only can process static environment, and BP neural network model can produce keeps away barrier track, but needs learning process, and speed is slower.Glasius proposes a kind of dynamic realtime Obstacle avoidance model based on Hopfield network, can solve Local Minimum problem, but is difficult to adapt to dynamic environment at a high speed.The biologically inspired neural network method that SimonX.Yang proposes in NeuralNetworkApproachtoDynamicCollision-FreeTrajectoryGe neration mono-literary composition is that road strength planning proposes a kind of effective solution, but there will be path misjudgement problem in any case, and path is level and smooth not.
Summary of the invention
For the problems referred to above, the present invention proposes the paths planning method under a kind of new Dynamic Unknown Environment, the method does not need any priori of real-time dynamic environment, and calculated amount is little, is applicable to the path planning under Unknown Dynamic Environment.
A method for planning path for mobile robot under Unknown Dynamic Environment, comprises following step:
Step 1: build grating map;
With the geometric center point of mobile robot for moving coordinate system initial point, the positive dirction being oriented to X-axis of mobile robot, sets up moving coordinate system;
Start mobile front position for global coordinate system initial point with mobile robot, mobile robot starts the positive dirction being oriented to X-axis before moving, and sets up global coordinate system;
Global coordinate system is converted into grating map according to the planning precision p of setting, in described grating map each grid length and be widely respectively Δ x=p and Δ y=p;
P span is 0.1m to 0.3m;
By mobile robot known static-obstacle thing, impact point and the coordinate transformation of mobile robot's current location in global coordinate system be in the work environment that grating map coordinate represents:
Wherein, (x*, y*) represents at the coordinate of object in global coordinate system;
Step 2: using each coordinate points in grating map as a neuron, and each neuronic activity value of initialization is 0;
Step 3: judge that whether the current position of mobile robot is identical with aiming spot, if identical, then current path planning terminates; Otherwise, enter step 4;
Step 4: read sonar ranging data, and upgrade neural dynamics;
Interval time, T read the ranging data of barrier in the working environment that the sonar sensor on a mobile robot gathers, and obtain the global coordinate system coordinate of barrier according to ranging data, and by neuronic activity value x corresponding for coordinate each in global coordinate system iupgrade according to following formula:
d x i dt = - A x i + ( B - x i ) S i e - ( D + x i ) [ I i ] -
Wherein, x ii-th neuronic activity value; A represents attenuation rate, and span is [8,15]; B and D is respectively the upper bound and the lower bound of neural dynamics, and value is respectively 1 and-1;
Interval time the span of T be (0,1s];
I irepresent i-th neuronic outside input:
If the coordinate position that i-th neuron is corresponding is aiming spot, then I i=E;
If the coordinate position that i-th neuron is corresponding is Obstacle Position, then I i=-E;
In other situations, I i=0;
E is outside input constant, gets the integer being more than or equal to 80;
S irepresent i-th neuronic excitation input, whether its value is between barrier according to i-th neuron is determined:
When the coordinate position that i-th neuron is corresponding is between barrier:
S i = [ I i ] + + Σ j = 1 n i ω ij [ x j i ] + n pos i n i
When the coordinate position that i-th neuron is corresponding is between barrier:
S i = [ I i ] + + Σ j = 1 n i ω ij [ x j i ] + n pos i ( n i - n neg i )
Wherein, [a] -=max{-a, 0}, [a] +=max{a, 0}; d ijrepresent two neuron q iand q jbetween Euclidean distance, μ 0represent distance constant, span be (0.2,1.2]; represent the neural dynamics that a jth consecutive point of the coordinate position that i-th neuron is corresponding are corresponding; n irepresent the consecutive point number of the coordinate position that i-th neuron is corresponding, all possible next location point of mobile robot is called consecutive point; be the number that neural dynamics corresponding in the consecutive point of the coordinate position that i-th neuron is corresponding is greater than the point of 0, it is the number that neural dynamics corresponding in the consecutive point of the coordinate position that i-th neuron is corresponding is less than the point of 0;
Step 5: according to the neural dynamics upgraded and minimum corner, decision-making is carried out to the next shift position of mobile robot, obtains next shift position;
Step 6: advancing in the position that mobile robot obtains according to step 5, returns step 3.
In described step 5, the decision-making of next shift position is determined according to following formula:
q n ⇐ x qn = max { x j i / x i + c y j i , j = 1,2,3 . . . n i }
Wherein, q nrepresent the next position that robot may move to, one namely in consecutive point, represent consecutive point q nactivity value;
[neural dynamics that in grating map, each coordinate position is corresponding is known, according to the neuron of known activity value, chooses arbitrarily corresponding coordinate position as next shift position; ]
C represents weight factor, and span is [0.3,3], represent corner factor of influence,
Δ θ j i = | θ j i - θ c i | = | a tan 2 ( y qj i - y qc i , x qj i - x qc i ) - a tan 2 ( y qc i - y qp i , x qc i - x qp i ) |
Wherein, with be respectively a jth consecutive point q of coordinate position corresponding to i-th neuron jthe horizontal ordinate in grating map and ordinate, with be respectively the coordinate position place current location point q that i-th neuron is corresponding chorizontal ordinate in grating map and ordinate, with be respectively a location point q on coordinate position place corresponding to i-th neuron phorizontal ordinate in grating map and ordinate.
When the setting angle of the upper sonar sensor installed of described mobile robot is α, detects position that front distance is d when having a barrier, make the orientation angle of mobile robot in global coordinate system be θ rworld coordinates is (x r, y r), then the coordinate of barrier in grating map is: x i = d sin ( θ r + α ) Δx + x r , y t = d cos ( θ r + α ) Δy + y r .
The sensing of robot and the angle of global coordinate system X-axis positive dirction, scope is that+180 degree are to-179 degree;
Described outside input constant A value is 10.The distribution of size to neural dynamics of this constant has conclusive effect, and when A value too small (being less than 3) can cause activity value saturated rapidly, path planning effect is bad; When A value excessive (being greater than 20), the effect of robotic tracking's target trajectory can be caused bad.
Described weight factor c value is 1.When value is 1, path planning effect is better, and when c value is greater than 1, the proportion of corner factor is bigger than normal, causes the mistake decision-making in path; When value is less than 1, corner factor proportion is less than normal, and path point smoothness is lower.
Distance constant μ 0value is 1.This constant is distributed with vital role to neural dynamics, when this value obtains too small (being less than 0.2), the propagation of positive activity value can be affected, when this value obtains excessive (being greater than 1.5), activity value can be caused saturated rapidly, likely make robot arrive at impact point.
Beneficial effect
The invention provides the method for planning path for mobile robot under a kind of Unknown Dynamic Environment, each position is converted into a neuron by the method, utilize neuronic activity value to carry out representing ambient change, utilize biologically inspired neural network model to simulate dynamic environment cleverly; Biologically inspired neural network model ensure that positive neural dynamics outwards can be propagated and affect whole state space, and negative neural dynamics only acts on local.The neural dynamics of impact point and barrier is in crest and trough place respectively, and therefore, impact point attracts robot by the propagation of neural dynamics in whole state space, and barrier is merely able to repel robot in local, there is not minimal point problem.Point near border and between barrier carries out special processing, adds imaginary non-barrier point of proximity, effectively can solve path misjudgement problem.Consider that activity value is maximum simultaneously and effectively can ensure that the length in path is the shortest and reduction turns to number of times with corner minimum factor, substantially increase path quality.
When the method can be applied in the unknown or complete the unknown of environmental information part and there is Static and dynamic barrier, contain the maximum and robot corner minimum factor of neural dynamics in the decision-making of next location point simultaneously, the path obtained is not only the shortest or close the shortest, and path smooth, turn less.This method does not have local minimum points problem, and calculated amount is little, realizes simple, under Dynamic Unknown Environment, has good adaptability.
Accompanying drawing explanation
Fig. 1 is the process flow diagram of the method;
Fig. 2 robot interior coordinate system
Fig. 3 is sonar setting angle schematic diagram;
Fig. 4 is the point of proximity schematic diagram between barrier, does not have the point of proximity outside border;
Fig. 5 is the point of proximity schematic diagram between barrier, has the point of proximity outside border;
Fig. 6 is the point of proximity schematic diagram between non-barrier, does not have the point of proximity outside border;
Fig. 7 is the point of proximity schematic diagram between non-barrier, has the point of proximity outside border;
Fig. 8 is the generation pass of the method in U-shaped barrier;
Fig. 9 is the generation pass of the method under Unknown Dynamic Environment.
Embodiment
Below in conjunction with drawings and Examples, the present invention is further illustrated.
As shown in Figure 1, be the process flow diagram of the method for the invention, the method for planning path for mobile robot under a kind of Unknown Dynamic Environment, comprises following step:
Step 1: build grating map;
With the geometric center point of mobile robot for moving coordinate system initial point, the positive dirction being oriented to X-axis of mobile robot, sets up moving coordinate system, as shown in Figure 2;
Start mobile front position for global coordinate system initial point with mobile robot, mobile robot starts the positive dirction being oriented to X-axis before moving, and sets up global coordinate system;
Global coordinate system is converted into grating map according to the planning precision p of setting, in described grating map each grid length and be widely respectively Δ x=p and Δ y=p;
P value is 0.3m;
By mobile robot known static-obstacle thing, impact point and the coordinate transformation of mobile robot's current location in global coordinate system be in the work environment that grating map coordinate represents:
Wherein, (x*, y*) represents at the coordinate of object in global coordinate system;
Step 2: using each coordinate points in grating map as a neuron, and each neuronic activity value of initialization is 0;
Step 3: judge that whether the current position of mobile robot is identical with aiming spot, if identical, then current path planning terminates; Otherwise, enter step 4;
Step 4: read sonar ranging data, and upgrade neural dynamics;
As shown in Figure 3, when the setting angle of the upper sonar sensor installed of described mobile robot is α, detects position that front distance is d when having a barrier, make the orientation angle of mobile robot in global coordinate system be θ rworld coordinates is (x r, y r) then the coordinate of barrier in grating map be: x i = d sin ( θ r + α ) Δx + x r , y t = d cos ( θ r + α ) Δy + y r .
The sensing of robot and the angle of global coordinate system X-axis positive dirction, scope is that+180 degree are to-179 degree;
Interval time, T read the ranging data of barrier in the working environment that the sonar sensor on a mobile robot gathers, and obtain the global coordinate system coordinate of barrier according to ranging data, and by neuronic activity value x corresponding for coordinate each in global coordinate system iupgrade according to following formula:
d x i dt = - A x i + ( B - x i ) S i - ( D + x i ) [ I i ] -
Wherein, x ii-th neuronic activity value; A represents attenuation rate, and span is [8,15], and in this example, value is 10; B and D is respectively the upper bound and the lower bound of neural dynamics, and value is respectively 1 and-1;
Interval time T value 100ms;
I irepresent i-th neuronic outside input:
If the coordinate position that i-th neuron is corresponding is aiming spot, then I i=E;
If the coordinate position that i-th neuron is corresponding is Obstacle Position, then I i=-E;
In other situations, I i=0;
E is outside input constant, gets the integer being more than or equal to 80;
S irepresent i-th neuronic excitation input, whether its value is between barrier according to i-th neuron is determined:
When the coordinate position that i-th neuron is corresponding is between barrier:
S i = [ I i ] + + Σ j = 1 n i ω ij [ x j i ] + n pos i n i
When the coordinate position that i-th neuron is corresponding is between barrier:
S i = [ I i ] + + Σ j = 1 n i ω ij [ x j i ] + n pos i ( n i - n neg i )
Wherein, [a] -=max{-a, 0}, [a] +=max{a, 0}; d ijrepresent two neuron q iand q jbetween Euclidean distance, μ 0represent distance constant, span be (0.2,1.2]; n irepresent the consecutive point number of the coordinate position that i-th neuron is corresponding, all possible next location point of mobile robot is called consecutive point; As shown in FIG. 4,5,6, 7, label is that 8 grids of the grid surrounding of 5 are its consecutive point;
Fig. 4,5,6,7 is neuronic nine neighborhood schematic diagram, and thick solid line represents border, and thin solid box represents the point in border, dotted line frame representative edge point out-of-bounds.The grid being numbered 5 is current location point, and shaded box represents obstacle object point, and shadeless grid represents non-obstacle object point.When grid 5 left and right, up and down or two of diagonal angle grids, when namely grid 1 and 9,3 and 7,4 and 6,2 and 8 is obstacle object point simultaneously, can think that this neuron is between barrier.
Shown in Fig. 4,5 is the situation that neuron is between barrier;
be the number that neural dynamics corresponding in the consecutive point of the coordinate position that i-th neuron is corresponding is greater than the point of 0, it is the number that neural dynamics corresponding in the consecutive point of the coordinate position that i-th neuron is corresponding is less than the point of 0;
Step 5: according to the neural dynamics upgraded and minimum corner, decision-making is carried out to the next shift position of mobile robot, obtains next shift position;
Step 6: advancing in the position that mobile robot obtains according to step 5, returns step 3.
In described step 5, the decision-making of next shift position is determined according to following formula:
q n ⇐ x qn = max { x j i / x i + c y j i , j = 1,2,3 . . . n i }
Wherein, represent the neural dynamics that a jth consecutive point of the coordinate position that i-th neuron is corresponding are corresponding; q nrepresent the next position that robot may move to, one namely in consecutive point, represent consecutive point q nactivity value;
[neural dynamics that in grating map, each coordinate position is corresponding is known, according to the neuron of known activity value, chooses arbitrarily corresponding coordinate position as next shift position; ]
C represents weight factor, and span is [0.3,3], and in this example, value is 2; represent corner factor of influence, y j i = 1 - Δ θ j i π , Δ θ j i ∈ [ 0 , π ] ;
Δ θ j i = | θ j i - θ c i | = | a tan 2 ( y qj i - y qc i , x qj i - x qc i ) - a tan 2 ( y qc i - y qp i , x qc i - x qp i ) |
Wherein, with be respectively a jth consecutive point q of coordinate position corresponding to i-th neuron jthe horizontal ordinate in grating map and ordinate, with be respectively the coordinate position place current location point q that i-th neuron is corresponding chorizontal ordinate in grating map and ordinate, with be respectively a location point q on coordinate position place corresponding to i-th neuron phorizontal ordinate in grating map and ordinate.
that robot moves to the absolute corner of next position from current location, such as, when robot straight ahead, Δ θ j i = 0 , When robot reverses end for end, Δ θ j i = π .
Fig. 8 is the path that this algorithm generates under U-shaped barrier problem, as can be seen from the figure, does not have local minimum points problem, path smooth, turns few.
Fig. 9 is the generation pass of the method under dynamic environment.Figure hollow core point represents physical presence but not by the point that sensor detects, solid dot represents the point detected by sensor, and in environment, the right and left has the fixed obstacle of hook-type, and there is the fixed obstacle of a straight line top.Centre has two at a distance of the rectilinear movement barrier of 5 units, the ordinate of barrier 1 initial position is 20, the ordinate of barrier 2 initial position is 14, when robot starts mobile, two barriers start to move up and down with constant speed simultaneously, and translational speed is 1/3rd of robot translational speed.The starting point coordinate of robot is (15,1), and coordinate of ground point is (15,30).Pentagram number in figure represents robot and moves to path, and plus sige represents the increment type map that robot creates in moving process.

Claims (6)

1. the method for planning path for mobile robot under Unknown Dynamic Environment, is characterized in that, comprises following step:
Step 1: build grating map;
With the geometric center point of mobile robot for moving coordinate system initial point, the positive dirction being oriented to X-axis of mobile robot, sets up moving coordinate system;
Start mobile front position for global coordinate system initial point with mobile robot, mobile robot starts the positive dirction being oriented to X-axis before moving, and sets up global coordinate system;
Global coordinate system is converted into grating map according to the planning precision p of setting, in described grating map each grid length and be widely respectively Δ x=p and Δ y=p;
P span is 0.1m to 0.3m;
By mobile robot known static-obstacle thing, impact point and the coordinate transformation of mobile robot's current location in global coordinate system be in the work environment that grating map coordinate represents:
Wherein, (x*, y*) represents at the coordinate of object in global coordinate system;
Step 2: using each coordinate points in grating map as a neuron, and each neuronic activity value of initialization is 0;
Step 3: judge that whether the current position of mobile robot is identical with aiming spot, if identical, then current path planning terminates; Otherwise, enter step 4;
Step 4: read sonar ranging data, and upgrade neural dynamics;
Interval time, T read the ranging data of barrier in the working environment that the sonar sensor on a mobile robot gathers, and obtain the global coordinate system coordinate of barrier according to ranging data, and by neuronic activity value x corresponding for coordinate each in global coordinate system iupgrade according to following formula:
d x i dt = - A x i + ( B - x i ) S i - ( D + x i ) [ I i ] -
Wherein, x ii-th neuronic activity value; A represents attenuation rate, and span is [3,20]; B and D is respectively the upper bound and the lower bound of neural dynamics, and value is respectively 1 and-1;
Interval time the span of T be (0,1s];
I irepresent i-th neuronic outside input:
If the coordinate position that i-th neuron is corresponding is aiming spot, then I i=E;
If the coordinate position that i-th neuron is corresponding is Obstacle Position, then I i=-E;
In other situations, I i=0;
E is outside input constant, gets the integer being more than or equal to 80;
S irepresent i-th neuronic excitation input, whether its value is between barrier according to i-th neuron is determined:
When the coordinate position that i-th neuron is corresponding is between barrier:
S i = [ I i ] + + Σ j = 1 n i ω ij [ x j i ] + n pos i n i
When the coordinate position that i-th neuron is corresponding is between barrier:
S i = [ I i ] + + Σ j = 1 n i ω ij [ x j i ] + n pos i ( n i - n neg i )
Wherein, [a] -=max{-a, 0}, [a] +=max{a, 0}; d ijrepresent two neuron q iand q jbetween Euclidean distance, μ 0represent distance constant, span be (0.2,1.2]; n irepresent the consecutive point number of the coordinate position that i-th neuron is corresponding, all possible next location point of mobile robot is called consecutive point; represent the neural dynamics that a jth consecutive point of the coordinate position that i-th neuron is corresponding are corresponding; be the number that neural dynamics corresponding in the consecutive point of the coordinate position that i-th neuron is corresponding is greater than the point of 0, it is the number that neural dynamics corresponding in the consecutive point of the coordinate position that i-th neuron is corresponding is less than the point of 0;
Step 5: according to the neural dynamics upgraded and minimum corner, decision-making is carried out to the next shift position of mobile robot, obtains next shift position;
Step 6: advancing in the position that mobile robot obtains according to step 5, returns step 3.
2. the method for planning path for mobile robot under a kind of Unknown Dynamic Environment according to claim 1, is characterized in that, in described step 5, the decision-making of next shift position is determined according to following formula:
q n ⇐ x qn = max { x j i / x i + cy j i , j = 1,2,3 . . . n i }
Wherein, q nrepresent the next position that robot may move to, one namely in consecutive point, represent consecutive point q nactivity value; C represents weight factor, and span is [0.3,3], represent corner factor of influence,
Δ θ j i = | θ j i - θ c i | = | a tan 2 ( y qj i - y qc i , x qj i - x qc i ) - a tan 2 ( y qc i - y qp i , x qc i - x qp i ) |
Wherein, with be respectively a jth consecutive point q of coordinate position corresponding to i-th neuron jthe horizontal ordinate in grating map and ordinate, with be respectively the coordinate position place current location point q that i-th neuron is corresponding chorizontal ordinate in grating map and ordinate, with be respectively a location point q on coordinate position place corresponding to i-th neuron phorizontal ordinate in grating map and ordinate.
3. the method for planning path for mobile robot under a kind of Unknown Dynamic Environment according to claim 2, it is characterized in that, when the setting angle of the upper sonar sensor installed of described mobile robot is α, detect front distance for the position of d have a barrier time, make the orientation angle of mobile robot in global coordinate system be θ rworld coordinates is (x r, y r), then the coordinate of barrier in grating map is: x t = d sin ( θ r + α ) Δx + x r , y t = d cos ( θ r + α ) Δy + y r .
4. the method for planning path for mobile robot under a kind of Unknown Dynamic Environment according to any one of claim 1-3, is characterized in that, described attenuation rate A value is 10.
5. the method for planning path for mobile robot under a kind of Unknown Dynamic Environment according to any one of claim 1-3, is characterized in that, described weight factor c value is 1.
6. the method for planning path for mobile robot under a kind of Unknown Dynamic Environment according to any one of claim 1-3, is characterized in that, described distance constant μ 0value is 1.
CN201510270537.4A 2015-05-25 2015-05-25 Mobile robot path planning method in unknown dynamic environment Pending CN105045260A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510270537.4A CN105045260A (en) 2015-05-25 2015-05-25 Mobile robot path planning method in unknown dynamic environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510270537.4A CN105045260A (en) 2015-05-25 2015-05-25 Mobile robot path planning method in unknown dynamic environment

Publications (1)

Publication Number Publication Date
CN105045260A true CN105045260A (en) 2015-11-11

Family

ID=54451864

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510270537.4A Pending CN105045260A (en) 2015-05-25 2015-05-25 Mobile robot path planning method in unknown dynamic environment

Country Status (1)

Country Link
CN (1) CN105045260A (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105511267A (en) * 2016-01-06 2016-04-20 北京化工大学 Snake imitation search and rescue robot multi-gait control method
CN106444738A (en) * 2016-05-24 2017-02-22 武汉科技大学 Mobile robot path planning method based on dynamic motion primitive learning model
CN106643721A (en) * 2016-10-11 2017-05-10 北京工业大学 Construction method of environmental topological map
CN106774389A (en) * 2016-12-09 2017-05-31 武汉科技大学 A kind of four rotor wing unmanned aerial vehicles electricity tower method for inspecting based on motor learning
CN106843216A (en) * 2017-02-15 2017-06-13 北京大学深圳研究生院 A kind of complete traverse path planing method of biological excitation robot based on backtracking search
CN106979785A (en) * 2017-03-24 2017-07-25 北京大学深圳研究生院 A kind of complete traverse path planing method of multi-robot system
CN107065881A (en) * 2017-05-17 2017-08-18 清华大学 A kind of robot global path planning method learnt based on deeply
CN108320051A (en) * 2018-01-17 2018-07-24 哈尔滨工程大学 A kind of mobile robot dynamic collision-free planning method based on GRU network models
CN108873892A (en) * 2018-05-31 2018-11-23 杭州晶智能科技有限公司 A kind of automatic dust absorption machine people's optimum path planning method based on path density analysis
CN108983776A (en) * 2018-07-19 2018-12-11 深圳市欢创科技有限公司 A kind of robot control method and its device, electronic equipment
CN109213204A (en) * 2018-10-15 2019-01-15 中国海洋大学 AUV sub-sea floor targets based on data-driven search navigation system and method
CN110488835A (en) * 2019-08-28 2019-11-22 北京航空航天大学 A kind of unmanned systems intelligence local paths planning method based on double reverse transmittance nerve networks
CN110823238A (en) * 2019-11-05 2020-02-21 湖南大学 Improved cubic spline interpolation curve path point fitting method
CN112465127A (en) * 2020-11-29 2021-03-09 西北工业大学 Multi-agent cooperative target searching method based on improved biological heuristic neural network
CN113467485A (en) * 2021-09-03 2021-10-01 武汉理工大学 ROV and mother ship cooperative underwater target search path planning and dynamic updating method
CN113997286A (en) * 2021-10-28 2022-02-01 深圳优地科技有限公司 Robot obstacle avoidance method, robot and computer readable storage medium
CN112465127B (en) * 2020-11-29 2024-05-28 西北工业大学 Multi-agent collaborative target searching method based on improved biological heuristic neural network

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100791384B1 (en) * 2006-07-05 2008-01-07 삼성전자주식회사 Method for dividing regions by feature points and apparatus thereof and mobile cleaning robot
CN102521653A (en) * 2011-11-23 2012-06-27 河海大学常州校区 Biostimulation neural network device and method for jointly rescuing by multiple underground robots
CN102915465A (en) * 2012-10-24 2013-02-06 河海大学常州校区 Multi-robot combined team-organizing method based on mobile biostimulation nerve network
CN103886367A (en) * 2014-03-18 2014-06-25 北京工业大学 Bionic intelligent control method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100791384B1 (en) * 2006-07-05 2008-01-07 삼성전자주식회사 Method for dividing regions by feature points and apparatus thereof and mobile cleaning robot
US20110211731A1 (en) * 2006-07-05 2011-09-01 Samsung Electronics Co., Ltd. Apparatus, method, and medium for dividing regions by using feature points and mobile robot using the same
CN102521653A (en) * 2011-11-23 2012-06-27 河海大学常州校区 Biostimulation neural network device and method for jointly rescuing by multiple underground robots
CN102915465A (en) * 2012-10-24 2013-02-06 河海大学常州校区 Multi-robot combined team-organizing method based on mobile biostimulation nerve network
CN103886367A (en) * 2014-03-18 2014-06-25 北京工业大学 Bionic intelligent control method

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
吕战永等: "自反馈生物激励神经网络机器人路径规划", 《计算机工程与应用》 *
张超: "智能清扫机器人设计及其路径规划的研究", 《中国优秀硕士学位论文全文数据库》 *
朱博等: "基于生物激励神经网络的移动机器人遍历路径规划", 《装备制造技术》 *

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105511267A (en) * 2016-01-06 2016-04-20 北京化工大学 Snake imitation search and rescue robot multi-gait control method
CN105511267B (en) * 2016-01-06 2018-03-30 北京化工大学 A kind of more gait control methods of imitative snake search and rescue robot
CN106444738B (en) * 2016-05-24 2019-04-09 武汉科技大学 Method for planning path for mobile robot based on dynamic motion primitive learning model
CN106444738A (en) * 2016-05-24 2017-02-22 武汉科技大学 Mobile robot path planning method based on dynamic motion primitive learning model
CN106643721A (en) * 2016-10-11 2017-05-10 北京工业大学 Construction method of environmental topological map
CN106643721B (en) * 2016-10-11 2020-04-03 北京工业大学 Construction method of environment topological map
CN106774389A (en) * 2016-12-09 2017-05-31 武汉科技大学 A kind of four rotor wing unmanned aerial vehicles electricity tower method for inspecting based on motor learning
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
CN106979785A (en) * 2017-03-24 2017-07-25 北京大学深圳研究生院 A kind of complete traverse path planing method of multi-robot system
WO2018170990A1 (en) * 2017-03-24 2018-09-27 北京大学深圳研究生院 Complete coverage path planning method for multi-robot system
CN107065881A (en) * 2017-05-17 2017-08-18 清华大学 A kind of robot global path planning method learnt based on deeply
CN107065881B (en) * 2017-05-17 2019-11-08 清华大学 A kind of robot global path planning method based on deeply study
CN108320051A (en) * 2018-01-17 2018-07-24 哈尔滨工程大学 A kind of mobile robot dynamic collision-free planning method based on GRU network models
CN108873892A (en) * 2018-05-31 2018-11-23 杭州晶智能科技有限公司 A kind of automatic dust absorption machine people's optimum path planning method based on path density analysis
CN108873892B (en) * 2018-05-31 2022-02-01 广东乐生智能科技有限公司 Automatic dust collection robot optimal path planning method based on path density analysis
CN108983776A (en) * 2018-07-19 2018-12-11 深圳市欢创科技有限公司 A kind of robot control method and its device, electronic equipment
CN109213204A (en) * 2018-10-15 2019-01-15 中国海洋大学 AUV sub-sea floor targets based on data-driven search navigation system and method
CN110488835A (en) * 2019-08-28 2019-11-22 北京航空航天大学 A kind of unmanned systems intelligence local paths planning method based on double reverse transmittance nerve networks
CN110823238A (en) * 2019-11-05 2020-02-21 湖南大学 Improved cubic spline interpolation curve path point fitting method
CN112465127A (en) * 2020-11-29 2021-03-09 西北工业大学 Multi-agent cooperative target searching method based on improved biological heuristic neural network
CN112465127B (en) * 2020-11-29 2024-05-28 西北工业大学 Multi-agent collaborative target searching method based on improved biological heuristic neural network
CN113467485A (en) * 2021-09-03 2021-10-01 武汉理工大学 ROV and mother ship cooperative underwater target search path planning and dynamic updating method
CN113997286A (en) * 2021-10-28 2022-02-01 深圳优地科技有限公司 Robot obstacle avoidance method, robot and computer readable storage medium

Similar Documents

Publication Publication Date Title
CN105045260A (en) Mobile robot path planning method in unknown dynamic environment
Chen et al. A hybrid path planning algorithm for unmanned surface vehicles in complex environment with dynamic obstacles
CN108564202B (en) Unmanned ship route optimization method based on environment forecast information
CN109541634B (en) Path planning method and device and mobile device
Wang et al. Collision-free navigation of autonomous vehicles using convex quadratic programming-based model predictive control
CN104267728B (en) A kind of moving robot obstacle avoiding method based on range coverage centroid vector
CN103472850B (en) A kind of multiple no-manned plane collaboratively searching method based on Gaussian distribution prediction
Wang et al. A novel pure pursuit algorithm for autonomous vehicles based on salp swarm algorithm and velocity controller
CN105068550B (en) A kind of underwater robot multiobjective selection method based on auction model
CN109241552A (en) A kind of underwater robot motion planning method based on multiple constraint target
CN104501816A (en) Multi-unmanned aerial vehicle coordination and collision avoidance guide planning method
Xu Collision avoidance strategy optimization based on danger immune algorithm
CN109407097A (en) A kind of vehicle can travel the detection method and device in region
CN103499974A (en) Double-machine cooperative passive radar detection path planning method
CN104599588A (en) Grid map traffic cost calculation method
CN107491087A (en) A kind of unmanned plane formation avoidance priority Configuration Online method based on collision cone
CN105425794A (en) Method for obtaining radioactive source searching track by mobile robot
Li et al. Dynamic trajectory planning for unmanned ship under multi-object environment
Ma et al. Path planning of UUV based on HQPSO algorithm with considering the navigation error
CN105204511A (en) Decision-making method for autonomous movement of object
Yin et al. A novel gated recurrent unit network based on SVM and moth-flame optimization algorithm for behavior decision-making of autonomous vehicles
CN114815851A (en) Robot following method, robot following device, electronic device, and storage medium
Yang et al. Improved reinforcement learning for collision-free local path planning of dynamic obstacle
CN104020468B (en) The computational methods of a kind of close-in target update cycle based on secondary radar
CN116523970A (en) Dynamic three-dimensional target tracking method and device based on secondary implicit matching

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20151111

RJ01 Rejection of invention patent application after publication