CN104503453A - Mobile robot path planning method based on bacterial foraging potential field method - Google Patents

Mobile robot path planning method based on bacterial foraging potential field method Download PDF

Info

Publication number
CN104503453A
CN104503453A CN201410782599.9A CN201410782599A CN104503453A CN 104503453 A CN104503453 A CN 104503453A CN 201410782599 A CN201410782599 A CN 201410782599A CN 104503453 A CN104503453 A CN 104503453A
Authority
CN
China
Prior art keywords
robot
mobile robot
path planning
bacterium
potential field
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
CN201410782599.9A
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.)
Chongqing University of Post and Telecommunications
Original Assignee
Chongqing University of Post and Telecommunications
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 Chongqing University of Post and Telecommunications filed Critical Chongqing University of Post and Telecommunications
Priority to CN201410782599.9A priority Critical patent/CN104503453A/en
Publication of CN104503453A publication Critical patent/CN104503453A/en
Pending legal-status Critical Current

Links

Landscapes

  • Manipulator (AREA)

Abstract

The invention relates to a mobile robot path planning method based on a bacterial foraging potential field method and belongs to the technical field of artificial intelligence (AI) biomimetic control. The method comprises the following step of on the basis of imitating a bacterial foraging environment to establish a similar robot working potential field environmental model, through imitating chemotaxis behaviors of bacteria during a foraging process, establishing a perception and decision behavior control strategy of a mobile robot so as to drive the single mobile robot to complete a path planning target. The mobile robot path planning method based on the bacterial foraging potential field method provided by the invention conforms to the development trend of a robot path planning technology toward biomimetic intelligence, enriches mobile robot path planning methods, and is beneficial to promoting the application of integrated intelligence in the field of robots.

Description

