CN112338916A - Mechanical arm obstacle avoidance path planning method and system based on fast expansion random tree - Google Patents

Mechanical arm obstacle avoidance path planning method and system based on fast expansion random tree Download PDF

Info

Publication number
CN112338916A
CN112338916A CN202011183918.6A CN202011183918A CN112338916A CN 112338916 A CN112338916 A CN 112338916A CN 202011183918 A CN202011183918 A CN 202011183918A CN 112338916 A CN112338916 A CN 112338916A
Authority
CN
China
Prior art keywords
tree
node
new
nodes
random
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
CN202011183918.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.)
Shenzhen Elephant Robotics Technology Co ltd
Original Assignee
Shenzhen Elephant Robotics Technology Co ltd
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 Shenzhen Elephant Robotics Technology Co ltd filed Critical Shenzhen Elephant Robotics Technology Co ltd
Priority to CN202011183918.6A priority Critical patent/CN112338916A/en
Publication of CN112338916A publication Critical patent/CN112338916A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • BPERFORMING OPERATIONS; TRANSPORTING
    • B25HAND TOOLS; PORTABLE POWER-DRIVEN TOOLS; MANIPULATORS
    • B25JMANIPULATORS; CHAMBERS PROVIDED WITH MANIPULATION DEVICES
    • B25J9/00Programme-controlled manipulators
    • B25J9/16Programme controls
    • B25J9/1656Programme controls characterised by programming, planning systems for manipulators
    • B25J9/1664Programme controls characterised by programming, planning systems for manipulators characterised by motion, path, trajectory planning
    • B25J9/1666Avoiding collision or forbidden zones

Landscapes

  • Engineering & Computer Science (AREA)
  • Robotics (AREA)
  • Mechanical Engineering (AREA)
  • Feedback Control In General (AREA)

Abstract

The invention belongs to the technical field of mechanical arm obstacle avoidance path planning, and discloses a mechanical arm obstacle avoidance path planning method and system based on a fast expansion random tree. Adding sampling points into two random trees in turn, activating the other tree when a random point is added into one of the random trees and adding a new node on the tree when the random point is added into the random tree, wherein a random node needs to be randomly generated in a path searching space firstly, then a node closest to the random node on the tree is found, then whether the connection line of the sampling point and the closest node collides with an obstacle or not is judged, and the sampling point can be added onto the tree if the collision does not occur. The method integrates the RRT algorithm for searching the father node with the lowest cost and the bidirectional RRT algorithm, so that the mechanical arm can obtain a path which ensures the optimal cost and the searching speed when planning the path.

Description

