CN112356033A - Mechanical arm path planning method integrating low-difference sequence and RRT algorithm - Google Patents

Mechanical arm path planning method integrating low-difference sequence and RRT algorithm Download PDF

Info

Publication number
CN112356033A
CN112356033A CN202011242965.3A CN202011242965A CN112356033A CN 112356033 A CN112356033 A CN 112356033A CN 202011242965 A CN202011242965 A CN 202011242965A CN 112356033 A CN112356033 A CN 112356033A
Authority
CN
China
Prior art keywords
node
sampling
sample
new
mechanical arm
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202011242965.3A
Other languages
Chinese (zh)
Other versions
CN112356033B (en
Inventor
代伟
李创业
缪燕子
马小平
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China University of Mining and Technology CUMT
Original Assignee
China University of Mining and Technology CUMT
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 China University of Mining and Technology CUMT filed Critical China University of Mining and Technology CUMT
Priority to CN202011242965.3A priority Critical patent/CN112356033B/en
Publication of CN112356033A publication Critical patent/CN112356033A/en
Application granted granted Critical
Publication of CN112356033B publication Critical patent/CN112356033B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • 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

Abstract

The invention discloses a mechanical arm path planning method integrating a low-difference sequence and an RRT algorithm. According to the invention, a low-difference sequence is used for replacing a pseudo-random sequence in an RRT algorithm, so that uniformly-different sampling points are generated, and the repetition of the sampling points is avoided; meanwhile, a target deflection strategy is introduced for further accelerating the searching speed, so that the algorithm has certain target in the searching process, and the searching of invalid areas is reduced; then, a sampling pool is established in the sampling process, and the sampling point is optimized to improve the quality of the sampling point; the method is applied to the mechanical arm joint space for path planning, so that inverse kinematics solution is avoided, and the calculated amount is reduced.

Description

Mechanical arm path planning method integrating low-difference sequence and RRT algorithm
Technical Field
The invention relates to the field of robot path planning, in particular to a mechanical arm path planning method integrating a low-difference sequence and an RRT algorithm.
Background
The land reclamation of the abandoned mining area is an important way for relieving agricultural land and improving the environment of the mining area, but the severe environment of the mining area may have potential dangers of heavy metals, unknown collapse, environmental pollution and the like, and the adoption of a mobile robot for unmanned soil sampling is the primary link of mining area restoration. The mechanical arm is used as an actuating mechanism of the mobile robot to undertake the important task of soil sampling, and due to the fact that unknown obstacles exist in complex mining area environments, path planning needs to be carried out on the mechanical arm to avoid the obstacles to reach a target point. With the development of robotics, scholars at home and abroad have proposed a plurality of path planning algorithms, such as an artificial potential field method, an a-x algorithm, an RRT algorithm, and the like, wherein the artificial potential field method and the a-x algorithm are easy to fall into a local minimum value in path planning although the path planning can meet the requirements of optimality and real-time performance, and the a-x algorithm has the problems of large memory overhead, long running time, large accumulated turning angle, and the like. The RRT algorithm is a path planning method based on random sampling, does not need to preprocess a state space, has the characteristics of high search speed, convenience in processing constraint and the like, can effectively solve the problem of path planning in a complex environment, and is widely applied to the field of robot path planning in recent years. However, the standard RRT also has some inherent drawbacks: (1) the global random sampling causes the algorithm to consume a large cost wastefully, so that the convergence speed becomes slow; (2) the randomness of the algorithm may result in a generated path that is not smooth and difficult to directly execute by the robot.
Disclosure of Invention
The invention aims to provide a mechanical arm path planning method integrating a low-difference sequence and an RRT algorithm, which is used for improving the path planning efficiency of a mechanical arm and optimizing a planned path.
In order to achieve the above object, the method for planning the path of the mechanical arm by fusing the low-difference sequence and the RRT algorithm provided by the invention comprises the following steps:
the method comprises the following steps: initializing a working environment
Establishing a kinematic model of the mechanical arm and determining a motion space and an Obstacle of the mechanical arm; acquiring a path starting point (starting point) x in a mechanical arm state spacestartAnd end point of path (target point) xgoalInitializing a random tree TnodeAnd determining RRT algorithm parameters, which mainly comprises the following steps:
(1) and (3) the target offset probability p is used for enabling the sampling point to be equal to the target point with a certain probability p, so that the blindness of the algorithm is reduced.
(2) Capacity of sampling cell n perThe sub-generated n sampling points are placed into a sampling pool to select the optimal sampling point in the sampling pool to generate a new node xnew
(3) And step, determining a new node according to the nearest node, the position of the sampling point and the step by the algorithm.
(4) And an allowable error, and when the Euclidean distance between the new node and the target node is less than the allowable error, considering that the path search is completed.
Step two: joint angle space sampling
Setting a target bias probability p and generating a random number rand between interval ranges (0, 1); comparing the random number with the bias probability p, if rand is less than or equal to p, directly making the sampling point xsampleEqual to target point (end of path) xgoalConversely, n sampling point pairs with uniform difference and a target point (path end point) x are generated by using the low-difference Sobol sequencegoalThe Euclidean distance of the sampling pool is far and near, and the sampling pool is arranged from small to large.
Step three: generating a new node
3.1 finding a random Tree TnodeMiddle distance sampling point xsampleOne nearest point is taken as a nearest node xnearest
3.2 at the nearest node xnearestTo sample point xsampleStep-by-step progression in the direction of the connection to generate a new node xnew
3.3 carrying out collision detection, if the collision is detected, reselecting the sampling point to generate a new node, and if the collision is not detected, connecting the new node xnewStore to random Tree TnodeAnd nearest node xnearestTreated as a new node xnewA parent node of (a);
3.4 according to the updated random Tree TnodeRepeating the second step to the third step until the latest node x is obtainednewSatisfy | xnew-xgoalDetermining that the target point is found, wherein the error is an allowable error;
3.5 in random Tree TnodeAnd reversely searching to find the planned path according to the parent-child relationship of each node.
Step four: path optimization processing
And fitting the path obtained in the third step into six smooth curves by using a fifth-order polynomial fitting method based on a least square method.
As an improvement, in the second step, the Sobol sequence is a more uniformly distributed sequence than the pseudo-random sequence and is a group of { v ] based on "direct numberiThe sequence of (c) },
Figure BDA0002767381000000021
mi<2iand is positive odd; v. ofi,miDepends on a simple polynomial f (z) of order p with coefficients a, the polynomial coefficient being only 0 or 1, of the form:
f(z)=zp+a1zp-1+…+ap-1z+ap
when i < p, m needs to be specifiediAnd when i > p, miThe recurrence formula is:
Figure BDA0002767381000000031
wherein
Figure BDA0002767381000000032
Meaning that the rounding is done down,
Figure BDA0002767381000000033
representing binary bitwise XOR, again for viThe recursive formula of (1) is:
Figure BDA0002767381000000034
thus, the ith number of the Sobol sequence can be obtained:
Figure BDA0002767381000000035
… b therein3b2b1Is a binary representation of i。
The sampling point is composed of each joint angle of the mechanical arm, and each joint angle needs to be generated by a Sobol sequence. By varying the coefficients of the polynomial f (z), different Sobol sequences can be obtained. The obtained Sobol sequences are uniformly distributed in (0,1) space, and one joint angle in sampling points can be expressed as min + (max-min) × xiWhere min and max represent the upper and lower limits of the joint angle.
As an improvement, the step 3.3 specifically comprises: judgment of xnewIf the corresponding mechanical arm posture collides with the obstacle, if the current sampling point is equal to the path end point, the step is switched to for re-sampling, if the current sampling point is not equal to the path end point, the sampling point is abandoned, the next sampling point in the sampling pool is selected in sequence, and the step is switched to the step three to generate a new node xnewAnd sampling again unless the new nodes generated by the sampling points in the sampling pool do not meet the requirements. New node x without collisionnewJoining random Tree TnodeIn and define xnearestIs xnewThe parent node of (2).
Has the advantages that: according to the invention, a low-difference sequence is used for replacing a pseudo-random sequence in an RRT algorithm, so that uniformly-different sampling points are generated, and the repetition of the sampling points is avoided; meanwhile, a target deflection strategy is introduced for further accelerating the searching speed, so that the algorithm has certain target in the searching process, and the searching of invalid areas is reduced; then, a sampling pool is established in the sampling process, and the sampling point is optimized to improve the quality of the sampling point; the method is applied to the mechanical arm joint space for path planning, so that inverse kinematics solution is avoided, and the calculated amount is reduced.
Drawings
Fig. 1 is a search expansion schematic diagram of the mechanical arm path planning method fusing a low-variance sequence and an RRT algorithm provided by the present invention.
FIG. 2 shows an AUBO-i5 robotic arm used in an embodiment of the invention.
Fig. 3 is a schematic diagram of a simulation environment of a robot arm according to the present invention.
Detailed Description
The present invention will be described in detail below with reference to the accompanying drawings.
As shown in fig. 1, a method for planning a mechanical arm path by fusing a low variance sequence and an RRT algorithm includes the following steps:
1. for the AUBO-i5 mechanical arm shown in FIG. 2, the pose is described by a D-H method, a link coordinate system of the mechanical arm is established, D-H parameters of the mechanical arm are determined, and then a D-H model of the mechanical arm is obtained through calculation. The connecting rod coordinate system is used for describing the displacement relation among the connecting rods and between the rod pieces and the joints, and a homogeneous transformation matrix of the tail end coordinate system relative to the base coordinate system is obtained. The homogeneous transformation matrix is a function of each joint variable and is used for solving a positive kinematic solution from a joint space of the mechanical arm to a Cartesian space. The kinematics positive solution is the mapping from the joint space of the mechanical arm to the Cartesian space, so that the terminal pose of the mechanical arm under the given attitude and joint angle of the mechanical arm can be solved, and the path planning is realized. As shown in fig. 3, the link coordinate system is established by the following rule:
(1)ziis the positive direction of the motion axis of the joint i.
(2)xiAxis perpendicular to zi-1Axial and pointing zi-1ziThe direction of the axis.
(3)yiThe axes are established according to the right hand rule.
A corresponding table of D-H parameters was established as shown in table 1. Where the parameters α and d represent the arm link length parameters. In the table: alpha is alphai-1Is from Zi-1To ZiAlong xi-1The distance of (d); diIs from xi-1To xiAlong ZiThe distance of (d); a isi-1Is from Zi-1To ZiAround xi-1The angle of rotation; thetaiIs from xi-1To xiAround ZiThe angle of rotation.
TABLE 1D-H PARAMETERS
Figure BDA0002767381000000041
2. The path planning of the mechanical arm is carried out in the joint space of the mechanical arm, and each joint of AUBO-i5The angular ranges are all [ -pi, pi [ -pi [ ]]Initial joint angle (starting point of path) xstartAnd target joint angle (end of path) xgoalAre respectively [0,0,0,0,0,0],[-135,-90,55,60,100,40]The target offset probability p is 0.3, the step length step is 6, the capacity of the sampling pool is 10 sampling points, and the allowable error is 6; the error is defined as the Euclidean distance between the current joint angle and the target joint angle. The barrier and the mechanical arm connecting rod are wrapped by a regular geometric enveloping body so as to simplify collision judgment conditions.
3. A random number rand is generated in the (0,1) space.
4. If the random number rand is less than or equal to 0.3, sampling is not carried out, and the sampling point x is directly orderedsampleEqual to the target joint angle xgoal
5. If the random number rand is greater than 0.3, 10 sampling points x are generated by using the low-difference Sobol sequencesampleAnd placing the sample into a sampling pool from small to large according to the Euclidean distance from the target point. The AUBO-i5 robot used in this example has 6 degrees of freedom, and therefore, it is necessary to generate 6 series of Sobol sequences. Sobol sequences are a set based on the "direct number" { viThe sequence of (c) },
Figure BDA0002767381000000051
mi<2iand is positive odd; v. ofi,miDepends on a simple polynomial f (z) of order p with coefficients a, the polynomial coefficient being only 0 or 1, of the form:
f(z)=zp+a1zp-1+…+ap-1z+ap
when i < p, m needs to be specifiediA value of (d); when i > p, miThe recurrence formula is:
Figure BDA0002767381000000052
wherein
Figure BDA0002767381000000053
Meaning that the rounding is done down,
Figure BDA0002767381000000054
representing binary bitwise XOR, again for viThe recursive formula of (1) is:
Figure BDA0002767381000000055
thus, the ith number of the Sobol sequence can be obtained:
Figure BDA0002767381000000056
… b therein3b2b1Is a binary representation of i.
By changing the coefficients of the polynomial f (z), different Sobol sequences can be obtained. The obtained Sobol sequences are uniformly distributed in (0,1) space, and one joint angle in sampling points can be expressed as min + (max-min) × xiWherein min-pi and max-pi represent the upper and lower limits of the joint angle.
6. Selecting distance sample points x in a random treesampleThe nearest point is taken as a nearest node xnearest
7. At the nearest node x with a certain step size of step 6nearestAnd sample point xsampleExpanding new node in connecting line direction
Figure BDA0002767381000000061
8. Judgment of xnewWhether the corresponding mechanical arm posture collides with an obstacle or not, and if the sampling point x is in the collision conditionsampleIs equal to target point xgoalThen sample point x is discardedsampleGo to step 3, if sample point xsampleIf the sampling point is obtained from the sampling pool, the sampling point is abandoned and the next sampling point is selected in sequence to step 6 to generate a new node xnewAnd sampling is carried out again unless the sampling points in the sampling pool are exhausted. New node x without collisionnewJoining random Tree TnodeAnd defines the nearest node xnearestAs a new node xnewThe parent node of (2).
9. According to the updated random tree TnodeAnd repeating the steps 3-8 until the latest node x is obtainednewSatisfy | xnew-xgoalI ≦ error, considered to find the target point, error refers to the allowed error.
10. In a random tree TnodeAnd reversely searching to find the planned path according to the parent-child relationship of each node.
11. Because the random of the algorithm causes that the planned path is not smooth and can not be directly applied to the mechanical arm, firstly, the planned joint angle track is fitted with a smooth curve by using a quintic polynomial fitting method based on a least square method, wherein the first-time fitting result is as follows:
y1=-0.003x4-0.02x3+0.5719x2-7.3594x+10.2835 (1)
y2=-0.004x4-0.0256x3+0.6914x2-7.5403x+12.4140 (2)
y3=-0.001x4-0.0022x3+0.0326x2+0.7793x-3.8404 (3)
y4=-0.0004x3+0.0401x2+1.1348x-4.8081 (4)
y5=-0.0001x4+0.0078x3-0.1672x2+3.1304x-7.3039 (5)
y6=0.0002x4-0.0118x3+0.3291x2-2.4139x+8.1399 (6)
from a given initial joint angle (initial point) xstartTo a target joint angle (target point) xgoalAccording to the fitted fifth degree polynomial y1…y6And uniformly sampling to obtain joint angle sampling points which enable the mechanical arm to run smoothly. And sending a control instruction to the joint angle sampling point through a serial port according to a communication protocol of the mechanical arm controller.
The foregoing is only a preferred embodiment of this invention and it should be noted that modifications can be made by those skilled in the art without departing from the principle of the invention and these modifications should also be considered as the protection scope of the invention.

Claims (3)

1. A mechanical arm path planning method fusing a low-difference sequence and an RRT algorithm is characterized by comprising the following steps:
the method comprises the following steps: initializing a working environment
Establishing a kinematic model of the mechanical arm and determining a motion space and an Obstacle of the mechanical arm; acquiring a starting point x in a mechanical arm state spacestartAnd target point xgoal(ii) a Initializing a random tree Tnode(ii) a And determining RRT algorithm parameters: target offset probability p, sampling pool capacity n, step length step and allowable error;
step two: joint angle space sampling
2.1 setting a target bias probability p and generating a random number rand between the interval ranges (o, 1);
2.2 if rand is less than or equal to p, no sampling is carried out, and the sampling point x is enabledsampleIs equal to target point xgoal
23 if rand > p Using Sobol sequence to generate n sample points xsamplePressing and targeting point xgoalThe distance of the Euclidean distance is arranged from small to large and enters a sampling pool;
step three: generating a new node
3.1 finding a random Tree TnodeMiddle distance sampling point xsampleOne nearest point is taken as a nearest node xnearest
3.2 at the nearest node xnearestTo sample point xsampleStep-by-step progression in the direction of the connection to generate a new node xnew
3.3 Collision detection, if collision is detected, reselecting the sampling point xsampleGenerating a new node xnewIf no collision is detected, the new node x is determinednewStore to random Tree TnodeAnd nearest node xnearestTreated as a new node xnewA parent node of (a);
3.4 according to the updated random Tree TnodeRepeating the second step to the third step untilThe latest node x obtainednewSatisfy | xnew-xgoalIf < error, the target point is found;
3.5 in random Tree TnodeAccording to the parent-child relationship of each node, reverse searching is carried out to find a planned path;
step four: path optimization processing
And fitting the path obtained in the third step into a smooth curve by using a quintic polynomial fitting method based on a least square method, sampling points on the smooth curve and sending a control instruction through a serial port according to a communication protocol of the mechanical arm controller.
2. The method for planning a mechanical arm path by fusing a low variance sequence and an RRT algorithm according to claim 1, wherein: in the second step, the Sobol sequence is a more uniformly distributed sequence than the pseudo-random sequence and is a group based on { v } viThe sequence of (c) },
Figure FDA0002767380990000011
mi<2iand is positive odd; v. ofi,miDepends on a simple polynomial f (z) of order p with coefficients a, the polynomial coefficient being only 0 or 1, of the form:
f(z)=zp+a1zp-1+…+ap-1z+ap
when i < p, m needs to be specifiediAnd when i > p, miThe recurrence formula is:
Figure FDA0002767380990000021
wherein
Figure FDA0002767380990000025
Representing binary bitwise XOR for viThe recursive formula of (c) is:
Figure FDA0002767380990000022
wherein
Figure FDA0002767380990000023
Indicating a rounding down.
Number i of the Sobol sequence was obtained:
Figure FDA0002767380990000024
… b therein3b2b1Is a binary representation of i;
the sampling point xsampleThe robot arm comprises joint angles of the robot arm, wherein each joint angle is generated by a Sobol sequence; by changing the coefficients of the polynomial f (z), different Sobol sequences are obtained; the obtained Sobol sequences are uniformly distributed in a (0,1) space; sample point xsampleOne joint angle in (b) is denoted as min + (max-min) × xiWhere min and max represent the upper and lower limits of the joint angle.
3. The method for planning a mechanical arm path by fusing a low variance sequence and an RRT algorithm according to claim 1, wherein: in the third step, the generated new node x is judgednewWhether the corresponding pose of the mechanical arm collides with the barrier or not; in case of collision with an obstacle, if the current sampling point xsampleThe result is obtained in the step 2.2, and the step is switched to for resampling; if the current sampling point xsampleIs obtained by step 23, discarding the sampling point and selecting the next sampling point x in the sampling pool in sequencesampleAnd go to step three to generate a new node xnewUnless sampling point x in the sampling cellsampleGenerated new node xnearestThe sampling is carried out again when the requirements are not met.
CN202011242965.3A 2020-11-09 2020-11-09 Mechanical arm path planning method integrating low-difference sequence and RRT algorithm Active CN112356033B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011242965.3A CN112356033B (en) 2020-11-09 2020-11-09 Mechanical arm path planning method integrating low-difference sequence and RRT algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011242965.3A CN112356033B (en) 2020-11-09 2020-11-09 Mechanical arm path planning method integrating low-difference sequence and RRT algorithm

Publications (2)

Publication Number Publication Date
CN112356033A true CN112356033A (en) 2021-02-12
CN112356033B CN112356033B (en) 2021-09-10

Family

ID=74509852

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011242965.3A Active CN112356033B (en) 2020-11-09 2020-11-09 Mechanical arm path planning method integrating low-difference sequence and RRT algorithm

Country Status (1)

Country Link
CN (1) CN112356033B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113246143A (en) * 2021-06-25 2021-08-13 视比特(长沙)机器人科技有限公司 Mechanical arm dynamic obstacle avoidance trajectory planning method and device
CN113358119A (en) * 2021-06-01 2021-09-07 中国工商银行股份有限公司 Path planning method and device, electronic equipment and storage medium
CN113485356A (en) * 2021-07-27 2021-10-08 西北工业大学 Robot rapid movement planning method
CN113771035A (en) * 2021-09-24 2021-12-10 河北工业大学 Redundant multi-degree-of-freedom mechanical arm obstacle avoidance path optimization method based on RRT (recursive least squares) algorithm
CN117021101A (en) * 2023-08-24 2023-11-10 中国矿业大学 Multi-arm path planning method for belt conveyor dismounting robot

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110106306A1 (en) * 2009-11-02 2011-05-05 Samsung Electronics Co., Ltd. Path planning apparatus of robot and method and computer-readable medium thereof
KR101339480B1 (en) * 2012-12-14 2013-12-10 고려대학교 산학협력단 Trajectory planning method for mobile robot using dual tree structure based on rrt
CN106990777A (en) * 2017-03-10 2017-07-28 江苏物联网研究发展中心 Robot local paths planning method
CN109921458A (en) * 2019-02-22 2019-06-21 中国能源建设集团甘肃省电力设计院有限公司 The electric system small interference stability appraisal procedure of new energy access
CN109986564A (en) * 2019-05-20 2019-07-09 上海应用技术大学 Industrial machinery arm paths planning method
CN110962130A (en) * 2019-12-24 2020-04-07 中国人民解放军海军工程大学 Heuristic RRT mechanical arm motion planning method based on target deviation optimization
CN111761582A (en) * 2020-07-08 2020-10-13 浙江大学 Mobile mechanical arm obstacle avoidance planning method based on random sampling

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110106306A1 (en) * 2009-11-02 2011-05-05 Samsung Electronics Co., Ltd. Path planning apparatus of robot and method and computer-readable medium thereof
KR101339480B1 (en) * 2012-12-14 2013-12-10 고려대학교 산학협력단 Trajectory planning method for mobile robot using dual tree structure based on rrt
CN106990777A (en) * 2017-03-10 2017-07-28 江苏物联网研究发展中心 Robot local paths planning method
CN109921458A (en) * 2019-02-22 2019-06-21 中国能源建设集团甘肃省电力设计院有限公司 The electric system small interference stability appraisal procedure of new energy access
CN109986564A (en) * 2019-05-20 2019-07-09 上海应用技术大学 Industrial machinery arm paths planning method
CN110962130A (en) * 2019-12-24 2020-04-07 中国人民解放军海军工程大学 Heuristic RRT mechanical arm motion planning method based on target deviation optimization
CN111761582A (en) * 2020-07-08 2020-10-13 浙江大学 Mobile mechanical arm obstacle avoidance planning method based on random sampling

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
李创业等: "基于Sobol序列与快速扩展随机树的机械臂路径规划", 《第31届中国过程控制会议(CPCC 2020)摘要集》 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113358119A (en) * 2021-06-01 2021-09-07 中国工商银行股份有限公司 Path planning method and device, electronic equipment and storage medium
CN113246143A (en) * 2021-06-25 2021-08-13 视比特(长沙)机器人科技有限公司 Mechanical arm dynamic obstacle avoidance trajectory planning method and device
CN113485356A (en) * 2021-07-27 2021-10-08 西北工业大学 Robot rapid movement planning method
CN113485356B (en) * 2021-07-27 2022-06-21 西北工业大学 Robot rapid movement planning method
CN113771035A (en) * 2021-09-24 2021-12-10 河北工业大学 Redundant multi-degree-of-freedom mechanical arm obstacle avoidance path optimization method based on RRT (recursive least squares) algorithm
CN117021101A (en) * 2023-08-24 2023-11-10 中国矿业大学 Multi-arm path planning method for belt conveyor dismounting robot
CN117021101B (en) * 2023-08-24 2024-03-19 中国矿业大学 Multi-arm path planning method for belt conveyor dismounting robot

Also Published As

Publication number Publication date
CN112356033B (en) 2021-09-10

Similar Documents

Publication Publication Date Title
CN112356033B (en) Mechanical arm path planning method integrating low-difference sequence and RRT algorithm
CN110228069B (en) Online obstacle avoidance motion planning method for mechanical arm
CN109571466B (en) Seven-degree-of-freedom redundant mechanical arm dynamic obstacle avoidance path planning method based on rapid random search tree
CN110509279B (en) Motion path planning method and system of humanoid mechanical arm
CN111761582B (en) Mobile mechanical arm obstacle avoidance planning method based on random sampling
CN111300420B (en) Method for solving minimum path of joint space corner of mechanical arm
CN111251306B (en) Mechanical arm path planning method with chassis error
CN113799141B (en) Six-degree-of-freedom mechanical arm obstacle avoidance path planning method
WO2023024317A1 (en) Robot obstacle avoidance method and apparatus, and robot
Chen et al. Path planning of the fruit tree pruning manipulator based on improved RRT-Connect algorithm
Jiang et al. Path planning for robotic manipulator in complex multi-obstacle environment based on improved_RRT
CN111216132A (en) Six-degree-of-freedom mechanical arm path planning method based on improved RRT algorithm
CN113771035B (en) Redundant multi-degree-of-freedom mechanical arm obstacle avoidance path optimization method based on RRT algorithm
CN113858205A (en) Seven-axis redundant mechanical arm obstacle avoidance algorithm based on improved RRT
CN116852367A (en) Six-axis mechanical arm obstacle avoidance path planning method based on improved RRTstar
CN111958602A (en) Real-time inverse solution method for wrist offset type 6-axis robot
CN115922716A (en) Bidirectional RRT-connect algorithm fused with process knowledge realizes rapid path planning of industrial robot
CN114939872B (en) MIRRT-Connect algorithm-based intelligent storage redundant mechanical arm dynamic obstacle avoidance motion planning method
CN116690557A (en) Method and device for controlling humanoid three-dimensional scanning motion based on point cloud
CN115533912A (en) Mechanical arm motion planning method based on rapid expansion random tree improvement
CN115008460A (en) RRT mechanical arm obstacle avoidance planning method based on target offset and obstacle factors
CN113459086B (en) Super-redundancy mechanical arm path planning method
CN113894795B (en) Industrial robot external shaft position optimization method
Han et al. Research on path planning of manipulator based on improved RRT* algorithm
Aydin et al. Genetic algorithm based redundancy resolution of robot manipulators

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
GR01 Patent grant
GR01 Patent grant