The method for planning path for mobile robot of potential field method of looking for food based on bacterium
Technical field
The invention belongs to artificial intelligence (AI) biomimetic control technical field, relate to a kind of method for planning path for mobile robot of potential field method of looking for food based on bacterium.
Background technology
The world today, the application and development degree of Robotics has become one of standard of measurement national science and technology and industrialized level.Therefore, domestic and international Government and enterprise has aimed at robot industry one after another, and accelerates the research and development of Robotics and manufacture paces.Robot path planning's technique functions starts from nineteen seventies, and it is the important step of robot navigation.It is (as the shortest in walking path according to a certain performance index that path planning refers to robot, the shortest or the consumed energy of expending time in is minimum), in work space, search for one arrive the optimum of target location or the collisionless path of near-optimization from reference position.In recent years, along with rise and the development of artificial intelligence technology, robot path planning's technology just moves towards intelligent bionic future development by classic method.
Mobile robot, when the task such as perform assembling transport, rescue and relief work and helping the elderly is help the disabled, has applied to Path Planning Technique widely.Adopt good Path Planning Technique not only can reduce activity duration, the wearing and tearing of reduction robot of robot in a large number, also can save many man power and material's costs simultaneously.Therefore, the research work carrying out mobile robot path planning technology is very meaningful and valuable.1. on the one hand, along with the quickening of modern's rhythm of life and the aggravation of population in the world aging, the daily life of physical disabilities and old personage cannot thoughtfully be taken care of because of being busy with one's work of younger generation, and they start to create new demand to the accessible auxiliary of information society.These disabled persons or the elderly generally live in structurized room, and the furniture installation in room generally too large change can not occur in a short time.Therefore, for meeting their handicapped needs, swarm intelligence paths planning method often can be utilized to cook up one or more in this environment from diverse location, and the robot mobile route arriving different target point comes, thus is the action navigation of disabled person and the elderly.So, not only meet disabled person and old human needs, but also alleviate youthful worry.2. on the other hand, in integrated mill's workshop, often need to utilize the acting in conjunction between multirobot to transport goods assigned address, if the intelligent behavior characteristic in introduction swarm intelligence solves coordination and the cooperation problem of multirobot, also man power and material's cost be can save energetically, the mass production in factory floor and transport operation facilitated.
Therefore, to the research of mobile robot technology, particularly to the research of Path Planning Technique, no matter for individual machine people or multiple robot, utilize swarm intelligence method to solve these problems, have considerable application prospect and far-reaching meaning.The action process that bacterium is looked for food is the one in swarm intelligence method, to a certain extent, uses it for Research on Path Planning of Mobile Robot, and this will promote the application and development of swarm intelligence, promotes developing and the innovation of artificial intelligence subject.
Summary of the invention
In view of this, the object of the present invention is to provide a kind of method for planning path for mobile robot of potential field method of looking for food based on bacterium, the method is set up on the basis of similar robot working environment model copying bacterium scene of looking for food, by imitating the chemotactic behavior of bacterium in the process of looking for food, construct sensor model and the Motion Control Strategies of mobile robot, thus order about single mobile robot and complete path planning task.
For achieving the above object, the invention provides following technical scheme:
A kind of method for planning path for mobile robot of potential field method of looking for food based on bacterium, the method is set up on the basis of similar robot working environment model copying bacterium scene of looking for food, by imitating the chemotactic behavior of bacterium in the process of looking for food, construct sensor model and the Motion Control Strategies of mobile robot, passed judgment on the mode of motion of robot by fitness function value: advance or turn to, thus order about single mobile robot and complete path planning task.
Further, the method specifically comprises the following steps:
Step 1: initialization:
1) all kinds of parameters of initialization mobile human: starting point coordinate [X o, Y o] and coordinate of ground point [X g, Y g], robot perception radius R, robot moving step length λ, maximum chemotactic step number Step max, the total number S of robot surrounding sensor n, keep away barrier weights omega 1with trend target weight ω 2; 2) initialization context information: work space boundary [X min, X max] and [Y min, Y max], the center [x of each barrier oi, y oi], boundary shape C oand they are at the reach δ of X-direction xiwith the reach δ of Y-direction yi; 3) the fitness value F=0 of initialization robot starting point, and Step=1 is set;
Step 2: fitness function value upgrades:
According to formula F=ω 1f g+ ω 2f o, calculating robot's current location (x, y) sentences the fitness function F (x at i-th sensor orientation place on sensing region that R is radius i, y i), i=1,2 ..., S n;
Step 3: minimum point is explored:
According to formula F ( x * , y * ) = min n = 1 S n ( F ) , Find a sub-impact point and make F ( x i * , y i * ) ≤ F ( x i , y i ) ;
Step 4: robot pose upgrades:
If total fitness value of the specific item punctuate position of robot is better than the fitness value of robot current location, so robot is according to formula: travel direction adjusts; Otherwise robot then continues to move a step-length to previous direction, and now, robot location is according to formula x ( t + 1 ) y ( t + 1 ) = x ( t ) y ( t ) + λ cos θ ( t ) sin θ ( t ) Upgrade;
Step5: judge termination condition:
If the current chemotactic step number of robot has reached maximum preset step number Step max, then algorithm stops, and exports optimal location; Otherwise Step=Step+1, forwards Step 2 to; Repeat Step2 to Step5, until algorithm stops.
Beneficial effect of the present invention is: method of the present invention has complied with the development trend of robot path planning's technology towards bionic intelligence, has enriched method for planning path for mobile robot, facilitates the application of swarm intelligence robot field.
Accompanying drawing explanation
In order to make object of the present invention, technical scheme and beneficial effect clearly, the invention provides following accompanying drawing and being described:
Fig. 1 is environmental information model schematic;
Fig. 2 is robot motion model figure;
Fig. 3 is the possible direction of motion figure of robot;
Fig. 4 is robot perception illustraton of model;
Fig. 5 is the method for planning path for mobile robot process flow diagram of potential field method of looking for food based on bacterium;
Fig. 6 be under schematic model environment based on bacterium look for food potential field method robot path planning figure;
Fig. 7 be under four circular obstacle environment based on bacterium look for food potential field method robot path planning figure;
Fig. 8 be under 12 circular obstacle environment based on bacterium look for food potential field method robot path planning figure;
Fig. 9 be under eight circular obstacle environment based on bacterium look for food potential field method robot path planning figure;
Figure 10 is starting point and impact point for a change, the robot path planning figure under eight circular obstacle environment.
Embodiment
Below in conjunction with accompanying drawing, the preferred embodiments of the present invention are described in detail.
The method that the present invention realizes mobile robot path planning is: set up on the basis of similar robot working environment model copying bacterium scene of looking for food, by imitating the chemotactic behavior of bacterium in the process of looking for food, construct sensor model and the Motion Control Strategies of mobile robot, thus order about single mobile robot and complete path planning task.Specifically, first, imitative bacterium has been carried out to robot working environment and to have looked for food scene modeling, represented barrier with circular or oval Gauss's potential field skeleton pattern and their composite figure; Then a kind of robot tracking control model with annular perception environment potential field is devised; Finally imitate the chemotactic behavioral strategy of flora, thus realize route searching and the planning of mobile robot.
Logical specific embodiment is described in detail to technical solution of the present invention below.
(1) environmental modeling
Suppose that barrier is circular barrier, its radius expands according to robot radius size, and such mobile robot just can be considered as a particle.The Gaussian profile information of objective definition point is:
U goal ( X ) = - k g 2 exp ( - ( ( X - X g ) 2 r 2 ) ) - - - ( 1 )
The Gaussian profile information of barrier is:
U obstacle ( x , y ) = k o 2 exp ( - ( ( x - x o ) 2 δ x 2 + ( y - y o ) 2 δ y 2 ) C o ) - - - ( 2 )
In above two formulas: k g> 0, k o> 0 represents the sucting strength regulatory factor of objective contour information and the repulsion intensity adjustment factor of barrier profile information respectively; R > 0 represents the reach of target, δ x> 0, δ y> 0, represents the radius of action of barrier in work space X and Y-direction; X=(x, y), represents the present co-ordinate position of robot; X g=(x g, y g), represent the center position coordinates of target; X o=(x o, y o), represent the center position coordinates of barrier, C oa normal number, reflection be the shape of barrier potential field profile boundary.Environmental modeling as shown in Figure 1.
(2) robot motion model
Bacterium is when looking for food, if the nutriment of certain enriches, so bacterium can stay on and to look for food in this region, and it once moves about towards previous direction of looking for food; If the nutriment of bacterium at this place is deficient or found there is the objectionable impurities threatening its own existence, so can there is once inside out in original place in bacterium, and start away from this region.Formula (3) describes the position updating process of this behavior of bacterium:
x ( t + 1 ) y ( t + 1 ) = x ( t ) y ( t ) + λ cos θ ( t ) sin θ ( t )
Wherein: λ represents the once travelling step-length of bacterium, squint angle when θ represents that bacterium overturns.
Mobile robot simulate bacterium execution route planning tasks time, can by advance and two kinds of behaviors of turning distinguish corresponding bacterium moving about and upset behavior.For this reason, the present embodiment establishes moveable robot movement model as shown in Figure 2.In practical application, it can be a kind of wheeled robot be made up of pair of driving wheels and a universal wheel.Its pose can represent with (x, y, θ), and its equation of motion can be expressed as follows:
x · ( t ) y · ( t ) θ · ( t ) = v ( t ) cos θ ( t ) v ( t ) sin θ ( t ) ω ( t ) - - - ( 4 )
In formula: [x, y] represents the Geometric center coordinates of Robot, θ represents the deflection of Robot in t, and v (t) and ω (t) are Robot at the linear velocity of t and angular velocity respectively.
(3) robot motion and perceptual strategy
Mobile robot, when simulating bacterium execution route planning tasks, can use " advance " and " turning to " two kinds of behaviors corresponding with " moving about " and " upset " behavior of bacterium.In the bacterium chemotactic behavior introduced above, the direction of bacterium upset is random direction, and the optimization like this not only bad for bacterium is looked for food, and this Motion is used for mobile robot path planning, can cause robot motion blindly toward contact, reduce path planning performance.Therefore, if the steering direction of robot to be subdivided into several possibilities direction (as shown in Figure 3) centered by robot, utilize robot self-sensor device to carry out perception and evaluate the environment potential field information in these directions, so more will there be directivity in robot when turning to, thus avoid the ineffective activity brought because Stochastic choice direction is not good.
In sum, the present embodiment constructs robot perception model as shown in Figure 4, and in figure, R represents the perception radius of Robot, and λ represents the moving step sizes of Robot, and θ represents the moving direction angle of robot t.Robot is regarded as a particle by Fig. 4, and robot utilizes the sensor S evenly spreading over self surrounding 1, S 2..., S n, the conjunction potential field profile information of target and barrier in environment can be obtained, by the fitness value size of calculating robot in each sensor orientation current, thus select an optimum direction next step working direction as robot.Suppose that robot is when pivot stud, is not subjected to displacement change, so often to perform the location updating after a gravitaxis as follows in robot:
x ( t + 1 ) y ( t + 1 ) = x ( t ) y ( t ) + λ cos θ ( t ) sin θ ( t ) - - - ( 5 )
(4) fitness function builds and evaluates
In order to make mobile robot optimizing Experiential Search path according to the mankind in motion process, mobile robot, when execution route planning tasks, not only will tend to target location motion, i.e. taxis as far as possible; Also to ensure robot self safety in the process of moving, i.e. security.Therefore, taxis F is being ensured gwith security F ocondition under, in conjunction with Gauss's potential field environmental model above, according to the thought of weighted sum method, building the path fitness function of mobile robot is:
F=ω 1F g2F o(6)
Wherein:
F g=(x g-x) 2+(y g-y) 2(7)
F o = Σ i = 1 K ( exp [ - ( ( x - x oi ) 2 δ ix 2 + ( y - y oi ) 2 δ iy 2 ) C o ] ) - - - ( 8 )
ω 1, ω 2represent the control weight tending to and keep away barrier respectively, ω 2generally ω can be compared 1much larger; F grepresent robot current path point apart from impact point Euclidean distance square, it has ensured the gravitaxis of robot; F orepresent the repulsion potential field sum of K barrier to robot current location, it has ensured the security of robot; [x, y] and [x oi, y oi] represent the centre coordinate of robot present co-ordinate position and i-th barrier respectively; δ ix, δ iyrepresent the radius of action of i-th barrier in X and Y-direction.
By setting up the path fitness function of formula (6), people's sensor model of machine just can be utilized to evaluate robot at S nthe fitness value of individual sensor orientation.Here, what choose is the minimum direction of fitness value, and therefore robot is when determining next step working direction, needs to search out a sub-impact point and meet formula (9), thus order about robot and turn to.
F ( x * , y * ) = min n = 1 S n ( F ) - - - ( 9 )
(5) method performing step
Based on bacterium look for food potential field method method for planning path for mobile robot flowchart as shown in Figure 5, concrete steps are as follows:
1) initialization.1. all kinds of parameters of initialization mobile human: starting point coordinate [X o, Y o] and coordinate of ground point [X g, Y g], robot perception radius R, robot moving step length λ, maximum chemotactic step number Step max, the total number S of robot surrounding sensor n, keep away barrier weights omega 1with trend target weight ω 2; 2. initialization context information: work space boundary [X min, X max] and [Y min, Y max], the center [x of each barrier oi, y oi], boundary shape C oand they are at the reach δ of X-direction xiwith the reach δ of Y-direction yi; 3. the fitness value F=0 of initialization robot starting point, and Step=1 is set.
2) fitness function value upgrades.According to formula (6), calculating robot's current location (x, y) sentences the fitness function F (x at i-th sensor orientation place on sensing region that R is radius i, y i), i=1,2 ..., S n.
3) minimum point is explored.According to formula (9), find a sub-impact point (x i *, y i *), and make F (x i *, y i *)≤F (x i, y i).
4) robot pose upgrades.If total fitness value of the specific item punctuate position of robot is better than the fitness value of robot current location, so robot adjusts according to formula (10) travel direction; Otherwise robot then continues to move a step-length to previous direction.Now, robot location upgrades according to formula (5):
θ ( t + 1 ) = θ ( t ) + 2 π S n × ( S t + 1 - S t ) - - - ( 10 )
5) termination condition is judged.If the current chemotactic step number of robot has reached maximum preset step number Step max, then algorithm stops, and exports optimal location; Otherwise chemotactic step number Step=Step+1, forwards step 2 to).
Finally utilize the method, the experimental result under the environment of different scales size is as shown in Fig. 6 ~ Figure 10.
What finally illustrate is, above preferred embodiment is only in order to illustrate technical scheme of the present invention and unrestricted, although by above preferred embodiment to invention has been detailed description, but those skilled in the art are to be understood that, various change can be made to it in the form and details, and not depart from claims of the present invention limited range.