Mechanical arm obstacle avoidance path planning method and system based on fast expansion random tree
Technical Field
The invention belongs to the technical field of mechanical arm obstacle avoidance path planning, and relates to a mechanical arm obstacle avoidance path planning method and system based on a fast expansion random tree.
Background
The flexible production means that a multi-variety and small-batch production mode is realized mainly by means of highly flexible manufacturing equipment, and a programming method taking a task as a basic unit is gradually and widely applied to meet the requirement of flexible production. Under the background, the mechanical arm is required to complete obstacle avoidance path planning quickly and efficiently, namely a path capable of driving the mechanical arm to move from an initial pose to a target pose without collision is planned under the condition of giving environment and obstacle information, the initial pose and the target pose.
The existing mechanical arm obstacle avoidance path planning method comprises the following steps: artificial potential field method, A-star algorithm, probability road map algorithm, fast expansion random tree algorithm and the like. The artificial potential field method has the problems of local minimum values and interval oscillation; the A-algorithm increases exponentially with the increase of the dimension of the search space, and is not suitable for a high-degree-of-freedom mechanical arm; the learning phase of the probabilistic roadmap algorithm consumes long time and has poor adaptability to dynamic environment.
The fast expanding random tree algorithm is a single query global path planning method based on random sampling, and has the basic idea that sampling points are randomly generated in a search space, feasible sampling points in a free space are connected in a certain mode by taking a search starting point as a tree root to form a search tree model, and the search tree model is continuously expanded by a stepping method until a target point is connected to complete obstacle avoidance path search. The fast expansion random tree algorithm does not need accurate modeling in a search space, has small calculated amount and is suitable for searching obstacle avoidance paths in a high-dimensional space. However, due to the random sampling characteristic of the algorithm, the searched path moving cost is not optimal, and the path planning speed is slow.
Disclosure of Invention
The invention aims to provide a mechanical arm obstacle avoidance path planning method based on an improved fast-expanding random tree, which is used for solving the problems of low path planning efficiency and insufficient accuracy when a mechanical arm in the prior art carries out obstacle avoidance.
In order to realize the task, the invention adopts the following technical scheme:
the mechanical arm obstacle avoidance path planning method based on the fast expansion random tree comprises the following steps:
step 1: setting a starting pose and a target pose of the mechanical arm, and establishing a joint configuration space according to the starting pose and the target pose of the mechanical arm, wherein the joint configuration space comprises a starting point and a target point;
establishing an initial activity tree, wherein a root node of the initial activity tree is a starting point of a joint configuration space;
establishing an initial dormancy tree, wherein a root node of the initial dormancy tree is a target point of a joint configuration space;
step 2: inserting random nodes into the initial active tree according to a fast expansion random tree algorithm, selecting father nodes and child nodes of the random nodes on the initial active tree according to the lowest distance cost to obtain an updated active tree, and judging whether the updated active tree meets the initial dormant tree or not;
if the two nodes meet each other, acquiring a path passing through all the nodes between the root node of the updated active tree and the root node of the initial dormant tree as a planned path;
if not, the updated activity tree is used as an initial activity tree, and the step 3 is executed;
and step 3: inserting random nodes into the initial dormant tree according to a fast-expanding random tree algorithm, selecting father nodes and child nodes of the random nodes on the initial dormant tree according to the lowest distance cost to obtain an updated dormant tree, and judging whether the initial active tree meets the updated dormant tree or not;
if the nodes meet, acquiring a path passing through all the nodes between the root node of the initial activity tree and the root node of the updated dormancy tree as a planned path;
and if the nodes do not meet the preset rule, taking the updated sleep tree as an initial sleep tree, and returning to execute the step 2 to insert new random nodes.
Further, in step 2, the initial active tree T is processed according to the fast-expanding random tree algorithmaThe upper insertion random node comprises the following substeps:
step a 1: generation of random nodes p in joint configuration spacerandTo p forrandMaking a feasibility judgment if prandIf yes, go to step a 2; otherwise, returning to execute the step a1 to generate a new random node;
step (ii) ofa 2: calculating prandAnd TaObtaining the minimum Euclidean distance T of all the nodesaNode p ofnearest
Obtaining pnearestAnd prandThe feasibility of all the points on the connection is judged, if the nodes meeting the feasibility exist, the nodes are marked as random nodes pnewAnd performing step a 3; otherwise, returning to execute the step a1 to generate a new random node;
step a 3: obtaining pnearestAnd pnewConnecting line E betweennewTo the connecting line EnewMaking a feasibility judgment if EnewIf feasibility is satisfied, p isnewAddition of TaAnd performing step a 4; otherwise, returning to execute the step a1 to generate a new random node;
step a 4: calculating pnewAnd an initial sleep tree TbObtaining the minimum Euclidean distance T of all the nodesbNode p ofnearesto
Obtaining pnearestoAnd pnewThe feasibility of all the points on the connection is judged, and if nodes meeting the feasibility exist, the nodes are marked as pnewoAnd performing step a 5; otherwise, executing step 3;
step a 5: obtaining pnewoAnd pnewConnecting line E betweennewoTo the connecting line EnewoMaking a feasibility judgment if EnewoIf the feasibility judgment is satisfied, p is addednewIs updated to pnewoObtaining an updated initial activity tree; otherwise, step 3 is executed.
Further, the step 2 of selecting the parent node of the random node on the initial active tree according to the lowest distance cost comprises the following sub-steps:
step b 1: calculating TaUpper arbitrary node and random node prandThe Euclidean distance between the nodes is smaller than the nodes corresponding to the distance threshold value of the adjacent point, and the nodes are combined into a set P of the adjacent pointsnear
Step b 2: traversing a set of proximate points PnearAll nodes inJudging until all nodes complete traversal, pnewThe parent node selection is finished;
for PnearNode p currently making a judgmentneariIf p isneariIf formula I is satisfied, p is deletednewConnection to its current parent node, will pneariIs updated to pnewThe current parent node of the tree joins the initial activity tree and traverses the next node; otherwise, traversing the next node;
D(pneari,pnew)+Costneari<D(pcurpar,pnew)+Costcurparformula I
Wherein D (p)neari,pnew) Represents pneariAnd pnewBetween the Euclidean distance, CostneariRepresenting p from the root nodeneariMoving cost of pcurparRepresents pnewCurrent parent node of, D (p)curpar,pnew) Representing the current parent node pcurparAnd pnewEuropean distance between them, CostneariRepresenting from active tree root node to pcurparThe movement cost of (2).
Further, the step of selecting the child nodes of the random node on the initial active tree according to the lowest distance cost comprises the following substeps:
step c 1: obtaining a set of proximity points PnearAll nodes in the node are respectively connected with pnewConnecting lines between the two, and sequentially judging the feasibility of all the connecting lines to obtain a collision-free near point set PnocolSaid P isnocolIncluding P corresponding to all the connection lines satisfying the feasibilitynearThe node(s) in (1) is (are),
Figure BDA0002750931060000041
step c 2: traversing collision-free set of proximity points PnocolAll nodes in the node are judged until all nodes are traversed, and p isnewAll child node selection is finished;
for PnocolNode p currently making a judgmentnocoliIf p isnocoliIf formula II is satisfied, p is deletednocoliConnection to its current parent node, will pnewIs updated to pnocoliThe current parent node of the tree joins the initial activity tree and traverses the next node; otherwise, traversing the next node;
D(pnocoli,pnew)+Costnew<Costnocoliformula II
Wherein D (p)nocoli,pnew) Represents pnocoliAnd pnewBetween the Euclidean distance, CostnewRepresenting p from the root nodenewMoving Cost of (1), CostnocoliRepresenting from root node to point pnocoliThe movement cost of (2).
The mechanical arm obstacle avoidance path planning system based on the fast expansion random tree comprises an input module, an active tree generation module, a dormant tree generation module, a cost optimization module and a path planning module;
the input module is used for setting a starting pose and a target pose of the mechanical arm, and establishing a joint configuration space according to the starting pose and the target pose of the mechanical arm, wherein the joint configuration space comprises a starting point and a target point;
the activity tree generation module is used for establishing an initial activity tree, and a root node of the initial activity tree is a starting point of a joint configuration space; inserting a random node into the initial active tree according to a fast expansion random tree algorithm, and judging whether the updated active tree meets the initial dormant tree or not; if the two paths meet, executing a path planning module; if the two paths do not meet, the updated activity tree is used as an initial activity tree, and a dormant tree generating module is executed;
the sleep tree generation module is used for establishing an initial sleep tree, and a root node of the initial sleep tree is a target point of a joint configuration space; inserting random nodes into the initial dormant tree according to a fast-expanding random tree algorithm to obtain an updated dormant tree, and judging whether the initial active tree meets the updated dormant tree or not; if the two paths meet, executing a path planning module; if the two paths do not meet, the updated sleep tree is used as an initial sleep tree, and an activity tree generation module is executed;
the cost optimization module is used for selecting a father node and a child node of a random node on the initial active tree according to the lowest distance cost and selecting the father node and the child node of the random node on the initial dormant tree according to the lowest distance cost;
the path planning module is used for obtaining paths passing through all nodes between the root node of the updated active tree and the root node of the initial dormant tree according to the active tree generating module and taking the paths as planned paths; and the method is also used for obtaining a path between the root node of the initial active tree and the root node of the updated dormant tree through all the nodes according to the dormant tree generating module as a planned path.
Further, the activity tree generation module generates an initial activity tree TaThe upper insertion random node comprises the following substeps:
step a 1: generation of random nodes p in joint configuration spacerandTo p forrandMaking a feasibility judgment if prandIf yes, go to step a 2; otherwise, returning to execute the step a1 to generate a new random node;
step a 2: calculating prandAnd TaObtaining the minimum Euclidean distance T of all the nodesaNode p ofnearest
Obtaining pnearestAnd prandThe feasibility of all the points on the connection is judged, if the nodes meeting the feasibility exist, the nodes are marked as random nodes pnewAnd performing step a 3; otherwise, returning to execute the step a1 to generate a new random node;
step a 3: obtaining pnearestAnd pnewConnecting line E betweennewTo the connecting line EnewMaking a feasibility judgment if EnewIf feasibility is satisfied, p isnewAddition of TaAnd performing step a 4; otherwise, returning to execute the step a1 to generate a new random node;
step a 4: calculating pnewAnd an initial sleep tree TbObtaining the minimum Euclidean distance T of all the nodesbNode p ofnearesto
Obtaining pnearestoAnd pnewThe feasibility of all the points on the connection is judged, and if nodes meeting the feasibility exist, the nodes are marked as pnewoAnd performing step a 5; otherwise, executing the sleep tree generation module;
step a 5: obtaining pnewoAnd pnewConnecting line E betweennewoTo the connecting line EnewoMaking a feasibility judgment if EnewoIf the feasibility judgment is satisfied, p is addednewIs updated to pnewoObtaining an updated initial activity tree; otherwise, executing the sleep tree generation module.
Further, the initial activity tree T is selected according to the lowest distance cost in the cost optimization moduleaThe parent node of the upper random node comprises the following sub-steps:
step b 1: calculating TaUpper arbitrary node and random node prandThe Euclidean distance between the nodes is smaller than the nodes corresponding to the distance threshold value of the adjacent point, and the nodes are combined into a set P of the adjacent pointsnear
Step b 2: traversing a set of proximate points PnearAll nodes in the node are judged until all nodes are traversed, and p isnewThe parent node selection is finished;
for PnearNode p currently making a judgmentneariIf p isneariIf formula I is satisfied, p is deletednewConnection to its current parent node, will pneariIs updated to pnewThe current parent node of the tree joins the initial activity tree and traverses the next node; otherwise, traversing the next node;
D(pneari,pnew)+Costneari<D(pcurpar,pnew)+Costcurparformula I
Wherein D (p)neari,pnew) Represents pneariAnd pnewBetween the Euclidean distance, CostneariRepresenting p from the root nodeneariMoving cost of pcurparRepresents pnewCurrent parent node of, D (p)curpar,pnew) Representing the current parent node pcurparAnd pnewAm of am betweenDistance of formula, CostneariRepresenting from active tree root node to pcurparThe movement cost of (2).
Further, the cost optimization module selects T according to the lowest distance costaThe child node of the upper random node comprises the following sub-steps:
step c 1: obtaining a set of proximity points PnearAll nodes in the node are respectively connected with pnewConnecting lines between the two, and sequentially judging the feasibility of all the connecting lines to obtain a collision-free near point set PnocolSaid P isnocolIncluding P corresponding to all the connection lines satisfying the feasibilitynearThe node(s) in (1) is (are),
Figure BDA0002750931060000071
step c 2: traversing collision-free set of proximity points PnocolAll nodes in the node are judged until all nodes are traversed, and p isnewAll child node selection is finished;
for PnocolNode p currently making a judgmentnocoliIf p isnocoliIf formula II is satisfied, p is deletednocoliConnection to its current parent node, will pnewIs updated to pnocoliThe current parent node of the tree joins the initial activity tree and traverses the next node; otherwise, traversing the next node;
D(pnocoli,pnew)+Costnew<Costnocoliformula II
Wherein D (p)nocoli,pnew) Represents pnocoliAnd pnewBetween the Euclidean distance, CostnewRepresenting p from the root nodenewMoving Cost of (1), CostnocoliRepresenting from root node to point pnocoliThe movement cost of (2).
Compared with the prior art, the invention has the following technical characteristics:
1. the invention improves on the basis of the traditional fast expanding random tree algorithm. And (4) utilizing a cost optimization iteration process when feasible sampling points are added into the tree model to enable the searched obstacle avoidance path to tend to have the optimal cost. The invention integrates the RRT algorithm for searching the parent node with the lowest cost with the bidirectional RRT algorithm. The new algorithm can ensure the optimal cost and the high searching speed.
2. According to the invention, by constructing the active tree and the dormant tree, after a certain sampling point is added to the random tree A, another tree B is activated by generating the sampling point next time, and the sampling point is tried to be added to the random tree B, so that the speed of path search is improved.
3. The invention integrates the idea of greedy algorithm, thereby avoiding blindness brought by random sampling to a certain extent and reducing time consumption of path search.
Drawings
Fig. 1 is a plan view of a plan scene of a planar 2DOF mechanical arm obstacle avoidance path in an embodiment;
FIG. 2 is a configuration diagram of the robot arm colliding with an obstacle in the embodiment;
fig. 3 is a schematic diagram illustrating an embodiment of searching for an obstacle avoidance path in a configuration space by using the RRT × Connect algorithm of the present invention;
fig. 4 illustrates the obstacle avoidance movement of the plane 2R robot arm in the embodiment.
Detailed Description
The meanings of the technical terms appearing in the present invention are explained first below:
configuration of robot (configuration): indicating the position of all points of the robot. The number of the minimum real coordinates of the robot with n degrees of freedom containing the robot configuration is n.
Configuration space (C-space) of the robot: the representation n-dimensional space includes all possible configurations of the robot, which can be described by a point in its configuration space.
The embodiment discloses a mechanical arm obstacle avoidance path planning method based on a fast expansion random tree, which comprises the following steps:
step 1: setting a starting pose and a target pose of the mechanical arm, and establishing a joint configuration space according to the starting pose and the target pose of the mechanical arm, wherein the joint configuration space comprises a starting point and a target point;
establishing an initial activity tree, wherein a root node of the initial activity tree is a starting point of a joint configuration space;
establishing an initial dormancy tree, wherein a root node of the initial dormancy tree is a target point of a joint configuration space;
step 2: inserting random nodes into the initial active tree according to a fast expansion random tree algorithm, selecting father nodes and child nodes of the random nodes on the initial active tree according to the lowest distance cost to obtain an updated active tree, and judging whether the updated active tree meets the initial dormant tree or not;
if the two nodes meet each other, acquiring a path passing through all the nodes between the root node of the updated active tree and the root node of the initial dormant tree as a planned path;
if not, the updated activity tree is used as an initial activity tree, and the step 3 is executed;
and step 3: inserting random nodes into the initial dormant tree according to a fast-expanding random tree algorithm, selecting father nodes and child nodes of the random nodes on the initial dormant tree according to the lowest distance cost to obtain an updated dormant tree, and judging whether the initial active tree meets the updated dormant tree or not;
if the nodes meet, acquiring a path passing through all the nodes between the root node of the initial activity tree and the root node of the updated dormancy tree as a planned path;
and if the nodes do not meet the preset rule, taking the updated sleep tree as an initial sleep tree, and returning to execute the step 2 to insert new random nodes.
Specifically, step 2 is performed according to a fast-expanding random tree algorithm at TaThe upper insertion random node comprises the following substeps:
step a 1: generation of random nodes p in joint configuration spacerandTo p forrandMaking a feasibility judgment if prandIf yes, go to step a 2; otherwise, returning to execute the step a1 to generate a new random node;
step a 2: calculating prandAnd TaObtaining the minimum Euclidean distance T of all the nodesaNode p ofnearest
Obtaining pnearestAnd prandThe feasibility of all the points on the connection is judged, if the nodes meeting the feasibility exist, the nodes are marked as random nodes pnewAnd performing step a 3; otherwise, returning to execute the step a1 to generate a new random node;
step a 3: obtaining pnearestAnd pnewConnecting line E betweennewUsing collision detection algorithm to pair the connecting lines EnewMaking a feasibility judgment if EnewIf feasibility is satisfied, p isnewJoining an active tree TaAnd performing step a 4; otherwise, returning to execute the step a1 to generate a new random node;
step a 4: calculating pnewAnd TbObtaining the minimum Euclidean distance T of all the nodesbNode p ofnearesto
Obtaining pnearestoAnd pnewThe feasibility of all the points on the connection is judged, and if nodes meeting the feasibility exist, the nodes are marked as pnewoAnd performing step a 5; otherwise, executing step 3;
step a 5: obtaining pnewoAnd pnewConnecting line E betweennewoTo the connecting line EnewoMaking a feasibility judgment if EnewoIf the feasibility judgment is satisfied, T is determinedaP of (A) tonewIs updated to pnewoAddition of TaPerforming the following steps; otherwise, step 3 is executed.
Specifically, the T isaUpper arbitrary node paiAnd a random node prandEuclidean distance between:
Figure BDA0002750931060000101
wherein p isaijRepresenting a node paiJ-th axis coordinate of (1), prandjRepresenting a random node prandThe j-th axis coordinate of (1); n represents the dimension of the joint configuration space, j ∈ n.
Specifically, the collision detection algorithm includes a feasibility judgment for a point and a feasibility judgment for a connection line, where the feasibility algorithm for a point includes:
and judging the feasibility of the random node prand through a collision detection algorithm, and if the point meets the prand Cobs, meeting the feasibility, wherein the OBS represents a space formed by obstacles.
The connection feasibility algorithm comprises the following steps:
ca 1: the connecting line is equally divided into m discrete points by the following formula,
Figure BDA0002750931060000111
wherein p isijA j-th axis coordinate representing an i-th discrete point on the connecting line; p is a radical ofstartjRepresents the starting point p of the connecting linestartJ-th axis coordinate of (1), pendjIndicates the connection termination point pendM is a positive integer;
ca 2: and judging the feasibility of all m discrete points by using a point feasibility algorithm collision detection algorithm. If any point does not satisfy the prand Cobs, the connection is considered to be infeasible.
Specifically, in step a4, if pnewoIs pnearestoWhen, TaAnd TbMeet and do not execute the next step.
Specifically, T is selected according to the lowest distance cost in step 2aThe parent node of the upper random node comprises the following sub-steps:
step b 1: computing an activity tree TaUpper arbitrary node and random node prandThe Euclidean distance between the nodes is smaller than the nodes corresponding to the distance threshold value of the adjacent point, and the nodes are combined into a set P of the adjacent pointsnear
Step b 2: traversing a set of proximate points PnearAll nodes in the node are judged until all nodes are traversed, and p isnewThe parent node selection is finished;
for PnearNode p currently making a judgmentneariIf p isneariIf formula I is satisfied, p is deletednewConnection to its current parent node, will pneariIs updated to pnewCurrent parent node of (2) join tree model TaAnd traversing the next node; otherwise, traversing the next node;
D(pneari,pnew)+Costneari<D(pcurpar,pnew)+Costcurparformula I
Wherein D (p)neari,pnew) Represents pneariAnd pnewBetween the Euclidean distance, CostneariRepresenting p from the root nodeneariMoving cost of pcurparRepresents pnewCurrent parent node of, D (p)curpar,pnew) Representing the current parent node pcurparAnd pnewEuropean distance between them, CostneariRepresenting from active tree root node to pcurparThe movement cost of (2).
In particular, T is selected according to the distance cost minimumaThe child node of the upper random node comprises the following sub-steps:
step c 1: obtaining a set of proximity points PnearAll nodes in the node are respectively connected with pnewConnecting lines between the two, and sequentially judging the feasibility of all the connecting lines to obtain a collision-free near point set PnocolSaid P isnocolIncluding P corresponding to all the connection lines satisfying the feasibilitynearThe node(s) in (1) is (are),
Figure BDA0002750931060000121
step c 2: traversing collision-free set of proximity points PnocolAll nodes in the node are judged until all nodes are traversed, and p isnewAll child node selection is finished;
for PnocolNode p currently making a judgmentnocoliIf p isnocoliIf formula II is satisfied, p is deletednocoliConnection to its current parent node, will pnewIs updated to pnocoliCurrent parent node of (2) join tree model TaAnd traversing the next node; otherwise, traversing the next node;
D(pnocoli,pnew)+Costnew<Costnocoliformula II
Wherein D (p)nocoli,pnew) Represents pnocoliAnd pnewBetween the Euclidean distance, CostnewRepresenting p from the root nodenewMoving Cost of (1), CostnocoliRepresenting from root node to point pnocoliThe movement cost of (2).
Specifically, let TaAnd TbIf the two are mutually replaced, the algorithm T is obtained according to the fast expansion random tree algorithmbMethod for inserting random node and selecting T according to distance cost minimumbParent and child nodes of the upper random node.
The embodiment also discloses a mechanical arm obstacle avoidance path planning system based on the rapid expansion random tree, which comprises an input module and a movable tree TaGenerating module and sleep tree TbThe system comprises a generation module, a cost optimization module and a path planning module;
the input module is used for setting a starting pose and a target pose of the mechanical arm, and establishing a joint configuration space according to the starting pose and the target pose of the mechanical arm, wherein the joint configuration space comprises a starting point and a target point;
the movable tree TaThe generation module is used for establishing the activity tree T by taking the starting point of the joint configuration space as a root nodea(ii) a According to the fast expanding random tree algorithm at TaInserting random node, judging TaAnd TbIf yes, path planning is finished; if not, executing the sleep tree TbA generation module;
the sleep tree TbThe generation module is used for establishing the dormancy tree T by taking the target point of the joint configuration space as a root nodeb(ii) a According to the fast expanding random tree algorithm at TbInserting random node, judging TaAnd TbIf yes, path planning is finished; if not, returning to execute the activity tree TaA generation module;
the cost optimization module is used for selecting T according to the lowest distance costaOr parent and child nodes of the random node, and is further used for selecting T according to the lowest distance costbA parent node and a child node of the upper random node;
the path planning module is used for acquiring TaRoot node to TbAnd connecting lines of all nodes passing through the root node are used as a planned path.
In particular, the active tree TaGenerating module at TaThe upper insertion random node comprises the following substeps:
step a 1: generation of random nodes p in joint configuration spacerandTo p forrandMaking a feasibility judgment if prandIf yes, go to step a 2; otherwise, returning to execute the step a1 to generate a new random node;
step a 2: calculating prandAnd TaObtaining the minimum Euclidean distance T of all the nodesaNode p ofnearest
Obtaining pnearestAnd prandThe feasibility of all the points on the connection is judged, if the nodes meeting the feasibility exist, the nodes are marked as random nodes pnewAnd performing step a 3; otherwise, returning to execute the step a1 to generate a new random node;
step a 3: obtaining pnearestAnd pnewConnecting line E betweennewUsing collision detection algorithm to pair the connecting lines EnewMaking a feasibility judgment if EnewIf feasibility is satisfied, p isnewJoining an active tree TaAnd performing step a 4; otherwise, returning to execute the step a1 to generate a new random node;
step a 4: calculating pnewAnd TbObtaining the minimum Euclidean distance T of all the nodesbNode p ofnearesto
Obtaining pnearestoAnd pnewThe feasibility of all the points on the connection is judged, and if nodes meeting the feasibility exist, the nodes are marked as pnewoAnd performing step a 5; otherwise, executing the sleep tree TbA generation module;
step a 5: obtaining pnewoAnd pnewConnecting line E betweennewoTo the connecting line EnewoMaking a feasibility judgment if EnewoIf the feasibility judgment is satisfied, T is determinedaP of (A) tonewIs updated to pnewoAddition of TaPerforming the following steps; otherwise, executing the sleep tree TbAnd generating a module.
In particular, the active tree TaIn the generation module, if pnewoIs pnearestoWhen, TaAnd TbMeet and do not execute the next step.
Specifically, T is selected according to the lowest distance cost in the cost optimization moduleaThe parent node of the upper random node comprises the following sub-steps:
step b 1: computing an activity tree TaUpper arbitrary node and random node prandThe Euclidean distance between the nodes is smaller than the nodes corresponding to the distance threshold value of the adjacent point, and the nodes are combined into a set P of the adjacent pointsnear
Step b 2: traversing a set of proximate points PnearAll nodes in the node are judged until all nodes are traversed, and p isnewThe parent node selection is finished;
for PnearNode p currently making a judgmentneariIf p isneariIf formula I is satisfied, p is deletednewConnection to its current parent node, will pneariIs updated to pnewCurrent parent node of (2) join tree model TaAnd traversing the next node; otherwise, traversing the next node;
D(pneari,pnew)+Costneari<D(pcurpar,pnew)+Costcurparformula I
Wherein D (p)neari,pnew) Represents pneariAnd pnewBetween the Euclidean distance, CostneariRepresenting p from the root nodeneariMoving cost of pcurparRepresents pnewCurrent parent node of, D (p)curpar,pnew) Representing the current parent node pcurparAnd pnewIn betweenEuclidean distance, CostneariRepresenting from active tree root node to pcurparThe movement cost of (2).
Specifically, the cost optimization module selects T according to the lowest distance costaThe child node of the upper random node comprises the following sub-steps:
step c 1: obtaining a set of proximity points PnearAll nodes in the node are respectively connected with pnewConnecting lines between the two, and sequentially judging the feasibility of all the connecting lines to obtain a collision-free near point set PnocolSaid P isnocolIncluding P corresponding to all the connection lines satisfying the feasibilitynearThe node(s) in (1) is (are),
Figure BDA0002750931060000151
step c 2: traversing collision-free set of proximity points PnocolAll nodes in the node are judged until all nodes are traversed, and p isnewAll child node selection is finished;
for PnocolNode p currently making a judgmentnocoliIf p isnocoliIf formula II is satisfied, p is deletednocoliConnection to its current parent node, will pnewIs updated to pnocoliCurrent parent node of (2) join tree model TaAnd traversing the next node; otherwise, traversing the next node;
D(pnocoli,pnew)+Costnew<Costnocoliformula II
Wherein D (p)nocoli,pnew) Represents pnocoliAnd pnewBetween the Euclidean distance, CostnewRepresenting p from the root nodenewMoving Cost of (1), CostnocoliRepresenting from root node to point pnocoliThe movement cost of (2).
Example 1
According to the mechanical arm obstacle avoidance path planning method, the two-degree-of-freedom mechanical arm is used as a research object for verification. As shown in fig. 1, is a top view of a planar 2R robot arm drawn by Matlab software. The black and gray rectangles in the figure are respectively the starting pose (-12.5 degrees, -52.5 degrees) and the target pose (-107.5 degrees, 27.5 degrees) of the mechanical arm, and the length and the width of each connecting rod of the mechanical arm are both 40mm and 12 mm. The two rotational joint motion ranges of the plane 2R mechanical arm are as follows: (-180 °,180 °). The discrete and filled square cells in fig. 2 represent obstacles in the workspace.
As shown in fig. 2, is a model of the workspace obstacle model mapping in joint configuration space. As can be seen from fig. 2, the problem of planning the obstacle avoidance path of the planar 2R robot arm in the working space is converted into a problem of finding a path connecting the start point and the target point in the free area of the joint configuration space.
As shown in fig. 3, the RRT × Connect algorithm is used to construct a random tree in the joint configuration space and find a collision-free path, and the coordinates of each point in the path may form a set of joint angle sequences.
The 2R mechanical arm is driven by the group of joint angle sequences, and the movement process of the mechanical arm shown in figure 4 can be obtained. It can be observed from fig. 4 that the planar 2R robot arm has moved from the start attitude to the target attitude without colliding with any obstacle disposed in fig. 1 in the process.

