Abstract
The forward kinematics of the Stewart–Gough platform is vital for high-precision positioning and sensing in six degrees of freedom. In this paper, the solving of forward kinematics is converted to searching for the best posture corresponding to the input outrigger length vectors by inverse kinematic calculation. The simulated annealing (SA) process is embedded into particle swarm optimization (PSO) to improve the convergence speed and overcome the local convergence. The proposed SA–PSO algorithm not only accelerates the convergence speed but also improves the reliability and success rate. After the optimization of algorithm parameters, the success rate of the SA–PSO for random outrigger length vector input is steadily above 99.9% while the results of PSO is between 93% and 100%. In the workspace simulation, the average iteration number of the proposed algorithm is reduced from 146.6 to 122.7, meanwhile, the success rate of SA–PSO is 99.992%, much higher than the 93.805% of PSO. Compared with the traditional Newton–Raphson method, the SA–PSO method has a higher success rate and is less time consuming. Finally, a physical experiment is conducted on a six-degree-of-freedom platform, revealing that the given algorithm is reliable and accurate.
1. Introduction
Since its invention by Gough and Stewart [1], the six-degrees-of-freedom (six DOF) parallel platform has rapidly become popular because of its high stiffness, accuracy, and strong bearing capacity. Nowadays, the Stewart–Gough platform (SGP) is widely applied to motion simulation, optical precision machining, intelligent medical treatment, aerospace positioning, and space measurement. The forward kinematic problem (FKP) of the platform refers to predicting the posture in six degrees of freedom by the length of the six outriggers. The FKP is of great significance for posture detection, SGP calibrating, and high-precision positioning. However, the FKP mathematically means multivariate higher-order nonlinear equations, from which it is a big challenge to ascertain the unique solution.
In order to obtain the high-precision forward solution and improve real-time applications, researchers have put forward many ideas. B. Mourrain and P. Dietmaier found 40 forward solutions by algebraic method [2,3]. M. Raghavan et al. analyzed the polynomial solution of forward kinematics for the different parallel platform [4,5]. Tae-Yong Lee et al. applied the algebraic method to choose one out of all possible postures [6,7]. A. Nag et al. proposed a kind of generic geometric–algebraic framework for FKP [8]. These above algebraic methods analyze the FKP as a math problem, which cannot be applied in engineering, therefore, numerical methods have attracted the attention of researchers. The Newton–Raphson (NR) method is popular for seeking the solutions of nonlinear equations because of its simplicity and fast convergence. Watkins and Chi fu Yang put forward a global NR method to avoid the divergence caused by the selection of initial value [9,10]. However, the NR method requires calculation of the Jacobi matrix or Hessian matrix, which may not exist in some situations, and the calculation of partial derivatives is not conducive to real-time application. Kilryong Han et al. analyzed the number of extra sensors for the FKP of different SGP configurations [11]. Vincenzo Parenti-Castelli et al. made use of two extra rotary sensors to help achieve the solution, and their method could reduce the computational burden [12]. By optimizing the sensor installation position, Yu-Jen Chiu and Ming-Hwei Perng proposed a method based on three redundant sensors, and this method is insensitive to the sensor position deviation and measurement error [13]. By adding additional sensors, the calculation can be simplified. However, the measurement system will increase the costs and the measurement error introduced is also a big challenge. With the improvement of computing power, many intelligent methods have been applied to the calculation of robot kinematics. Pratik J. Parikh, Sarah S. Lam and Choon seng Yee both trained a neural network to replace tedious kinematic calculation [14,15]. Zhelong Wang et al. analyzed the SGP by using the principal component analysis [16]. In this way, the FKP was converted to a two-dimensional nonlinear minimization problem. Antonio Morell et al. developed a popular machine learning method—support vector machines—for classification and regression, and they finally built a solution model for the FKP [17]. However, these intelligent algorithms require a large number of prior data, which are not scalable and are inconvenient to apply to practical engineering.
In this paper, two vector spaces are built: one is composed of all possible length vectors, which is called space L, and the other, named space Q, is filled with posture vectors. The FKP now is regarded as mapping space L to space Q through the complex nonlinear relationship. Considering efficiency and accuracy, the PSO method combined with the SA process is raised to find the target posture from space Q. In Section 2, the geometric structure and kinematics of SGP are analyzed in detail. Section 3 redefines the FKP problem from the perspective of spatial mapping, and the SA–PSO method is introduced to deal with it. The comparative simulation experiments including repetitive, continuous trajectory, and workspace random tests are carried out in Section 4, which verify that the proposed SA–PSO method performs better than standard PSO and NR method. The SA–PSO method is also validated by physical verification in Section 4, and the results of experiment show the effectiveness and reliability of the given method. Section 5 is the conclusion.
2. Kinematics Analysis
2.1. Configuration and Coordinate System of SGP
According to different connection modes of upper and lower hinge points, the configuration of SGP can be divided into 6-6 (six upper jungles and six lower jungles), 6-3 (six upper jungles and three lower jungles), and 3-3 (three upper jungles and three lower jungles). In this paper, the classical structure of the 6-6 form is used as the research object. It is worth mentioned that the idea proposed in this paper is also applicable to other configurations of parallel platforms. As shown in Figure 1a, 6-6 SGP consists of top platform A, base platform B, and six actuator outriggers which are respectively linked to the top and base platforms by twelve upper and lower hinges.
Figure 1.
Simplified structure and vector geometry diagram of the SGP. (a) Main components of SGP. (b) Kinematic vector diagram of single outrigger.
Given a moving coordinate system , is the center of the top plate, is the center of top hinge i (Figure 1b). The global coordinate system describes the base plate, is the center of the base plate, is the center of the base hinge i. The posture of the top plate is composed of position vector and rotation vector . The points described in the moving coordinate can be transformed to the global coordinate by rotation operator and translation operator .
2.2. Inverse Kinematic Analysis
With the posture of the moving plate, the length vector of the six outriggers can be calculated = , so the vector relationship of outriggers can be described as follows:
Which is:
where:
R is z-y-x Euler transformation matrix, is the position vector of the top platform
Let:
So, the length of the six outriggers is
(3) is the inverse kinematic solution formula of outrigger length. Obviously, it is easy and fast for computer to calculate the length of six outriggers corresponding to the given posture by solving (3).
2.3. Forward Kinematic Problem
In practical terms, it is hard to directly measure the motion posture of the moving platform in six degrees of freedom. Therefore, an efficient and high-accuracy forward solution algorithm is of great significance for the real-time estimation and detection of motion platform posture, which is critical for high precision positioning.
Contrary to the inverse kinematic problem, the forward kinematics focuses on finding the unknown posture from the given six leg length . The multivariate nonlinear equations which describe the forward kinematics are as follows.
i = 1, 2, 3 … 6
These six multivariate nonlinear equations describe the forward kinematics of the SGP and the posture can be gotten by solving them which is also a complex problem.
2.4. Newton–Raphson Method for FKP
The Newton–Raphson method is a traditional numerical method to solve multivariate nonlinear equations. It turns the nonlinear equations to linear equations through Taylor formula expansion, and gradually gains on the solution of the equations through continuous iteration of approximate solutions. The Jacobian matrix of nonlinear equations is
When is reversible, te root formula is:
The steps of Newton–Raphson method to numerically solve the nonlinear equations are as follows:
- (1)
- Set the initial value , maximum iterations N, and the target accuracy . Set k = 0.
- (2)
- Solve .
- (3)
- If , stop the iteration, or set .
- (4)
- If k = N, stop the iteration, or set k = k + 1, turn to (2).
An important condition of using Newton–Raphson method is that the Jacobian matrix of nonlinear equations at the operating point exists and the matrix shall be nonsingular. Moreover, the computation of the Jacobian matrix and its inverse is complex. This method’s convergences rely on the selection of initial values, while the inappropriate selection of initial values will make the solving progress difficult to converge.
3. SA–PSO Method for FKP
Through the above analysis, it can be concluded that the FKP problem of SGP is much more complex than the IKP. Because of the complexity of the nonlinear equations, it is hard to attain the unique forward solution by the math analytical method. To make it easy to understand, space Q and space L are separated for the IKP and FKP (Figure 2). We can rethink this question in another way: it is easy to determine whether a posture is an accurate solution of (5). The FKP problem can be remodeled as finding a suitable way to conveniently find a posture in the workspace to satisfy (5). Then, the problem of solving nonlinear equations has become a problem of searching for an optimal solution.
Figure 2.
Space Q and L are linked by IK( ) and FK( ).
3.1. Particle Swarm Optimization
The problem is how to find the right in an efficient way since there are endless vectors in space Q. PSO is a heuristic evolutionary calculation method, derived from the study of bird predation behavior [18]. The main idea of PSO is to search for the optimal solution through cooperation and information sharing among the group.
In PSO, each particle represents a solution to the target problem with two important attributes: velocity and position . Each particle searches for the optimal solution separately in the target space and it marks its position as the extreme of the current individual. The optimal solution of the whole generation of PSO is picked from the individual extremums. In the k + 1th iteration, the position and velocity of particle i is updated by:
where: is inertia coefficient, the larger the ω, the better the global search performance; are learning factors. is a random number range from 0 to 1. is the best value of particle i in the kth iteration while is the global best value in the kth iteration.
3.2. Improvement by Simulated Annealing Process
One shortcoming of PSO is that particles may appear premature, then the algorithm traps them into the local optimum. The result of local optimum is that the algorithm cannot find the optimal solution meeting the accuracy requirements. The SA algorithm is derived from the principle of solid annealing and has the ability to jump out of the local optimal trap [19]. The main idea of the SA is that the optimization problem is simulated by a thermodynamic system, the energy of the system is regarded as the objective function of the optimization problem, and the optimization process is simulated by the annealing process of gradually cooling the system to reach the lowest energy state. The SA algorithm has the ability of probability jump in the search process, and can effectively avoid the search process trapping into a local minimum. It has been proven theoretically that the SA algorithm converges to the global optimal solution with a probability of 1 under certain conditions [20].
To avoid the local optimum, the SA algorithm is integrated into the selection of of PSO to improve the ability to jump out of the local minimum. For the proposed SA–PSO method, is individual optimum of particle in the iteration, and it is updated by:
While:
The individual optimum is allowed to receive the non-minimum by a probability of ,which makes the particles search the SA neighborhood. This kind of SA randomness can jump out of the local minimum. The important factor conforms to Boltzmann distribution and it is calculated by:
While:
The initial temperature depends on the complexity of the problem. Here, we calculated it with the fitness of the initial population: . is the maximum difference in the fitness. As is shown in Figure 3, the SA searching increased the randomness and received non-optimal individual optimum. In this way, the SA neighborhood searching can help the PSO algorithm jump out of the local optimum.
Figure 3.
The searching progress comparison of PSO and SA–PSO.
3.3. Fitness Function for the FKP Problem of SA–PSO
Considering the one-to-one correspondence between each vector in space Q and space L, the indicator is set as the Euclidean distance of the difference vector between and (is the length vector of q which is found by SA–PSO, is the given length vector), while (10) describes the indicator. When the indicator meets the accuracy requirements, the solution is considered to be generally obtained. More importantly, the Euclidean distance fitness can be regarded as a sign of the success of optimization.
where:
Notes: is the inverse kinematic function.
3.4. SA–PSO Algorithm
The SA–PSO algorithm is introduced by the following Algorithm 1. The difference between the standard PSO and SA–PSO is the selection of the individual optimum.
| Algorithm 1: Simulated Annealing Particle Swarm Optimization (SA–PSO) for FKP. |
| Input: Length of outriggers , Accuracy , PSO parameters: (Population size , Dimension , Learning factors , Maximum number of iterations , Weight limit , Position limit , Velocity limit ), Boltzmann constant . |
| Output: Predicted posture . |
| 1: For each particle |
| 2: Initialize the position the velocity with the permissible range |
| 3: End for |
| 4: For each particle i |
| 5: Calculate the fitness value |
| 6: Initialize the individual optimum and fitness |
| 7: End for |
| 8: Initialize the global optimum ) |
| 9: Iteration |
| 10: Do |
| 11: Calculate the weight by |
| 12: For each particle i |
| 13: Calculate velocity |
| 14: Update particle position |
| 15: Calculate the fitness |
| 16: End for |
| 17: For each particle i |
| 18: Find the individual best optimum and update the |
| 19: End for |
| 20: Update the global optimum of iteration : |
| 21: ) |
| 22: Annealing: |
| 23: |
| 24: While the or |
| 25: Output: the predicted posture is |
4. Simulation and Physical Experiments
The distribution of platform hinge points is shown in Figure 4, the origin of the moving coordinate system is located at the center of the upper surface of the top platform, and the origin of the global coordinate system is located at the center of the circle where the center point of the lower hinge is. Due to the symmetry of the SGP structure, the following parameters are enough to define the platform: radius and of top and base circumscribed circle of hinge point, the angle between adjacent hinge points and and distance , from upper and lower hinge points to the top platform surface. The SGP can be uniquely determined by the above six parameters. The parameters of the top and base platform for simulation are set as follows:
Figure 4.
The geometry and parameters of the SGP. (a) The vertical view of the platform. (b) The main view of the platform.
Table 1 shows the coordinates of the hinge points, while the top coordinates are based on the moving coordinate system, and the base coordinates are described in the global coordinate system.
Table 1.
The coordinates of the SGP hinge points for simulation (unit: centimeter).
With the points in Table 1, the initial outrigger length is calculate by IK function.
4.1. Optimiazation of SA–PSO Parameters
On the premise of ensuring the success rate, the parameters of SA–PSO algorithm are optimized to reduce the solution time [21]. A set of relatively optimal parameters in Table 2 are obtained. It should be mentioned that all the simulation experiments in the following are carried out in the MATLAB R2021b and the computer CPU is Ryzen 7-5800H.
Table 2.
SA–PSO parameters after optimization.
The PSO parameters are almost the same as SAPSO method without the annealing progress. Considering the convergence speed and accuracy, the weight value decreases with iteration from 0.42 to 0.1. The range of workspace decides the position range, and the range of particles are usually 10% of the position range. The most important parameters are maximum of iterations and the size of population. The optimal parameters are found one by one.
4.2. Feasibility Simulation of SAPSO
The feasibility simulation experiment is designed as follows:
- (1)
- Given the posture value of the top platform. (To be solved)
- (2)
- Calculate the length vector of the six outriggers corresponding to by IK function. (Input)
- (3)
- Send to the SA–PSO algorithm, find the optimal solution (solving).
The SA–PSO algorithm parameters for FKP are set as Table 2. The target posture is q1 = 0.1208 m, q2 = 0.1009 m, q3 = 0.0817 m, q4 = 0.1824 rad, q5 = 0.0634 rad, q6 = 0.1504 rad.
While the corresponding is calculated by
l1 = 0.3581 m, l2 = 0.3202 m, l3 = 0.3643 m, l4 = 0.3394 m, l5 = 0.2358 m, l6 = 0.4126 m. The value of six dimensions is obtained by the SA–PSO algorithm, and the convergence of each dimension is shown in Figure 5. When the iteration reaches 113 times, the target accuracy is almost achieved. Table 3 gives the final error of each dimension of the posture and the error of each dimension finally converges to the corresponding accuracy.
Figure 5.
Convergence of Six–DOF and fitness by SA–PSO method. (a) Posture convergence progress with iteration. (b) Fitness convergence with iteration.
Table 3.
Error of each dimension by SA–PSO.
The dimension error is a little larger than the Euclidean distance fitness accuracy , which is based on the structure of SGP. The following simulation is to analyze the relationship between fitness accuracy and iterations. Run the proposed SA–PSO algorithm 10,000 times, count average iterations and record the running time of each solving for different accuracy. It can be seen from Table 4, in order to achieve higher dimension accuracy, the fitness accuracy will be higher, which means the iteration time will increase.
Table 4.
Average iterations and time for different accuracy.
4.3. Reliability Simulation
The above analysis and experiments prove the feasibility of the SA–PSO algorithm in the FKP problem of SGP. However, in practical application, the algorithm must have both high precision and low computing time. Moreover, the robustness of the algorithm is also vital. The six DOF postures of SGP change continuously, the proposed SA–PSO algorithm must adapt to it.
4.3.1. Success Rate Comparison
To verify the repeatability and compare the success rate of the PSO and SA–PSO method, six groups of repeated simulation experiments are designed as follows. The target postures are randomly generated in the reachable workspace, and each group carries out the FKP solving 10,000 times. The accuracy is set as .
By the comparison of PSO and SA–PSO, as is shown in Table 5, the addition of simulated annealing steps improves the success rate of the FKP solving, while reducing the number of iterations and accelerating the convergence of the algorithm. For the accuracy, the performance of the SA–PSO algorithm is much more stable with a success rate above 99.90%, while the average iterations are less than 120. While the standard PSO method has a lower convergence speed with no less than 140 iterations, and it has a lower and unstable success rate. For random input of values, the SA–PSO method has better robustness than the PSO method.
Table 5.
The average number of iterations and success rate.
4.3.2. Continuous Motion Trajectory Simulation
Continuous motion trajectory is set to test the robustness of PSO and SA–PSO. As shown in Table 6, the complex motion of SGP is composed of six sets of postures and each set is a single degree of the motion. Two seconds are cut out and the sampling rate is 1 kHz. Then two thousand posture points are solved into two thousand length vectors by inverse kinematic function, then the vector series are passed to the algorithms. Figure 6 shows the six degrees motion and the moving trajectory of six outriggers.
Table 6.
The six-dimensional trajectory.
Figure 6.
Continuous motion of the platform. (a) Motion of six degrees. (b) Length of six outriggers.
Figure 7 shows the simulation results of PSO and SA–PSO algorithm, both of them achieve the given accuracy in continuous posture motion. While the progress of each time solving is described by Figure 8 and Table 7. The proposed SA–PSO algorithm has fewer average iterations and smaller standard deviation than the PSO algorithm which verifies that the former has higher efficiency and better stability than the latter.
Figure 7.
The fitness for the continuous trajectory. (a) Fitness of PSO. (b) Fitness of SA–PSO.
Figure 8.
The histogram of iterations for the continuous trajectory. (a) Iterations of PSO. (b) Iterations of SA–PSO.
Table 7.
The comparison between PSO and SA–PSO in iterations.
4.3.3. Whole Workspace Randomly Simulation
In this section, 100,000 postures are generated randomly and evenly in workspace . Find the corresponding outriggers length space by , pass to the two algorithms, and find the solving results. Figure 9 illustrates the comparison between PSO and SA–PSO. The success rate of SA–PSO is 99.992% with only eight group points trapped into the local convergence. However, the PSO method only reaches 93.805% with 6195 groups error solving. The average iterations are 122.7256 versus 146.6126, and the SA–PSO algorithm shows its fast convergence speed than PSO. The success rate and iterations verify the robustness and feasibility of the proposed algorithm in the whole workspace.