Claims (2)

1. the method for planning path for mobile robot of a potential field method of looking for food based on bacterium, it is characterized in that: the method is set up on the basis of similar robot working environment model copying bacterium scene of looking for food, by imitating the chemotactic behavior of bacterium in the process of looking for food, construct sensor model and the Motion Control Strategies of mobile robot, passed judgment on the mode of motion of robot by fitness function value: advance or turn to, thus order about single mobile robot and complete path planning task.
2. the method for planning path for mobile robot of a kind of potential field method of looking for food based on bacterium according to claim 1, is characterized in that: the method specifically comprises the following steps:
Step 1: initialization:
1) all kinds of parameters of initialization mobile human: starting point coordinate [X o, Y o] and coordinate of ground point [X g, Y g], robot perception radius R, robot moving step length λ, maximum chemotactic step number Step max, the total number S of robot surrounding sensor n, keep away barrier weights omega 1with trend target weight ω 2; 2) initialization context information: work space boundary [X min, X max] and [Y min, Y max], the center [x of each barrier oi, y oi], boundary shape C oand they are at the reach δ of X-direction xiwith the reach δ of Y-direction yi; 3) the fitness value F=0 of initialization robot starting point, and Step=1 is set;
Step 2: fitness function value upgrades:
According to formula F=ω 1f g+ ω 2f o, calculating robot's current location (x, y) sentences the fitness function F (x at i-th sensor orientation place on sensing region that R is radius i, y i), i=1,2 ..., S n;
Step 3: minimum point is explored:
According to formula F ( x * , y * ) = min n = 1 S n ( F ) , Find a sub-impact point and make F ( x i * , y i * ) ≤ F ( x i , y i ) ;
Step 4: robot pose upgrades:
If total fitness value of the specific item punctuate position of robot is better than the fitness value of robot current location, so robot is according to formula: travel direction adjusts; Otherwise robot then continues to move a step-length to previous direction, and now, robot location is according to formula x ( t + 1 ) y ( t + 1 ) = x ( t ) y ( t ) + λ cos θ ( t ) sin θ ( t ) Upgrade;
Step5: judge termination condition:
If the current chemotactic step number of robot has reached maximum preset step number Step max, then algorithm stops, and exports optimal location; Otherwise Step=Step+1, forwards Step 2 to; Repeat Step2 to Step5, until algorithm stops.
CN201410782599.9A 2014-12-16 2014-12-16 Mobile robot path planning method based on bacterial foraging potential field method Pending CN104503453A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410782599.9A CN104503453A (en) 2014-12-16 2014-12-16 Mobile robot path planning method based on bacterial foraging potential field method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410782599.9A CN104503453A (en) 2014-12-16 2014-12-16 Mobile robot path planning method based on bacterial foraging potential field method