Claims (8)

1. The mechanical arm obstacle avoidance path planning method based on the fast expansion random tree is characterized by comprising the following steps:
step 1: setting a starting pose and a target pose of the mechanical arm, and establishing a joint configuration space according to the starting pose and the target pose of the mechanical arm, wherein the joint configuration space comprises a starting point and a target point;
establishing an initial activity tree, wherein a root node of the initial activity tree is a starting point of a joint configuration space;
establishing an initial dormancy tree, wherein a root node of the initial dormancy tree is a target point of a joint configuration space;
step 2: inserting random nodes into the initial active tree according to a fast expansion random tree algorithm, selecting father nodes and child nodes of the random nodes on the initial active tree according to the lowest distance cost to obtain an updated active tree, and judging whether the updated active tree meets the initial dormant tree or not;
if the two nodes meet each other, acquiring a path passing through all the nodes between the root node of the updated active tree and the root node of the initial dormant tree as a planned path;
if not, the updated activity tree is used as an initial activity tree, and the step 3 is executed;
and step 3: inserting random nodes into the initial dormant tree according to a fast-expanding random tree algorithm, selecting father nodes and child nodes of the random nodes on the initial dormant tree according to the lowest distance cost to obtain an updated dormant tree, and judging whether the initial active tree meets the updated dormant tree or not;
if the nodes meet, acquiring a path passing through all the nodes between the root node of the initial activity tree and the root node of the updated dormancy tree as a planned path;
and if the nodes do not meet the preset rule, taking the updated sleep tree as an initial sleep tree, and returning to execute the step 2 to insert new random nodes.
2. The mechanical arm obstacle avoidance path planning method based on the fast expansion stochastic tree as claimed in claim 1, wherein in step 2, the initial active tree T is processed according to the fast expansion stochastic tree algorithmaThe upper insertion random node comprises the following substeps:
step a 1: generation of random nodes p in joint configuration spacerandTo p forrandMaking a feasibility judgment if prandIf yes, go to step a 2; otherwise, returning to execute the step a1 to generate a new random node;
step a 2: calculating prandAnd TaObtaining the minimum Euclidean distance T of all the nodesaNode p ofnearest
Obtaining pnearestAnd prandThe feasibility of all the points on the connection is judged, if the nodes meeting the feasibility exist, the nodes are marked as random nodes pnewAnd performing step a 3; otherwise, returning to execute the step a1 to generate a new random node;
step a 3: obtaining pnearestAnd pnewIs connected withLine EnewTo the connecting line EnewMaking a feasibility judgment if EnewIf feasibility is satisfied, p isnewAddition of TaAnd performing step a 4; otherwise, returning to execute the step a1 to generate a new random node;
step a 4: calculating pnewAnd an initial sleep tree TbObtaining the minimum Euclidean distance T of all the nodesbNode p ofnearesto
Obtaining pnearestoAnd pnewThe feasibility of all the points on the connection is judged, and if nodes meeting the feasibility exist, the nodes are marked as pnewoAnd performing step a 5; otherwise, executing step 3;
step a 5: obtaining pnewoAnd pnewConnecting line E betweennewoTo the connecting line EnewoMaking a feasibility judgment if EnewoIf the feasibility judgment is satisfied, p is addednewIs updated to pnewoObtaining an updated initial activity tree; otherwise, step 3 is executed.
3. The mechanical arm obstacle avoidance path planning method based on the fast expansion random tree as claimed in claim 2, wherein the step 2 of selecting the parent node of the random node on the initial active tree according to the lowest distance cost comprises the following substeps:
step b 1: calculating TaUpper arbitrary node and random node prandThe Euclidean distance between the nodes is smaller than the nodes corresponding to the distance threshold value of the adjacent point, and the nodes are combined into a set P of the adjacent pointsnear
Step b 2: traversing a set of proximate points PnearAll nodes in the node are judged until all nodes are traversed, and p isnewThe parent node selection is finished;
for PnearNode p currently making a judgmentneariIf p isneariIf formula I is satisfied, p is deletednewConnection to its current parent node, will pneariIs updated to pnewThe current parent node of the tree joins the initial activity tree and traverses the next node; otherwiseTraversing the next node;
D(pneari,pnew)+Costneari<D(pcurpar,pnew)+Costcurparformula I
Wherein D (p)neari,pnew) Represents pneariAnd pnewBetween the Euclidean distance, CostneariRepresenting p from the root nodeneariMoving cost of pcurparRepresents pnewCurrent parent node of, D (p)curpar,pnew) Representing the current parent node pcurparAnd pnewEuropean distance between them, CostneariRepresenting from active tree root node to pcurparThe movement cost of (2).
4. The mechanical arm obstacle avoidance path planning method based on the fast expansion random tree as claimed in claim 3, wherein the step of selecting the child nodes of the random nodes on the initial active tree according to the lowest distance cost comprises the substeps of:
step c 1: obtaining a set of proximity points PnearAll nodes in the node are respectively connected with pnewConnecting lines between the two, and sequentially judging the feasibility of all the connecting lines to obtain a collision-free near point set PnocolSaid P isnocolIncluding P corresponding to all the connection lines satisfying the feasibilitynearThe node(s) in (1) is (are),
Figure FDA0002750931050000031
step c 2: traversing collision-free set of proximity points PnocolAll nodes in the node are judged until all nodes are traversed, and p isnewAll child node selection is finished;
for PnocolNode p currently making a judgmentnocoliIf p isnocoliIf formula II is satisfied, p is deletednocoliConnection to its current parent node, will pnewIs updated to pnocoliThe current parent node of the tree joins the initial activity tree and traverses the next node; otherwise, traversing the next node;
D(pnocoli,pnew)+Costnew<Costnocoliformula II
Wherein D (p)nocoli,pnew) Represents pnocoliAnd pnewBetween the Euclidean distance, CostnewRepresenting p from the root nodenewMoving Cost of (1), CostnocoliRepresenting from root node to point pnocoliThe movement cost of (2).
5. The mechanical arm obstacle avoidance path planning system based on the fast expansion random tree is characterized by comprising an input module, an active tree generation module, a dormant tree generation module, a cost optimization module and a path planning module;
the input module is used for setting a starting pose and a target pose of the mechanical arm, and establishing a joint configuration space according to the starting pose and the target pose of the mechanical arm, wherein the joint configuration space comprises a starting point and a target point;
the activity tree generation module is used for establishing an initial activity tree, and a root node of the initial activity tree is a starting point of a joint configuration space; inserting a random node into the initial active tree according to a fast expansion random tree algorithm, and judging whether the updated active tree meets the initial dormant tree or not; if the two paths meet, executing a path planning module; if the two paths do not meet, the updated activity tree is used as an initial activity tree, and a dormant tree generating module is executed;
the sleep tree generation module is used for establishing an initial sleep tree, and a root node of the initial sleep tree is a target point of a joint configuration space; inserting random nodes into the initial dormant tree according to a fast-expanding random tree algorithm to obtain an updated dormant tree, and judging whether the initial active tree meets the updated dormant tree or not; if the two paths meet, executing a path planning module; if the two paths do not meet, the updated sleep tree is used as an initial sleep tree, and an activity tree generation module is executed;
the cost optimization module is used for selecting a father node and a child node of a random node on the initial active tree according to the lowest distance cost and selecting the father node and the child node of the random node on the initial dormant tree according to the lowest distance cost;
the path planning module is used for obtaining paths passing through all nodes between the root node of the updated active tree and the root node of the initial dormant tree according to the active tree generating module and taking the paths as planned paths; and the method is also used for obtaining a path between the root node of the initial active tree and the root node of the updated dormant tree through all the nodes according to the dormant tree generating module as a planned path.
6. The mechanical arm obstacle avoidance path planning system based on the fast expansion stochastic tree as claimed in claim 5, wherein the active tree generation module generates the active tree T at an initial active tree TaThe upper insertion random node comprises the following substeps:
step a 1: generation of random nodes p in joint configuration spacerandTo p forrandMaking a feasibility judgment if prandIf yes, go to step a 2; otherwise, returning to execute the step a1 to generate a new random node;
step a 2: calculating prandAnd TaObtaining the minimum Euclidean distance T of all the nodesaNode p ofnearest
Obtaining pnearestAnd prandThe feasibility of all the points on the connection is judged, if the nodes meeting the feasibility exist, the nodes are marked as random nodes pnewAnd performing step a 3; otherwise, returning to execute the step a1 to generate a new random node;
step a 3: obtaining pnearestAnd pnewConnecting line E betweennewTo the connecting line EnewMaking a feasibility judgment if EnewIf feasibility is satisfied, p isnewAddition of TaAnd performing step a 4; otherwise, returning to execute the step a1 to generate a new random node;
step a 4: calculating pnewAnd an initial sleep tree TbObtaining the minimum Euclidean distance T of all the nodesbNode p ofnearesto
Obtaining pnearestoAnd pnewThe connection between the two points, and the feasibility judgment is carried out on all the points on the connectionIf the node meeting the feasibility exists, the node is marked as pnewoAnd performing step a 5; otherwise, executing the sleep tree generation module;
step a 5: obtaining pnewoAnd pnewConnecting line E betweennewoTo the connecting line EnewoMaking a feasibility judgment if EnewoIf the feasibility judgment is satisfied, p is addednewIs updated to pnewoObtaining an updated initial activity tree; otherwise, executing the sleep tree generation module.
7. The mechanical arm obstacle avoidance path planning method based on the improved fast expansion stochastic tree as claimed in claim 5, wherein the initial active tree T is selected according to the lowest distance cost in the cost optimization moduleaThe parent node of the upper random node comprises the following sub-steps:
step b 1: calculating TaUpper arbitrary node and random node prandThe Euclidean distance between the nodes is smaller than the nodes corresponding to the distance threshold value of the adjacent point, and the nodes are combined into a set P of the adjacent pointsnear
Step b 2: traversing a set of proximate points PnearAll nodes in the node are judged until all nodes are traversed, and p isnewThe parent node selection is finished;
for PnearNode p currently making a judgmentneariIf p isneariIf formula I is satisfied, p is deletednewConnection to its current parent node, will pneariIs updated to pnewThe current parent node of the tree joins the initial activity tree and traverses the next node; otherwise, traversing the next node;
D(pneari,pnew)+Costneari<D(pcurpar,pnew)+Costcurparformula I
Wherein D (p)neari,pnew) Represents pneariAnd pnewBetween the Euclidean distance, CostneariRepresenting p from the root nodeneariMoving cost of pcurparRepresents pnewCurrent parent node of, D (p)curpar,pnew) Representing the current parent node pcurparAnd pnewEuropean distance between them, CostneariRepresenting from active tree root node to pcurparThe movement cost of (2).
8. The mechanical arm obstacle avoidance path planning method based on the improved fast expansion stochastic tree as claimed in claim 7, wherein the cost optimization module selects T according to the lowest distance costaThe child node of the upper random node comprises the following sub-steps:
step c 1: obtaining a set of proximity points PnearAll nodes in the node are respectively connected with pnewConnecting lines between the two, and sequentially judging the feasibility of all the connecting lines to obtain a collision-free near point set PnocolSaid P isnocolIncluding P corresponding to all the connection lines satisfying the feasibilitynearThe node(s) in (1) is (are),
Figure FDA0002750931050000061
step c 2: traversing collision-free set of proximity points PnocolAll nodes in the node are judged until all nodes are traversed, and p isnewAll child node selection is finished;
for PnocolNode p currently making a judgmentnocoliIf p isnocoliIf formula II is satisfied, p is deletednocoliConnection to its current parent node, will pnewIs updated to pnocoliThe current parent node of the tree joins the initial activity tree and traverses the next node; otherwise, traversing the next node;
D(pnocoli,pnew)+Costnew<Costnocoliformula II
Wherein D (p)nocoli,pnew) Represents pnocoliAnd pnewBetween the Euclidean distance, CostnewRepresenting p from the root nodenewMoving Cost of (1), CostnocoliRepresenting from root node to point pnocoliThe movement cost of (2).
CN202011183918.6A 2020-10-29 2020-10-29 Mechanical arm obstacle avoidance path planning method and system based on fast expansion random tree Pending CN112338916A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011183918.6A CN112338916A (en) 2020-10-29 2020-10-29 Mechanical arm obstacle avoidance path planning method and system based on fast expansion random tree

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011183918.6A CN112338916A (en) 2020-10-29 2020-10-29 Mechanical arm obstacle avoidance path planning method and system based on fast expansion random tree

