CN107883961A - A kind of underwater robot method for optimizing route based on Smooth RRT algorithms - Google Patents

A kind of underwater robot method for optimizing route based on Smooth RRT algorithms Download PDF

Info

Publication number
CN107883961A
CN107883961A CN201711078252.6A CN201711078252A CN107883961A CN 107883961 A CN107883961 A CN 107883961A CN 201711078252 A CN201711078252 A CN 201711078252A CN 107883961 A CN107883961 A CN 107883961A
Authority
CN
China
Prior art keywords
new
rand
path
underwater robot
smooth
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
CN201711078252.6A
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.)
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 CN201711078252.6A priority Critical patent/CN107883961A/en
Publication of CN107883961A publication Critical patent/CN107883961A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/20Instruments for performing navigational calculations
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course, altitude or attitude of land, water, air or space vehicles, e.g. using automatic pilots
    • G05D1/02Control of position or course in two dimensions
    • G05D1/021Control of position or course in two dimensions specially adapted to land vehicles

Landscapes

  • Engineering & Computer Science (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Automation & Control Theory (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Aviation & Aerospace Engineering (AREA)
  • Control Of Position, Course, Altitude, Or Attitude Of Moving Bodies (AREA)
  • Manipulator (AREA)

Abstract

The invention discloses a kind of underwater robot method for optimizing route based on Smooth RRT algorithms, belong to optimization field.For the characteristics of underwater robot working environment is complicated, requirement of real-time is high, to meet path planning needs, herein on the basis of classical Quick Extended tree (RRT) algorithm, the method for optimizing route of Smooth RRT algorithms is proposed.The selection for adding convergence factor and angular factors to improve the growing point of expansion tree and explore point, improves algorithm speed and practicality.To take into account underwater robot apart from the most short and particular/special requirement of handling, using greedy algorithm to path planning smoothing processing.Test result indicates that:This method can be rapidly completed route searching, shorten planning distance while search efficiency is improved, and the path after optimization processing meets the requirement of underwater robot planning system more suitable for the tracking of robot.

Description

A kind of underwater robot method for optimizing route based on Smooth-RRT algorithms
Technical field
The present invention relates to optimization field, and in particular to a kind of underwater robot path optimization based on Smooth-RRT algorithms Method.
Background technology
Robot path planning can be divided into global path planning and local paths planning, when unknown or part is unknown to environment Shi Caiyong local paths plannings.Because complicated marine environment is merely with the global path planning of sea chart, it is impossible to unknown seabed Landform and ship etc., which are made, timely and effectively reacts.Path planning is an important directions of robot research, is referred to according to certain One performance indications, robot searches one in residing environment can avoid obstacle from original state to dbjective state most Excellent or sub-optimal path.Traditional path planning algorithm has Grid Method, Artificial Potential Field Method, polygon approach method, genetic algorithm etc., But the barrier that these methods are required in pair determination space is modeled, and is not suitable for the path planning for solving in complex environment. Quick Extended tree (RRT) algorithm carries out collision detection in state space to sampled point, and being not required to be modeled space can be fast Speed effectively searches for higher dimensional space.
Problems be present while completing to explore circumstances not known and plan in RRT algorithms:It is random in sample space Sampling, therefore same task is repeatedly planned, caused path is all different every time, influences the efficiency of task completion, and to machine Device human organism causes damage.Many researchers propose the innovatory algorithm of correlation such as:The dynamic RRT based on forecast model is calculated Method, reduce planning time;KD tree concepts, improve search efficiency.But these improved methods do not account for underwater robot Movement angle limitation, caused path is not smoothed, easily generation stairstepping and zigzag section, to machine Device human organism causes damage.A kind of method for optimizing route based on Smooth-RRT algorithms is proposed for this present invention, adds angle Path planning is handled using greedy algorithm while the factor, make caused by path more it is smooth it is smooth, tend to be practical, So as to obtain the optimum programming path of underwater robot.
The content of the invention
It is an object of the invention to provide a kind of underwater robot method for optimizing route based on Smooth-RRT algorithms, sheet Method, which realizes, improves RRT algorithms to the Optimum utilization in path, makes it meet needed for underwater personal performance, to examine simultaneously Consider and be smoothed to improving RRT generations path.So not only caused path is more smooth smooth, while significantly contracts The steering number of underwater robot is subtracted.
The object of the present invention is achieved like this:
It is an object of the invention to provide a kind of underwater robot method for optimizing route based on Smooth-RRT algorithms, its It is characterised by, comprises the steps of:
Step 1:Initialize T1=xinit, xinitFor initial position;
Step 2:Judge | xinit-xgoal|≤ρ, if so, going to step 11, it is not, then goes to step 3;xgoalFor mesh Cursor position;
Step 3:Generate random point xrand
Step 4:Given one 0 to 1 bias variable Bias, the random number rand that generation is one 0 to 1;
Step 5:If rand<Bias, then xrand=xgoal;Otherwise, xrandIt is constant;
Step 6:Find out xnearMake D (xnew,xrand)≤D(x,xrand);xnearFor distance xrandNearest point;xnewTo expand The new exploration node of exhibition;
Step 7:According to the father node x of current locationnear-1, current location xnearAnd xrandObtain in outgoing direction knots modification θ;If θ < θmaxThen perform xnear+ ρ θ, otherwise perform (xrand-xnear)·θmax;ρ is fixed step size;θmaxFor hard-over The scope for exploring point is limited for constraints;θ is direction knots modification;
Step 8:In xnewAnd xrandLine on seek xnewMake D (xnew,xnear)=ρ, and xnew∈CfreeIf in the presence of this The x of samplenew, step 9 is gone to, if being not present, goes to step 3;
Step 9:Increase node, T on expansion treek+1=Tk+xnew
Step 10:Judge | xnew-xgoal|≤ρ, if so, going to step 11, it is not, then goes to step 3;
Step 11:Path is smoothed using greedy algorithm;
Step 12:Terminate, obtain the path after optimization.
Described greedy algorithm, it is characterised in that make xnew=x0, connection x is attempted successively1,x2,...xNUntil that can not arrive The first node x reachedi, then xi-1It is exactly xnewReachable point, replace x using straight linenewAnd xi-1Between path;Order xtemp=xi-1, said process is repeated, until xnew=xN;Added to take into account the requirement of robot manipulation's performance in greedy algorithm Angular factors θmax;Final x0,x1,...xNBetween path be smoothed as some necklace straight lines, make path more fairing.
The beneficial effects of the present invention are:
(1) improve expansion tree growing point and explore point selection, make tree extension have the trend for tending to target point and Cook up the optimal route for tending to be practical.
(2) path planning is smoothed, eliminates the unnecessary point in path planning, make path more smooth suitable Freely, while the steering number of underwater robot is also reduced.
Brief description of the drawings
Fig. 1 is the RRT algorithm flow charts added after convergence factor and angular factors;
Fig. 2 is angular factors θmaxRepresent figure;
Fig. 3 is selection θmaxPath planning figure under classics RRT algorithms at=60 °;
Fig. 4 is selection θmaxPath planning figure under RRT algorithms after being improved at=60 °;
Fig. 5 is selection θmaxPass through greedy algorithm smoothing processing rear path planning chart at=60 °;
Fig. 6 is selection θmaxPath planning figure under classics RRT algorithms at=30 °;
Fig. 7 is selection θmaxPath planning figure under RRT algorithms after being improved at=30 °;
Fig. 8 is selection θmaxPass through greedy algorithm smoothing processing rear path planning chart at=30 °.
Embodiment
Illustrate below in conjunction with the accompanying drawings and the present invention is described in more detail:
A kind of underwater robot path optimization based on Smooth-RRT algorithms proposed by the present invention specifically includes following several Individual step.
Step 1:Underwater robot movement angle problem.
Curve determined by reference point is motion path in underwater robot motion planning, and it is a time series, Being translated into mathematic(al) representation can be expressed as:
S represents the path length in unit, SnRepresent the distance from origin-to-destination.The tangential angle θ (s) and fortune in path The dynamic equal θ in angle:
θ=θ (s) (2)
The movement angle of underwater robot is:ψ (s)=θ (s)-β (s), wherein β (s) are the hydrodynamic force of underwater robot Angle, as β (s)=0, just there is ψ (s)=θ (s), underwater robot can carry out translational motion, elevating movement and rotary motion, The present invention only considers two directions of motion of its rotation and translation.
Step 2:Classical RRT algorithms.
RRT algorithms include structure expansion tree and inquiry two stages of shortest path.RRT algorithms are first passed through in task space G One point x of middle random selectionrand, the then detection range x in current RRTrandNearest xnear, finally given birth to according to fixed step size ρ Grow new node xnew.Then the node x of extension is judged in the growth course of treenewWhether target point is reached, once reach Search then is retracted to starting point from the point, so as to obtain a complete path.Comprise the following steps that:
1.T1=xinit
2. judge | xinit-xgoal|≤ρ, if so, going to step 8, it is not, goes to step 3;
3. generate random point xrand
4. find out xnearMake D (xnew,xrand)≤D(x,xrand);
5. in xnewAnd xrandLine on seek xnewMake D (xnew,xnear)=ρ, and xnew∈CfreeIf as existing xnew, step 6 is gone to, if being not present, goes to step 3;
6. increase node on expansion tree, Tk+1=Tk+xnew
7. judge | xnew-xgoal|≤ρ, if so, going to step 8, it is not, goes to step 3;
8. terminate.
Step 3:Based on Smooth-RRT innovatory algorithms.Add convergence factor and angular factors improve growing point, explored Point, and using greedy algorithm to path smoothing processing.
Classical RRT algorithms are sampled in many unnecessary regions, waste substantial amounts of calculating time and cost, algorithm Convergence rate is slower.Learn that the random point that has its source in for causing RRT algorithm drawbacks described above produces at random in the total space by analysis It is raw.Therefore it is determined that add convergence factor Bias during random point, the extension of tree is made have the trend for tending to target point.
Work as rand<Have during Bias,
xrand=xgoal (4)
In view of this method is not in total space random distribution, therefore improves the search efficiency of algorithm, and due to tree node Extension be intended to target point, cook up in theory come path can also be closer to shortest path.Step as exists The 3rd step is done into following improvement in basic RRT algorithms:
(1) random point x is generatedrand
(2) the bias variable Bias of one 0 to 1, the random number rand that generation is one 0 to 1 are given;
(3) if rand<Bias, then xrand=xgoal;Otherwise, xrandIt is constant.
With hard-over θmaxThe scope for exploring point is limited for constraints, so as to cook up the optimal route for tending to be practical. Random point x is produced firstrand, with xrandFor target point, calculate and explore point xnew, to make planning rear path meet manipulation constraint, need Will be according to the father node x of current locationnear-1, current location xnearAnd xrandIt is the θ in (2) to obtain outgoing direction knots modification, for super The random point x gone out in coveragerand, with hard-over θmaxX is calculated for restrictive conditionnew
By the improvement chosen to exploring point, probing direction is limited with hard-over, can obtain tending to practical path.It is comprehensive On to RRT algorithm improvements flow such as Fig. 1.
In view of often there is shake and unnatural phenomenon in the path that the RRT algorithmic rules after improving go out.When environment is complicated When, many unnecessary breaks can be produced for avoiding obstacles, are difficult tracking for robot.Therefore, it is greedy set forth herein utilizing Center algorithm is smoothed to path.The thought of greedy algorithm is exactly the original state from problem, by a series of Greed is selected to be resolved a kind of solution approach of Optimum Solution.The scope that he is applicable is that problem has optimal sub- knot Structure and greed select, and provide simple efficient solution method with the strategy of greed selection.
Herein RRT algorithms inquiry phase, from xgoalStart to search father node one by one, until the root node of random tree xinitUntill.Form path node queue and be expressed as (x0,x1,...xN), x0Represent initial point xinit, xNRepresent target point xgoal。 Then caused path is carried out using greedy thought smoothly, x being made in processing procedurenew=x0, connection x is attempted successively1, x2,...xNUntil the first node x that can not be reachedi, then xi-1It is exactly xnewReachable point, replace x using straight linenewWith xi-1Between path.Make xtemp=xi-1, said process is repeated, until xnew=xN.To take into account the requirement of robot manipulation's performance Angular factors θ is added in greedy algorithmmax.Such as Fig. 2, final x0,x1,...xNBetween path be smoothed for some necklaces it is straight Line, make path more fairing.
Step 4:Experimental analysis.
In order to verify the practicality of Smooth-RRT algorithms and superiority, l-G simulation test is carried out using MATLAB, will be improved Algorithm is contrasted after rear RRT algorithms and smoothing processing, and the lower left corner is starting point (0,0) in Fig. 3-8, and the upper right corner is target Node (100,100), state space randomly generate 100 different barriers of radius for (x, y)=(100,100) and transported Dynamic planning.Green broken line to improve RRT algorithms path, discount as the result after the smoothing processing of same planning problem by red.If Step-size in search ρ=5, maximum turning angle θmaxRespectively 60 ° and 30 °.
The randomness that Fig. 3 and Fig. 6 can be seen that classical RRT algorithms is stronger, and than more tortuous, robot steering is frequent in path. Added by Fig. 4 is visible with Fig. 7 after convergence factor and angular factors to the searcher tropism in path more clearly and algorithm the convergence speed Accelerate, then can be seen that the path after greedy algorithm smoothing processing more levels off to real navigation situation and drawn by Fig. 5 and Fig. 8 Optimal path.
For the path optimization of underwater robot, the present invention proposes a kind of Smooth-RRT algorithms.By add convergence because Son and angular factors, improve the search efficiency of algorithm;The path after improvement is smoothed using greedy algorithm, gone Except the unnecessary point in path planning, path planning distance is shortened.Learnt by the simulation experiment result, caused by this paper algorithms Path is more smooth smooth, while significantly reduces the steering number of underwater robot, so as to be better adapted to water The control system requirement of lower robot.

Claims (2)

1. it is an object of the invention to provide a kind of underwater robot method for optimizing route based on Smooth-RRT algorithms, it is special Sign is, comprises the steps of:
Step 1:Initialize T1=xinit, xinitFor initial position;
Step 2:Judge | xinit-xgoal|≤ρ, if so, going to step 11, it is not, then goes to step 3;xgoalFor target position Put;
Step 3:Generate random point xrand
Step 4:Given one 0 to 1 bias variable Bias, the random number rand that generation is one 0 to 1;
Step 5:If rand<Bias, then xrand=xgoal;Otherwise, xrandIt is constant;
Step 6:Find out xnearMake D (xnew,xrand)≤D(x,xrand);xnearFor distance xrandNearest point;xnewFor extension New exploration node;
Step 7:According to the father node x of current locationnear-1, current location xnearAnd xrandObtain the θ in outgoing direction knots modification;If θ < θmaxThen perform xnear+ ρ θ, otherwise perform (xrand-xnear)·θmax;ρ is fixed step size;θmaxIt is used for about for hard-over The scope of point is explored in the limitation of beam condition;θ is direction knots modification;
Step 8:In xnewAnd xrandLine on seek xnewMake D (xnew,xnear)=ρ, and xnew∈CfreeIf as existing xnew, step 9 is gone to, if being not present, goes to step 3;
Step 9:Increase node, T on expansion treek+1=Tk+xnew
Step 10:Judge | xnew-xgoal|≤ρ, if so, going to step 11, it is not, then goes to step 3;
Step 11:Path is smoothed using greedy algorithm;
Step 12:Terminate, obtain the path after optimization.
2. a kind of underwater robot method for optimizing route based on Smooth-RRT algorithms according to claim 1, its institute The greedy algorithm stated, it is characterised in that make xnew=x0, connection x is attempted successively1,x2,...xNUntil can not reach first Node xi, then xi-1It is exactly xnewReachable point, replace x using straight linenewAnd xi-1Between path;Make xtemp=xi-1, weight Multiple said process, until xnew=xN;Angular factors θ is added in greedy algorithm to take into account the requirement of robot manipulation's performancemax; Final x0,x1,...xNBetween path be smoothed as some necklace straight lines, make path more fairing.
CN201711078252.6A 2017-11-06 2017-11-06 A kind of underwater robot method for optimizing route based on Smooth RRT algorithms Pending CN107883961A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711078252.6A CN107883961A (en) 2017-11-06 2017-11-06 A kind of underwater robot method for optimizing route based on Smooth RRT algorithms

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711078252.6A CN107883961A (en) 2017-11-06 2017-11-06 A kind of underwater robot method for optimizing route based on Smooth RRT algorithms

Publications (1)

Publication Number Publication Date
CN107883961A true CN107883961A (en) 2018-04-06

Family

ID=61778811

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711078252.6A Pending CN107883961A (en) 2017-11-06 2017-11-06 A kind of underwater robot method for optimizing route based on Smooth RRT algorithms

Country Status (1)

Country Link
CN (1) CN107883961A (en)

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108279692A (en) * 2018-01-17 2018-07-13 哈尔滨工程大学 A kind of UUV dynamic programming methods based on LSTM-RNN
CN108681787A (en) * 2018-04-28 2018-10-19 南京航空航天大学 Based on the unmanned plane method for optimizing route for improving the two-way random tree algorithm of Quick Extended
CN108871344A (en) * 2018-07-13 2018-11-23 北京工业大学 Soccer robot GGRRT paths planning method
CN109241552A (en) * 2018-07-12 2019-01-18 哈尔滨工程大学 A kind of underwater robot motion planning method based on multiple constraint target
CN109269507A (en) * 2018-11-26 2019-01-25 张家港江苏科技大学产业技术研究院 Robot path planning method and device
CN109297480A (en) * 2017-07-24 2019-02-01 神州优车(平潭)电子商务有限公司 The method and system of position for management equipment
CN109459031A (en) * 2018-12-05 2019-03-12 智灵飞(北京)科技有限公司 A kind of unmanned plane RRT method for optimizing route based on greedy algorithm
CN109648557A (en) * 2018-12-21 2019-04-19 上海信耀电子有限公司 A kind of six-joint robot spatial movement planing method
CN109855622A (en) * 2019-01-07 2019-06-07 上海岚豹智能科技有限公司 Method for searching path and equipment for mobile robot
CN109990796A (en) * 2019-04-23 2019-07-09 成都信息工程大学 Intelligent vehicle paths planning method based on two-way extension random tree
CN109990787A (en) * 2019-03-15 2019-07-09 中山大学 The method of dynamic barrier is evaded in complex scene by a kind of robot
CN110083165A (en) * 2019-05-21 2019-08-02 大连大学 A kind of robot paths planning method under complicated narrow environment
CN110275528A (en) * 2019-06-04 2019-09-24 合肥工业大学 For the method for optimizing route of RRT algorithm improvement
CN110361017A (en) * 2019-07-19 2019-10-22 西南科技大学 A kind of full traverse path planing method of sweeping robot based on Grid Method
CN110531770A (en) * 2019-08-30 2019-12-03 的卢技术有限公司 One kind being based on improved RRT paths planning method and system
CN110794869A (en) * 2019-10-30 2020-02-14 南京航空航天大学 RRT-Connect algorithm-based robot metal plate bending feeding and discharging path planning method
CN111752281A (en) * 2020-07-13 2020-10-09 浪潮软件股份有限公司 Mobile robot path planning method and system based on improved RRT algorithm
CN112099493A (en) * 2020-08-31 2020-12-18 西安交通大学 Autonomous mobile robot trajectory planning method, system and equipment
CN112197783A (en) * 2020-09-30 2021-01-08 哈尔滨工程大学 Two-stage multi-sampling RRT path planning method considering locomotive direction
CN112344938A (en) * 2020-10-31 2021-02-09 哈尔滨工程大学 Space environment path generation and planning method based on pointing and potential field parameters
CN112987799A (en) * 2021-04-16 2021-06-18 电子科技大学 Unmanned aerial vehicle path planning method based on improved RRT algorithm

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105929843A (en) * 2016-04-22 2016-09-07 天津城建大学 Robot path planning method based on improved ant colony algorithm

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105929843A (en) * 2016-04-22 2016-09-07 天津城建大学 Robot path planning method based on improved ant colony algorithm

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
于立君等: "Path optimization of AUV based on smooth-RRT algorithm", 《2017 IEEE INTERNATIONAL CONFERENCE ON MECHATRONICS AND AUTOMATION (ICMA)》 *
刘伟等: "快速平滑收敛策略下给予QS-RRT的UAV运动规划", 《中国科学:信息科学》 *

Cited By (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109297480B (en) * 2017-07-24 2022-06-14 神州优车(平潭)电子商务有限公司 Method and system for managing location of device
CN109297480A (en) * 2017-07-24 2019-02-01 神州优车(平潭)电子商务有限公司 The method and system of position for management equipment
CN108279692A (en) * 2018-01-17 2018-07-13 哈尔滨工程大学 A kind of UUV dynamic programming methods based on LSTM-RNN
CN108279692B (en) * 2018-01-17 2020-12-22 哈尔滨工程大学 UUV dynamic planning method based on LSTM-RNN
CN108681787A (en) * 2018-04-28 2018-10-19 南京航空航天大学 Based on the unmanned plane method for optimizing route for improving the two-way random tree algorithm of Quick Extended
CN108681787B (en) * 2018-04-28 2021-11-16 南京航空航天大学 Unmanned aerial vehicle path optimization method based on improved bidirectional fast expansion random tree algorithm
CN109241552A (en) * 2018-07-12 2019-01-18 哈尔滨工程大学 A kind of underwater robot motion planning method based on multiple constraint target
CN109241552B (en) * 2018-07-12 2022-04-05 哈尔滨工程大学 Underwater robot motion planning method based on multiple constraint targets
CN108871344B (en) * 2018-07-13 2022-02-08 北京工业大学 Football robot GGRRT path planning method
CN108871344A (en) * 2018-07-13 2018-11-23 北京工业大学 Soccer robot GGRRT paths planning method
CN109269507A (en) * 2018-11-26 2019-01-25 张家港江苏科技大学产业技术研究院 Robot path planning method and device
CN109459031A (en) * 2018-12-05 2019-03-12 智灵飞(北京)科技有限公司 A kind of unmanned plane RRT method for optimizing route based on greedy algorithm
CN109648557A (en) * 2018-12-21 2019-04-19 上海信耀电子有限公司 A kind of six-joint robot spatial movement planing method
CN109855622A (en) * 2019-01-07 2019-06-07 上海岚豹智能科技有限公司 Method for searching path and equipment for mobile robot
CN109855622B (en) * 2019-01-07 2021-06-11 上海岚豹智能科技有限公司 Path searching method and device for mobile robot
CN109990787B (en) * 2019-03-15 2021-04-02 中山大学 Method for avoiding dynamic obstacle in complex scene by robot
CN109990787A (en) * 2019-03-15 2019-07-09 中山大学 The method of dynamic barrier is evaded in complex scene by a kind of robot
CN109990796A (en) * 2019-04-23 2019-07-09 成都信息工程大学 Intelligent vehicle paths planning method based on two-way extension random tree
CN110083165B (en) * 2019-05-21 2022-03-08 大连大学 Path planning method of robot in complex narrow environment
CN110083165A (en) * 2019-05-21 2019-08-02 大连大学 A kind of robot paths planning method under complicated narrow environment
CN110275528A (en) * 2019-06-04 2019-09-24 合肥工业大学 For the method for optimizing route of RRT algorithm improvement
CN110275528B (en) * 2019-06-04 2022-08-16 合肥工业大学 Improved path optimization method for RRT algorithm
CN110361017A (en) * 2019-07-19 2019-10-22 西南科技大学 A kind of full traverse path planing method of sweeping robot based on Grid Method
CN110361017B (en) * 2019-07-19 2022-02-11 西南科技大学 Grid method based full-traversal path planning method for sweeping robot
CN110531770A (en) * 2019-08-30 2019-12-03 的卢技术有限公司 One kind being based on improved RRT paths planning method and system
CN110794869A (en) * 2019-10-30 2020-02-14 南京航空航天大学 RRT-Connect algorithm-based robot metal plate bending feeding and discharging path planning method
CN111752281A (en) * 2020-07-13 2020-10-09 浪潮软件股份有限公司 Mobile robot path planning method and system based on improved RRT algorithm
CN112099493B (en) * 2020-08-31 2021-11-19 西安交通大学 Autonomous mobile robot trajectory planning method, system and equipment
CN112099493A (en) * 2020-08-31 2020-12-18 西安交通大学 Autonomous mobile robot trajectory planning method, system and equipment
CN112197783B (en) * 2020-09-30 2022-08-02 哈尔滨工程大学 Two-stage multi-sampling RRT path planning method considering locomotive direction
CN112197783A (en) * 2020-09-30 2021-01-08 哈尔滨工程大学 Two-stage multi-sampling RRT path planning method considering locomotive direction
CN112344938A (en) * 2020-10-31 2021-02-09 哈尔滨工程大学 Space environment path generation and planning method based on pointing and potential field parameters
CN112987799A (en) * 2021-04-16 2021-06-18 电子科技大学 Unmanned aerial vehicle path planning method based on improved RRT algorithm
CN112987799B (en) * 2021-04-16 2022-04-05 电子科技大学 Unmanned aerial vehicle path planning method based on improved RRT algorithm

Similar Documents

Publication Publication Date Title
CN107883961A (en) A kind of underwater robot method for optimizing route based on Smooth RRT algorithms
CN108444489A (en) A kind of paths planning method improving RRT algorithms
CN103412490B (en) For the polyclone Algorithm of Artificial Immune Network of multirobot active path planning
CN113110522B (en) Robot autonomous exploration method based on composite boundary detection
CN108896052A (en) A kind of mobile robot smooth paths planing method under the environment based on DYNAMIC COMPLEX
CN103744428B (en) A kind of unmanned surface vehicle paths planning method based on neighborhood intelligent water drop algorithm
CN112904869B (en) Unmanned ship weighted iteration path planning method and device based on multi-tree RRT
Yan et al. Path planning for autonomous underwater vehicle based on an enhanced water wave optimization algorithm
CN106444835A (en) Underwater vehicle three-dimensional path planning method based on Lazy Theta satellite and particle swarm hybrid algorithm
CN108268042A (en) A kind of path planning algorithm based on improvement Visual Graph construction
CN113848919A (en) Ant colony algorithm-based indoor AGV path planning method
CN109931943B (en) Unmanned ship global path planning method and electronic equipment
Cheng et al. Path planning based on immune genetic algorithm for UAV
Yao et al. Path planning method based on D* lite algorithm for unmanned surface vehicles in complex environments
CN114077256A (en) Overwater unmanned ship path planning method
Yan et al. Mapless navigation with safety-enhanced imitation learning
CN114705196A (en) Self-adaptive heuristic global path planning method and system for robot
CN107480096B (en) High-speed parallel computing method in large-scale group simulation
Kundu et al. Modified shuffled frog leaping algorithm based 6DOF motion for underwater mobile robot
CN115655279A (en) Marine unmanned rescue airship path planning method based on improved whale algorithm
Sun et al. Optimal UAV flight path planning using skeletonization and particle swarm optimizer
CN106951957A (en) Particle swarm optimization algorithm, multicomputer method for parallel processing and system
Shi et al. Research on Path Planning Strategy of Rescue Robot Based on Reinforcement Learning
CN114911233A (en) Football robot path planning method based on multi-optimization rapid expansion random tree
CN116257049A (en) Multi-agent path planning method and device based on optimized firework algorithm

Legal Events

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

Application publication date: 20180406

RJ01 Rejection of invention patent application after publication