Publications (1)

Publication Number Publication Date
CN104503453A true CN104503453A (en) 2015-04-08

Family

ID=52944857

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410782599.9A Pending CN104503453A (en) 2014-12-16 2014-12-16 Mobile robot path planning method based on bacterial foraging potential field method

Country Status (1)

Country Link
CN (1) CN104503453A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105069530A (en) * 2015-08-13 2015-11-18 肇庆学院 Multi-robot task allocation method based on multi-objective optimization
CN106017494A (en) * 2016-05-23 2016-10-12 福州华鹰重工机械有限公司 Path planning method based on apprenticeship learning and path planning device based on apprenticeship learning
CN107672586A (en) * 2017-09-30 2018-02-09 中北智杰科技(北京)有限公司 A kind of electric automobile intelligent car-backing accessory system and method
CN109615057A (en) * 2018-11-29 2019-04-12 山东大学 Group robot look for food in the self-organizing method for allocating tasks based on dynamic response threshold value
CN113110520A (en) * 2021-05-26 2021-07-13 重庆邮智机器人研究院有限公司 Robot path planning method based on multiple intelligent optimization parallel algorithms
CN114326720A (en) * 2021-12-20 2022-04-12 上海大学 Real-time obstacle avoidance method and system for unmanned ship

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110153080A1 (en) * 2009-12-22 2011-06-23 Siemens Product Lifecycle Management Software Inc. Method and apparatus for industrial robotic pathscycle time optimization using fly by
CN103699136A (en) * 2014-01-14 2014-04-02 河海大学常州校区 Intelligent household service robot system and service method based on leapfrogging algorithm
CN104050390A (en) * 2014-06-30 2014-09-17 西南交通大学 Mobile robot path planning method based on variable-dimension particle swarm membrane algorithm
CN104199292A (en) * 2014-08-11 2014-12-10 大连大学 Method for planning space manipulator tail end effector avoidance path based on ant colony algorithm

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110153080A1 (en) * 2009-12-22 2011-06-23 Siemens Product Lifecycle Management Software Inc. Method and apparatus for industrial robotic pathscycle time optimization using fly by
CN103699136A (en) * 2014-01-14 2014-04-02 河海大学常州校区 Intelligent household service robot system and service method based on leapfrogging algorithm
CN104050390A (en) * 2014-06-30 2014-09-17 西南交通大学 Mobile robot path planning method based on variable-dimension particle swarm membrane algorithm
CN104199292A (en) * 2014-08-11 2014-12-10 大连大学 Method for planning space manipulator tail end effector avoidance path based on ant colony algorithm

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
蒲兴成等: "细菌趋化行为的移动机器人路径规划", 《智能系统学报》 *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105069530A (en) * 2015-08-13 2015-11-18 肇庆学院 Multi-robot task allocation method based on multi-objective optimization
CN105069530B (en) * 2015-08-13 2019-02-26 肇庆学院 A kind of multi-robot Task Allocation based on multiple-objection optimization
CN106017494A (en) * 2016-05-23 2016-10-12 福州华鹰重工机械有限公司 Path planning method based on apprenticeship learning and path planning device based on apprenticeship learning
CN107672586A (en) * 2017-09-30 2018-02-09 中北智杰科技(北京)有限公司 A kind of electric automobile intelligent car-backing accessory system and method
CN107672586B (en) * 2017-09-30 2023-05-30 中北润良新能源汽车(徐州)股份有限公司 Intelligent reversing auxiliary system and method for electric automobile
CN109615057A (en) * 2018-11-29 2019-04-12 山东大学 Group robot look for food in the self-organizing method for allocating tasks based on dynamic response threshold value
CN109615057B (en) * 2018-11-29 2023-02-28 山东大学 Self-organizing task allocation method based on dynamic response threshold value in foraging of swarm robots
CN113110520A (en) * 2021-05-26 2021-07-13 重庆邮智机器人研究院有限公司 Robot path planning method based on multiple intelligent optimization parallel algorithms
CN114326720A (en) * 2021-12-20 2022-04-12 上海大学 Real-time obstacle avoidance method and system for unmanned ship
CN114326720B (en) * 2021-12-20 2023-08-22 上海大学 Unmanned ship real-time obstacle avoidance method and system