Publications (1)

Publication Number Publication Date
CN112338916A true CN112338916A (en) 2021-02-09

Family

ID=74357022

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011183918.6A Pending CN112338916A (en) 2020-10-29 2020-10-29 Mechanical arm obstacle avoidance path planning method and system based on fast expansion random tree

Country Status (1)

Country Link
CN (1) CN112338916A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112947489A (en) * 2021-04-08 2021-06-11 华东理工大学 Method and device for planning collision-free path of welding robot in complex environment
CN113103236A (en) * 2021-04-22 2021-07-13 山东大学 Rapid and gradual optimal mechanical arm obstacle avoidance path planning method
CN113172631A (en) * 2021-05-11 2021-07-27 西南交通大学 Mechanical arm autonomous obstacle avoidance method based on improved RRT algorithm
CN113276109A (en) * 2021-04-21 2021-08-20 国网上海市电力公司 RRT algorithm-based double-mechanical-arm decoupling motion planning method and system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110035051A1 (en) * 2009-08-10 2011-02-10 Samsung Electronics Co., Ltd Path planning apparatus and method for robot
CN108762270A (en) * 2018-06-01 2018-11-06 上海理工大学 The two-way rapidly-exploring random tree modified two-step method planning algorithm of changeable probability
CN110497403A (en) * 2019-08-05 2019-11-26 上海大学 A kind of manipulator motion planning method improving two-way RRT algorithm
CN111678523A (en) * 2020-06-30 2020-09-18 中南大学 Rapid BI _ RRT obstacle avoidance trajectory planning method based on STAR algorithm optimization

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110035051A1 (en) * 2009-08-10 2011-02-10 Samsung Electronics Co., Ltd Path planning apparatus and method for robot
CN108762270A (en) * 2018-06-01 2018-11-06 上海理工大学 The two-way rapidly-exploring random tree modified two-step method planning algorithm of changeable probability
CN110497403A (en) * 2019-08-05 2019-11-26 上海大学 A kind of manipulator motion planning method improving two-way RRT algorithm
CN111678523A (en) * 2020-06-30 2020-09-18 中南大学 Rapid BI _ RRT obstacle avoidance trajectory planning method based on STAR algorithm optimization

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112947489A (en) * 2021-04-08 2021-06-11 华东理工大学 Method and device for planning collision-free path of welding robot in complex environment
CN112947489B (en) * 2021-04-08 2022-11-22 华东理工大学 Method and device for planning collision-free path of welding robot in complex environment
CN113276109A (en) * 2021-04-21 2021-08-20 国网上海市电力公司 RRT algorithm-based double-mechanical-arm decoupling motion planning method and system
CN113276109B (en) * 2021-04-21 2024-04-26 国网上海市电力公司 Dual-mechanical-arm decoupling motion planning method and system based on RRT algorithm
CN113103236A (en) * 2021-04-22 2021-07-13 山东大学 Rapid and gradual optimal mechanical arm obstacle avoidance path planning method
CN113172631A (en) * 2021-05-11 2021-07-27 西南交通大学 Mechanical arm autonomous obstacle avoidance method based on improved RRT algorithm
CN113172631B (en) * 2021-05-11 2023-01-24 西南交通大学 Mechanical arm autonomous obstacle avoidance method based on improved RRT algorithm