Figure 9.
The fitness results and the iterations of the whole workspace postures. (a) Fitness of PSO soling results for workspace sampling. (b) Histogram of PSO iterations. (c) Fitness of SA–PSO solving results for workspace sampling. (d) Histogram of SA–PSO iterations.
4.4. Comparison between NR Method and SAPSO
In this section, we compare the success rate and the time consuming between the NR method and the SA–PSO algorithm. Five groups of experiments are designed. Each group solves 1000 randomly generated L points. The target accuracy is set as . The solving results are illustrated in Table 8.
Table 8.
The random comparison experiments between NR and SA–PSO.
The NR method fails in some points when the initial value is set as [0 0 0 0 0 0], which may be not proper for these points. When the iteration of NR method is active, it no longer converges. However, because of the randomness introduced to the optimization progress, the SAPSO can work well in these points. Moreover, the SA–PSO method is more efficient than NR method with the operation time less than 40 milliseconds, almost 10% of the NR method.
4.5. Physical Verification Experiments
To demonstrate the applicability of the SA–PSO method, experiments are carried on the Stewart–Gough platform H-850 with six laser displacement sensors calculating the length change of six outriggers. The experimental platform is shown in Figure 10. The measurement accuracy of the laser displacement sensor is , and its measuring range is . The hexapod platform can be controlled by a moving signal from the controller, and the parameters of it are illustrated in Table 9.
Figure 10.
The experimental platform to verify the SA–PSO forward solution.
Table 9.
The coordinates of the joints of the Stewart–Gough platform H-850.
Let the H-850 Stewart–Gough platform move in a single degree of freedom, record the reading of the laser displacement sensor, pass it to the SA–PSO forward kinematic algorithm, and finally compare the errors between the algorithm results and the given motion postures of the platform.
The experimental results show that the SA–PSO algorithm can accurately calculate the corresponding platform posture value through the input outrigger length. In Figure 11, the errors between the solution results and the given posture of the controller are no more than. The main sources of these errors are as follows: 1, the measurement error of the laser displacement sensor; and 2, the positioning error of the platform itself. The measurement accuracy of the laser displacement sensor is not more than 10 , and the structure error caused by the installation will also reduce the accuracy of outrigger rod length measurement. There will be a small positioning deviation when the platform moves. In the future, precise optical means can be used to calibrate the attitude of the platform. Based on the efficiency of the SA–PSO algorithm in forward kinematics, we will next consider applying the algorithm to the model calibration of the SGP structure.
Figure 11.
The SA–PSO results and the error for the experiments. (a) X rotation results and errors. (b) X translation results and errors. (c) Y rotation results and errors. (d) Y translation results and errors. (e) Z rotation results and errors. (f) Z translation results and errors.
5. Conclusions
Forward kinematic solution is meaningful and vital for the building and analysis of the Stewart–Gough platform. In this paper, the link between the length of six outriggers and posture in six dimensions is built by the proposed optimum algorithm. Through the calculation of the inverse kinematic solution and optimum of the input posture, the result gradually converges to the target solution. To overcome the disadvantage of the standard PSO method, a simulated annealing method is applied to the PSO method to help the algorithm remove the local optimum. The feasibility simulation shows that the SA–PSO is a good method for solving the forward kinematics. Based on this, a group of simulations with different accuracy levels is carried out. And the results indicate the method works well for high accuracy with more iterations. Also, the improved algorithm performs better than the standard PSO method in repetitive simulation experiments with higher success rate and faster convergence speed. The continuous trajectory simulation and the workspace random simulation further verify the better reliability and the superior robustness of the proposed algorithm. As for the convergence dilemma of NR method in some special points, the SA–PSO method performs better than the traditional numerical algorithm in success rate and real-time application, that means it is a powerful complement to traditional algorithms. Finally, a physical platform is built to test the proposed SA–PSO method. It is concluded that for the Stewart–Gough platform, the accurate prediction of posture is based on the precise model of the structure, efficient forward kinematic solving, and high precision measurement of six outriggers. Furthermore, it is significative to study the application of this algorithm in platform design, assembly, parameter calibration and motion control in the future.
Author Contributions
Conceptualization, Z.Y.; methodology, Z.Y.; software, Z.Y.; validation, Z.Y. and R.Q.; formal analysis, Z.Y. and R.Q.; investigation, Z.Y. and R.Q.; resources, Y.L.; data curation, Z.Y. and R.Q.; writing—original draft preparation, Z.Y.; writing—review and editing, Y.L.; visualization, Z.Y.; supervision, Y.L.; project administration, Y.L.; funding acquisition, Y.L. All authors have read and agreed to the published version of the manuscript.
Funding
This research was funded by Major Program of National Natural Science Foundation of China, grant number 42192582, and National Key R&D Program of China, grand number 2016YFB0500400.
Institutional Review Board Statement
Not applicable.
Conflicts of Interest
The authors declare no conflict of interest.
References
- Stewart, D. A Platform with Six Degrees of Freedom. In Proceedings of the Institution of Mechanical Engineers, London, UK, 1 June 1965; Volume 180, pp. 371–386. [Google Scholar]
- Mourrain, B. The 40 “generic” positions of a parallel robot. In Proceedings of the 1993 International Symposium on Symbolic and Algebraic Computation, Kiev, Ukraine, 6–8 July 1993; pp. 173–182. [Google Scholar] [CrossRef]
- Dietmaier, P. The Stewart-Gough Platform of General Geometry can have 40 Real Postures. In Advances in Robot Kinematics: Analysis and Control; Springer: Dordrecht, The Netherlands, 1998; pp. 7–16. [Google Scholar] [CrossRef]
- Raghavan, M.; Roth, B. Solving Polynomial Systems for the Kinematic Analysis and Synthesis of Mechanisms and Robot Manipulators. J. Mech. Des. 1995, 117, 71–79. [Google Scholar] [CrossRef]
- Husty, M. An algorithm for solving the direct kinematics of general Stewart-Gough platforms. Mech. Mach. Theory 1996, 31, 365–379. [Google Scholar] [CrossRef]
- Lee, T.-Y.; Shim, J.-K. Forward kinematics of the general 6–6 Stewart platform using algebraic elimination. Mech. Mach. Theory 2001, 36, 1073–1085. [Google Scholar] [CrossRef]
- Lee, T.-Y.; Shim, J.-K. Improved dialytic elimination algorithm for the forward kinematics of the general Stewart–Gough platform. Mech. Mach. Theory 2003, 38, 563–577. [Google Scholar] [CrossRef]
- Nag, A.; Safar, V.; Bandyopadhyay, S. A uniform geometric-algebraic framework for the forward kinematic analysis of 6-6 Stewart platform manipulators of various architectures and other related 6-6 spatial manipulators. Mech. Mach. Theory 2020, 155, 104090. [Google Scholar] [CrossRef]
- Kelley, C.T. Solving Nonlinear Equations with Newton’s Method; Society for Industrial and Applied Mathematics: Philadelphia, PA, USA, 2003. [Google Scholar]
- Yang, C.-F.; Zheng, S.-T.; Jin, J.; Zhu, S.-B.; Han, J.-W. Forward kinematics analysis of parallel manipulator using modified global Newton-Raphson method. J. Cent. South Univ. Technol. 2010, 17, 1264–1270. [Google Scholar] [CrossRef]
- Han, K.; Chung, W.; Youm, Y. New Resolution Scheme of the Forward Kinematics of Parallel Manipulators Using Extra Sensors. J. Mech. Des. 1996, 118, 214–219. [Google Scholar] [CrossRef]
- Parenti-Castelli, V.; Di Gregorio, R. A New Algorithm Based on Two Extra-Sensors for Real-Time Computation of the Actual Configuration of the Generalized Stewart-Gough Manipulator. J. Mech. Des. 1999, 122, 294–298. [Google Scholar] [CrossRef]
- Chiu, Y.-J.; Perng, M.-H. Forward Kinematics of a General Fully Parallel Manipulator with Auxiliary Sensors. Int. J. Robot. Res. 2001, 20, 401–414. [Google Scholar] [CrossRef]
- Parikh, P.J.; Lam, S.S. Solving the forward kinematics problem in parallel manipulators using an iterative artificial neural network strategy. Int. J. Adv. Manuf. Technol. 2008, 40, 595–606. [Google Scholar] [CrossRef]
- Yee, C.S.; Lim, K.-B. Forward kinematics solution of Stewart platform using neural networks. Neurocomputing 1997, 16, 333–349. [Google Scholar] [CrossRef]
- Wang, Z.; He, J.; Shang, H.; Gu, H. Forward kinematics analysis of a six-DOF Stewart platform using PCA and NM algorithm. Ind. Robot. Int. J. Robot. Res. Appl. 2009, 36, 448–460. [Google Scholar] [CrossRef] [Green Version]
- Morell, A.; Tarokh, M.; Acosta, L. Solving the forward kinematics problem in parallel robots using Support Vector Regression. Eng. Appl. Artif. Intell. 2013, 26, 1698–1706. [Google Scholar] [CrossRef]
- Eberhart, R.; Kennedy, J. A new optimizer using particle swarm theory. In Proceedings of the Sixth International Symposium on Micro Machine and Human Science, Nagoya, Japan, 4–6 October 1995; pp. 39–43. [Google Scholar] [CrossRef]
- Van Laarhoven, P.J.M.; Aarts, E.H.L. Simulated annealing. In Simulated Annealing: Theory and Applications; Springer: Berlin/Heidelberg, Germany, 1987; pp. 7–15. [Google Scholar]
- Rutenbar, R. Simulated annealing algorithms: An overview. IEEE Circuits Dev. Mag. 1989, 5, 19–26. [Google Scholar] [CrossRef]
- Shieh, H.-L.; Kuo, C.-C.; Chiang, C.-M. Modified particle swarm optimization algorithm with simulated annealing behavior and its numerical verification. Appl. Math. Comput. 2011, 218, 4365–4383. [Google Scholar] [CrossRef]
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations. |
© 2022 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).