Similar Documents

Publication Publication Date Title
CN104503453A (en) Mobile robot path planning method based on bacterial foraging potential field method
CN106843235B (en) A kind of Artificial Potential Field path planning towards no person bicycle
CN102819264B (en) Path planning Q-learning initial method of mobile robot
Zhang et al. Trot gait design and CPG method for a quadruped robot
Burchardt et al. Implementation of path planning using genetic algorithms on mobile robots
Wen et al. The Q-learning obstacle avoidance algorithm based on EKF-SLAM for NAO autonomous walking under unknown environments
CN105022406B (en) Based on the multi-robot Cooperation odor source localization method for improving bacterial foraging algorithm
CN108009680A (en) Humanoid robot gait's planing method based on multi-objective particle swarm algorithm
CN103792846B (en) Based on the robot obstacle-avoiding air navigation aid of Skinner operant conditioning reflex principle
CN107856035A (en) A kind of robustness dynamic motion method based on intensified learning and whole body controller
Zhong et al. Trajectory planning for biped robot walking on uneven terrain–Taking stepping as an example
Kulk et al. Evaluation of walk optimisation techniques for the NAO robot
Roy et al. Soft computing-based expert systems to predict energy consumption and stability margin in turning gaits of six-legged robots
Wang et al. Adaptive genetic algorithm enhancements for path planning of mobile robots
CN104484510B (en) A kind of new crane hanging component action planning method
Li et al. Robot path planning using improved artificial bee colony algorithm
CN108984275A (en) The agricultural driver training method of Intelligent unattended based on Unity3D and depth enhancing study
CN113190029A (en) Adaptive gait autonomous generation method of quadruped robot based on deep reinforcement learning
CN104570738A (en) Robot track tracing method based on Skinner operant conditioning automata
Koos et al. Online discovery of locomotion modes for wheel-legged hybrid robots: A transferability-based approach
CN107831781B (en) Method and system for controlling movement of robotic fish
Dewantara Building a socially acceptable navigation and behavior of a mobile robot using Q-learning
Ren et al. A multi-objective optimization model of robot path planning under different scenarios
Xue et al. Optimal path planning for service robot in indoor environment
Ajayi et al. Fuzzy logic track control of an automated lawnmower

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: 20150408

RJ01 Rejection of invention patent application after publication