Similar Documents

Publication Publication Date Title
CN112338916A (en) Mechanical arm obstacle avoidance path planning method and system based on fast expansion random tree
CN113219998B (en) Improved bidirectional-RRT-based vehicle path planning method
CN113103236B (en) Rapid and gradual optimal mechanical arm obstacle avoidance path planning method
CN109945873B (en) Hybrid path planning method for indoor mobile robot motion control
CN113467456B (en) Path planning method for specific target search under unknown environment
CN110231824B (en) Intelligent agent path planning method based on straight line deviation method
Yuan et al. A heuristic rapidly-exploring random trees method for manipulator motion planning
CN111610786B (en) Mobile robot path planning method based on improved RRT algorithm
CN110110763B (en) Grid map fusion method based on maximum public subgraph
CN110962130A (en) Heuristic RRT mechanical arm motion planning method based on target deviation optimization
CN109597425B (en) Unmanned aerial vehicle navigation and obstacle avoidance method based on reinforcement learning
CN112987799B (en) Unmanned aerial vehicle path planning method based on improved RRT algorithm
CN113050640A (en) Industrial robot path planning method and system based on generation of countermeasure network
Wang et al. An improved rrt* path planning algorithm for service robot
Tanzmeister et al. Path planning on grid maps with unknown goal poses
CN112828889A (en) Six-axis cooperative mechanical arm path planning method and system
CN113485367A (en) Path planning method of multifunctional stage mobile robot
CN112857370A (en) Robot map-free navigation method based on time sequence information modeling
Zhou et al. SLAM algorithm and navigation for indoor mobile robot based on ROS
CN114700937A (en) Mechanical arm, movement path planning method thereof, control system, medium and robot
CN109977455B (en) Ant colony optimization path construction method suitable for three-dimensional space with terrain obstacles
CN115167388A (en) RRT multi-robot formation path planning algorithm based on target guidance
CN115167466A (en) Mobile robot standard control set local path planning method and system
Zhang et al. A multi-goal global dynamic path planning method for indoor mobile robot
CN115122317A (en) Redundant manipulator path planning method and system based on optimal target configuration screening

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