CN111814269B - RES-SCA algorithm-based inverse kinematics real-time analytical solution optimization method - Google Patents
RES-SCA algorithm-based inverse kinematics real-time analytical solution optimization method Download PDFInfo
- Publication number
- CN111814269B CN111814269B CN202010553649.1A CN202010553649A CN111814269B CN 111814269 B CN111814269 B CN 111814269B CN 202010553649 A CN202010553649 A CN 202010553649A CN 111814269 B CN111814269 B CN 111814269B
- Authority
- CN
- China
- Prior art keywords
- solution
- res
- sca
- algorithm
- candidate
- 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.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F30/00—Computer-aided design [CAD]
- G06F30/10—Geometric CAD
- G06F30/17—Mechanical parametric or variational design
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2111/00—Details relating to CAD techniques
- G06F2111/04—Constraint-based CAD
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2111/00—Details relating to CAD techniques
- G06F2111/08—Probabilistic or stochastic CAD
Landscapes
- Physics & Mathematics (AREA)
- Geometry (AREA)
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Pure & Applied Mathematics (AREA)
- Mathematical Optimization (AREA)
- Mathematical Analysis (AREA)
- Computer Hardware Design (AREA)
- Evolutionary Computation (AREA)
- General Engineering & Computer Science (AREA)
- Computational Mathematics (AREA)
- Manipulator (AREA)
Abstract
The invention provides an inverse kinematics real-time analytical solution optimization method based on an RES-SCA algorithm. Aiming at inverse kinematics closed analytic solution real-time optimization, an improved sine and cosine algorithm is provided: rebalance-enhanced search SCA (RES-SCA) algorithm. The algorithm realizes balanced exploration and development by combining a Rebalance Strategy (RS) and an enhanced search strategy (ES), enhances the group search capability, improves the convergence rate and ensures the rapidness and the accuracy of closed analytic solution optimization.
Description
Technical Field
The invention relates to RES-SCA algorithm-based inverse kinematics real-time analytical solution optimization. The method is used for solving the inverse kinematics solution of the tail end position and the posture of the robot in real time in a man-machine teleoperation system, and the robot can be ensured to stably and accurately complete teleoperation instructions.
Background
In a teleoperation scenario, in order for a robot to flexibly grasp or operate a target object like a human, a kinematic redundancy of a robot arm is generally required. Thus, many robot manufacturers have manufactured robotic arms with seven degrees of freedom to mimic human arms. However, for each given end target, redundancy will result in an infinite solution. The collection of these infinite solutions is called a closed-form solution. The closed solution can be used for avoiding joint limitation, avoiding obstacles, singular configuration, optimizing mechanical arm dynamics and the like.
However, it is difficult to obtain an inverse kinematics solution for the redundant robotic arm. A common method of solving the inverse kinematics is a numerical iterative method using a jacobian matrix. However, this method requires the inverse of the jacobian matrix to be calculated, which is not a simple task, especially for redundant robotic arms, where the jacobian matrix will no longer be a square matrix. There are other iterative methods that do not rely on jacobian matrices, but still require multiple iterations to determine the inverse kinematics solution, and the given solution may not be optimal or even ideal. Also, numerical iteration can only obtain one solution. Therefore, how to obtain an analytic solution in a closed form becomes a hot point of research.
Unlike numerical iteration methods, analytical methods provide a closed solution by establishing redundant parameters according to the geometry of the mechanical arm links and joints. Lee et al propose a joint parameterization technique to derive closed solutions (see: Reductant arm modulated controlled on parameter-part [ C ]// proceedings.1991IEEE International Conference on Robotics and analysis. IEEE 1991: 458-465.). Tolani and Badler derive a closed solution by specifying the elbow position and fixing the shoulder or wrist joint (see in detail: Real-time inverse mechanics of the human arm [ J ]. Presence: Tele-operators & Virtual Environments,1996,5(4):393- & 401.). Dahm and Joublin consider that for any given pose (position and orientation), the elbow of the robot is free to move along a circle called a redundant circle (see: Closed form solution for the inverse kinematics of a redundant robot arm [ M ]. Ruhr-Univ., Inst. fur neuroequation, 1997.). Moradi et al propose a closed form solution based on closed form inverse kinematics based on Dahm and Joublin work and achieve minimization of robot elbow motion (see: Joint limit analysis and elbow movement for using closed form of method [ C ]// International Conference on organic Command-rendering. spring, Berlin, Heidelberg,2005: 423-432.). For the seven-degree-of-freedom Inverse Kinematics solution problem with Joint offset, Sinha and Chakraborty compute Multiple Inverse Kinematics solutions using two-parameter Search by using Redundant Manipulator geometry (see: geometry Search-Based Inverse Kinematics of 7-DoF Redundant manager with Multiple joints Offsets [ C ]//2019International Conference on Robotics and analysis (ICRA), IEEE,2019: 5592-.
However, how to find the optimal solution in the closed solution in real time is the key to realize the smooth and real-time slave-end control of the teleoperation system. The most common method is the traditional exhaustive search algorithm, the grid search method, by traversing the redundant parameters (here redundant circular redundant corners)) To find the most suitable redundancy parameter. The calculation cost of the method is too large and rough, if the set parameter traversal interval is smaller, the iteration times are more and more time-consuming, and if the set traversal interval is too large, the potential optimal solution between the intervals can be ignored.
The Sine Cosine Algorithm (SCA) is a novel meta-heuristic proposed by Mirjalli in 2016 (see: SCA: a silicon sine algorithm for solving optimization schemes [ J ]. Knowledge-Based Systems,2016,96: 120-. Inspired by mathematical techniques, the SCA randomly initializes each individual according to a mathematical model of sine and cosine functions and then updates, i.e., the individual may fluctuate outward or toward a global optimal solution to explore the search space. As a competitive meta-heuristic algorithm, SCA is widely used in many neighborhoods such as image processing, feature selection, power control systems, multi-objective optimization, neural networks, power market planning problems, and solar devices. However, in the initial SCA algorithm, all candidate solutions are learned by the global optimal candidate solution obtained in the entire population so far, which easily leads to premature convergence.
From the above, it can be seen that how to find the optimal solution from the closed-type analytic solutions is the key to achieve smooth and real-time slave-end control of the teleoperation system. In the traditional grid search method, a search grid is formed by setting intervals to find an optimal solution. However, the presence of a grid can miss most of the potential solutions in the search space resulting in insufficient accuracy, and the exhaustive approach is time consuming. The SCA algorithm is an efficient random optimization meta heuristic algorithm, however, the original SCA algorithm cannot well balance exploration and development capacity, so that the problems of low convergence rate, easy falling into local optimization and the like exist.
Disclosure of Invention
The invention discloses an inverse kinematics real-time analytical solution optimization method based on an RES-SCA algorithm. Aiming at inverse kinematics closed analytic solution real-time optimization, an improved sine and cosine algorithm is provided: rebalance-enhanced search SCA (RES-SCA) algorithm. The algorithm realizes balanced exploration and development by combining a Rebalance Strategy (RS) and an enhanced search strategy (ES), enhances the group search capability, improves the convergence rate and ensures the rapidness and the accuracy of closed analytic solution optimization.
The invention is realized by the following technical scheme.
Step one, establishing redundant circle redundant angleCorresponding to the end position P of the next mechanical armTool_nextPosture RTool_nextInverse kinematics closed analytic solution of thetanextThe relationship is as follows:
wherein, thetanextIs a K-dimension joint angle vector, K is the degree of freedom of the mechanical arm,performing function expression of a solution for closed analytic solution of the inverse kinematics of the mechanical arm;
and step two, establishing an analytic solution optimization objective equation. Obtaining all joint angles theta of the current mechanical armcur. With the aim of finding the nearest neighbor joint angle, namely the change minimization between the closed solution set and the previous mechanical arm joint angle, establishing the following objective equation:
step three, initializing RES-SCA algorithm parameters: maximum iteration number T, population size N, candidate solution dimension D, sine and cosine wave factor (lambda)1、λ2、λ3And λ4) Balance factorSolution boundary candidates (ub, lb) and constants ρ, b,
And step four, randomly initializing N candidate solutions according to the candidate solution boundary. For the ith candidate solution xiRepresents the ith possible redundant circular redundancy angleWhere i ∈ {1,2, …, N };
step five, solving N candidate solution Fitness values Fitness (x) according to the objective function formula (2) and the combination formula (1)i) And recording the historical optimal value of each candidate solution when the current iteration number t isAnd the value of the global historical optimal candidate solution gbestt;
Step six, updating each candidate solution by using a Rebalance Strategy (RS) and an enhanced search strategy (ES), wherein the specific expression is as follows:
(a) using the RS strategy, for each iteration, if the current iteration number t is less than or equal toThe RES-SCA updates the solution candidates according to the following formula:
otherwise, the RES-SCA updates the candidate solution according to the following formula:
(b) and further uses the ES to generate the final update:
where η is T/T, N (0,1) and C (0,1) are gaussian and cauchy random numbers;
and step seven, using the value of the boundary constraint candidate solution. When the individual exceeds the boundary after updating, the individual is restrained according to the following formula:
xi=(xi<lb)×lb+(xi>ub)×ub (6)
step eight, termination condition: when the iteration process meets the termination condition, namely the iteration times of the algorithm meet the condition that T is more than or equal to T, stopping the iteration and outputting the final optimal solutionAnd its corresponding analytical solution thetanext. Otherwise, repeating the fifth step to the seventh step.
The invention has the advantages that: a closed analytic solution real-time optimization method for inverse kinematics is disclosed. The RES-SCA algorithm well balances the exploration and development capabilities of the algorithm and has the characteristics of high convergence rate, high precision and the like. The RES-SCA algorithm-based inverse kinematics analytic solution optimization method ensures convergence accuracy while providing high real-time performance, and realizes the accuracy and real-time of the inverse kinematics solution of the mechanical arm.
Drawings
FIG. 1 is a RES-SCA algorithm based inverse kinematics real-time analytical solution optimization principle;
FIG. 2 is a simplified geometry of a Barrett WAM seven degree-of-freedom robotic arm;
FIG. 3 is a diagram of analytical solution optimization results based on RES-SCA algorithm;
FIG. 4 is a diagram of the self-movement of the mechanical arm optimized through an analytic solution based on the RES-SCA algorithm.
Detailed Description
The invention is further explained by taking a Barrett WAM seven-degree-of-freedom mechanical arm as an example platform.
Step one, establishing redundant circle redundant angleCorresponding to the end position P of the next mechanical armTool_nextPosture RTool_nextInverse kinematics closed analytic solution of thetanextThe relationship is as follows:
wherein, thetanextIs a seven-dimensional joint angle vector and is,for the functional expression of the closed analytical solution of the inverse kinematics of the mechanical arm, taking a Barrett WAM mechanical arm as an example,the specific contents are as follows:
(a) simplifying the geometric description of Barrett WAM: the Barrett WAM robot arm is a seven degree-of-freedom redundant robot arm with link offset. Its simplified geometry is composed of shoulder joint S with link rod deviationA combination of elbow joints E1, E, E2, and a wrist joint W. Two link offset structure E1E and EE2Is arranged to divide the elbow joint of the WAM into E1、E、E2The three structures are combined. In the case of a fixed wrist joint, the freely intersecting E-point distribution set of the upper arm and forearm with link offset still constitutes a redundant circle. The detailed structure is shown in figure 2.
(b) Solving a redundant circle: the WAM upper and forearm have varied rod lengths in geometry due to link misalignment:
angle of WAM upper arm and forearm to horizontal l:
WAM arm redundant circle dcAnd Rc:
dc=NL1×cos(α1) (12)
Rc=NL1×sin(α1) (13)
Thus, there are redundant circles:
whereinThe redundant angle of the redundant circle is 0-360 degrees. On a redundant circle, each oneCorresponds to a set of inverse kinematics solutions. Normalizing the rotation matrix R according to the wristWZAnd rotating the redundant circle, wherein the final redundant circle is as follows:
CR=Circle×RWZ (15)
(c) calculating a joint angle: inverse solution of the kinematics of the arm at a given position vector PTool=[x,y,z]And a rotation matrix RTool=[TRx,TRy,TRz]When describing the expected hand (or tool) pose of the mechanical arm, the required joint angle theta is given1,θ2,θ3,θ4,θ5,θ6,θ7]. The first four joint angles, i.e. theta1、θ2、θ3And theta4Given the wrist position, the last three θ5、θ6And theta7The joint angle positions the hand (or tool) pose. On the premise that the redundant circle is known, the first four joint angles [ theta ] of the wrist position are required to be located1,θ2,θ3,θ4]The elbow E after the offset of the connecting rod needs to be calculated first1、E2One of the nodes. With E1Node position PE1For example, the following steps are carried out:
ECR=CR/||CR||2 (16)
ENCW=CR×PW/||CR×PW||2 (17)
since the first two joints specify the azimuth angle (θ) of the upper arm from the shoulder joint (base)1) And elevation angle (theta)2) So that the upper arm P can be positionedE1Theta can be determined1And theta2:
The third joint is the torsional degree of freedom of the upper arm
NE1Z=(PE1×EZ)×PE1 (21)
The fourth joint corresponds to the elevation of the forearm (θ) from the elbow4) And, together with the first three joint angles, these four joint angles can ultimately determine the position of the wrist. All possible poses of the WAM inverse kinematics solution problem are described by redundant circles.
However, due to the addition of the link offset, there are two possible solutions for each point on the redundant circle, labeled as the out-of-elbow and in-elbow gestures. Here, only the extraelbow posture is considered, and there are:
the fifth and sixth joints provide an azimuth angle (θ) of the hand tool5) And elevation angle (theta)6). Up to now, the first four joint angles [ theta ]1,θ2,θ3,θ4]Are known. These can be used to obtain a rotation matrixAs follows:
due to the positioning wristThe first four joint angles of the part are known, hence in the wrist PWLocal hand tip coordinates were constructed for the reference:
therefore, there are:
seventh joint angle θ7Providing hand rotation. At the known first six joint angles, i.e. [ theta ]1,θ2,θ3,θ4,θ5,θ6]In the case of (2), the wrist rotation matrix can be directly obtained with reference to the equation (24)Further, the hand rotation joint angle can be obtained:
θ7=arccos(WRx·TRy) (28)
and step two, establishing an analytical solution optimization objective equation. Obtaining all joint angles theta of the current mechanical armcur. With the aim of finding the nearest neighbor joint angle, namely the change minimization between the closed solution set and the previous mechanical arm joint angle, establishing the following objective equation:
step three, initializing RES-SCA algorithm parameters: maximum iteration number T20, population size N10, candidate solution dimension D1, sine and cosine ripple factor (λ)1=1-0、λ2=2π*rand、λ32 × rand and λ 41 × rand, wherein rand is [0,1]]With the followingMachine number), constant ρ is 1. Wherein λ is1Expressed as:
balance factorThe constant δ is 0.1. For candidate solution boundaries (ub, lb), due to the optimal solutionThe corresponding inverse kinematic solution is the nearest solution to the previous inverse solution, and therefore the optimal solutionShould surround the last optimum parameterFront and back 20 degrees (obtained by experiment, the adjacent solution exists in the last optimal solutionFront-to-back 20 °) range expansion search, there is an initialization boundary:
and step four, randomly initializing N candidate solutions according to the candidate solution boundary. For the ith candidate solution xi:
xi=lb+rand*(ub-lb) (32)
Wherein i ∈ {1,2, …, N }, and rand is a random number between [0,1 ].
Step five, solving N candidate solution Fitness values Fitness (x) according to the objective function formula (29) and the combination formula (7)i) And recording the historical optimal value of each candidate solution when the current iteration number t isAnd the value of the global historical optimal candidate solution gbestt。
Step six, updating each candidate solution by using a Rebalance Strategy (RS) and an enhanced search strategy (ES), wherein the specific expression is as follows:
(aa) using an RS strategy, for each iteration, if the current number of iterations t is less than or equal toThe RES-SCA updates the solution candidates according to the following formula:
otherwise, the RES-SCA updates the candidate solution according to the following formula:
(bb) and further using the ES to generate a final update:
where η is T/T, N (0,1) and C (0,1) are gaussian and cauchy random numbers.
And step seven, using the values of the boundary constraint candidate solutions. When the individual exceeds the boundary after updating, the individual is restrained according to the following formula:
xi=(xi<lb)×lb+(xi>ub)×ub (36)
step eight, termination condition: when the iteration process meets the termination condition, namely the iteration times of the algorithm meet the condition T is more than or equal to T, stopping the iterationGenerating and outputting the final optimal solutionAnd its corresponding analytical solution thetanext. Otherwise, repeating the fifth step to the seventh step.
In this example, with the WAM shoulder as the origin of the spatial coordinates, and with the tip fixed in the Z-axis direction, the WAM robot arm is expected to draw a circle with a center of (0m, -0.7m,0.1m) and a radius of 0.25m on a spatial wall perpendicular to the horizontal plane and-0.7 m from the Y-axis direction of the robot arm.
In the example, the results obtained by the RES-SCA algorithm-based inverse kinematics real-time analytic solution optimization method are shown in FIGS. 3 and 4, and the Cartesian space circle drawing task is smoothly and stably completed. To further illustrate the advantages of the present invention, the method of the present invention is compared with the conventional grid search method (GS), the SCA algorithm and its variant CGSCA algorithm. The results in table 1 show that the real-time analytic solution optimization method based on the inverse kinematics of the RES-SCA algorithm provides the fastest solution speed.
TABLE 1 average solution and optimization of the time consuming comparison of pose of each robot arm
The foregoing merely represents preferred embodiments of the invention, which are described in some detail and detail, and therefore should not be construed as limiting the scope of the invention. It should be noted that, for those skilled in the art, various changes, modifications and substitutions can be made without departing from the spirit of the present invention, and these are all within the scope of the present invention. Therefore, the protection scope of the present patent shall be subject to the appended claims.
Claims (1)
1. An inverse kinematics real-time analytic solution optimization method based on RES-SCA algorithm is characterized by comprising the following steps: the method comprises the following steps:
step one, establishing redundant circle redundant angleCorresponding to the end position P of the next mechanical armTool_nextPosture RTool_nextInverse kinematics closed analytic solution of thetanextThe relation is as follows:
wherein, thetanextIs a K-dimensional joint angle vector, K is the degree of freedom of the mechanical arm,performing function expression of a solution for closed analytic solution of the inverse kinematics of the mechanical arm;
step two, establishing an analytic solution optimization objective equation, and obtaining all joint angles theta of the current mechanical armcurAnd establishing the following objective equation by taking the change minimization between the searched nearest neighbor joint angle, namely the closed solution set and the previous mechanical arm joint angle as an objective:
step three, initializing RES-SCA algorithm parameters: maximum iteration number T, population size N, candidate solution dimension D, sine and cosine fluctuation factor lambda1、λ2、λ3And λ4Balance factorCandidate solution boundaries (ub, lb) and constants ρ, δ;
step four, randomly initializing N candidate solutions according to the candidate solution boundary, and regarding the ith candidate solution xiRepresents the ith possible redundancy circle redundancy angle Representing the ith possible redundant circular redundancy angle at the iteration number tWhere i ∈ {1,2, …, N };
step five, solving N candidate solution Fitness values Fitness (x) according to the objective function formula (2) and the combination formula (1)i) And recording the historical optimal value of each candidate solution when the current iteration number t isAnd the value of the global historical optimal candidate solution gbestt;
And step six, updating each candidate solution by using a rebalance strategy RS and an enhanced search strategy ES, wherein the specific expression is as follows:
(a) using the RS strategy, for each iteration, if the current iteration number t is less than or equal toThe RES-SCA updates the candidate solution according to the following formula:
otherwise, the RES-SCA updates the candidate solution according to the following formula:
(b) and further uses the ES to generate the final update:
where η is T/T, N (0,1) and C (0,1) are gaussian and cauchy random numbers;
and seventhly, using the value of the boundary constraint candidate solution, and constraining the individual according to the following formula when the individual exceeds the boundary after updating:
xi=(xi<lb)×lb+(xi>ub)×ub (6)
step eight, termination condition: when the iteration process meets the termination condition, namely the iteration times of the algorithm meet the condition T is more than or equal to T, stopping the iteration and outputting the final optimal solution phi and the corresponding analytic solution thetanextOtherwise, repeating the fifth step to the seventh step.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010553649.1A CN111814269B (en) | 2020-06-17 | 2020-06-17 | RES-SCA algorithm-based inverse kinematics real-time analytical solution optimization method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010553649.1A CN111814269B (en) | 2020-06-17 | 2020-06-17 | RES-SCA algorithm-based inverse kinematics real-time analytical solution optimization method |
Publications (2)
Publication Number | Publication Date |
---|---|
CN111814269A CN111814269A (en) | 2020-10-23 |
CN111814269B true CN111814269B (en) | 2022-06-14 |
Family
ID=72845387
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010553649.1A Active CN111814269B (en) | 2020-06-17 | 2020-06-17 | RES-SCA algorithm-based inverse kinematics real-time analytical solution optimization method |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111814269B (en) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109901397A (en) * | 2019-03-25 | 2019-06-18 | 西北工业大学 | A kind of mechanical arm inverse kinematics method using particle swarm optimization algorithm |
CN111208730A (en) * | 2020-01-08 | 2020-05-29 | 南昌大学 | Rapid terminal sliding mode impedance control algorithm |
CN111283681A (en) * | 2020-02-28 | 2020-06-16 | 东南大学 | Six-degree-of-freedom mechanical arm inverse solution method based on SCAPSO switching |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108932216B (en) * | 2018-06-22 | 2022-06-21 | 上海工程技术大学 | Robot inverse kinematics solving method based on particle swarm optimization algorithm |
-
2020
- 2020-06-17 CN CN202010553649.1A patent/CN111814269B/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109901397A (en) * | 2019-03-25 | 2019-06-18 | 西北工业大学 | A kind of mechanical arm inverse kinematics method using particle swarm optimization algorithm |
CN111208730A (en) * | 2020-01-08 | 2020-05-29 | 南昌大学 | Rapid terminal sliding mode impedance control algorithm |
CN111283681A (en) * | 2020-02-28 | 2020-06-16 | 东南大学 | Six-degree-of-freedom mechanical arm inverse solution method based on SCAPSO switching |
Non-Patent Citations (5)
Title |
---|
Closed-Form Inverse Kinematics for Interventional C-Arm X-Ray Imaging With Six Degrees of Freedom: Modeling and Application;Lejing Wang 等;《IEEE TRANSACTIONS ON MEDICAL IMAGING》;20120126;第31卷(第5期);第1086-1099页 * |
SCA: A Sine Cosine Algorithm for Solving Optimization Problems;Seyedali Mirjalili;《Knowledge-Based Systems》;20160315;第96卷;第120-133页 * |
基于多目标粒子群算法的机器人逆运动学求解方法;刘洋;《现代计算机》;20200405(第10期);第13-17页 * |
基于多种群遗传算法的一般机器人逆运动学求解;林阳 等;《机械工程学报》;20161025;第53卷(第03期);第1-8页 * |
基于禁忌搜索的管道状况集成检测方法;王永雄 等;《模式识别与人工智能》;20130115;第26卷(第01期);第83-89页 * |
Also Published As
Publication number | Publication date |
---|---|
CN111814269A (en) | 2020-10-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107490965B (en) | Multi-constraint trajectory planning method for space free floating mechanical arm | |
Peng et al. | End-effector pose and arm-shape synchronous planning methods of a hyper-redundant manipulator for spacecraft repairing | |
Gong et al. | Analytical inverse kinematics and self-motion application for 7-DOF redundant manipulator | |
CN105988366A (en) | Space robot minimal base disturbance trajectory planning method | |
CN104076685B (en) | A kind of space manipulator paths planning method for reducing pedestal attitude disturbance | |
Joumah et al. | Design optimization of 6-RUS parallel manipulator using hybrid algorithm | |
Peng et al. | A hybrid hand–eye calibration method for multilink cable-driven hyper-redundant manipulators | |
Kanehiro et al. | Efficient reaching motion planning and execution for exploration by humanoid robots | |
Mao et al. | Separable nonlinear least squares algorithm for robust kinematic calibration of serial robots | |
Sadiq et al. | Optimal trajectory planning of 2-DOF robot arm using the integration of PSO based on D* algorithm and cubic polynomial equation | |
Abell et al. | Stably supported rotations of a planar polygon with two frictionless contacts | |
Shi et al. | Research on path planning method of forging handling robot based on combined strategy | |
Huadong et al. | A path planning method of robot arm obstacle avoidance based on dynamic recursive ant colony algorithm | |
CN114131601B (en) | Cartesian trajectory tracking inverse kinematics algorithm for offset wrist 6R industrial manipulator | |
Banga et al. | Modeling and simulation of robotic arm movement using soft computing | |
Zhuang et al. | Obstacle avoidance path planning for apple picking robotic arm incorporating artificial potential field and a* algorithm | |
Banga et al. | Fuzzy-genetic optimal control for robotic systems | |
Son et al. | A convex programming approach to the base placement of a 6-DOF articulated robot with a spherical wrist | |
CN111814269B (en) | RES-SCA algorithm-based inverse kinematics real-time analytical solution optimization method | |
Tan et al. | Controlling robot manipulators using gradient-based recursive neural networks | |
Akli | Trajectory planning for mobile manipulators including Manipulability Percentage Index | |
Li et al. | Inverse kinematics study for intelligent agriculture robot development via differential evolution algorithm | |
Liu et al. | Systematic optimal design procedures for the Gough-Stewart platform used as motion simulators | |
Li et al. | A specialized particle swarm optimization for global path planning of mobile robots | |
Wu et al. | Model-less feedback control for soft manipulators with jacobian adaptation |
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 |