当前位置:首页 > 科学研究 > 科技前沿 > 正文内容

Modeling and Evaluating of the Stewart Platform

RonWang3年前 (2021-01-22)科技前沿695

Abstract

This paper presents an algorithm for solving forward kinematics problem of the Stewart Platform and an application for modeling of the Stewart Platform's motions. The developed application is able to solve forward kinematics problem in given accuracy; to calculate curve of the tool positioned on the mobile platform; tocalculate possible deviation of the tool from a nominal position if lengths of the legs can vary in given range; to detect crossing ofthe legs during motions of the mobile platform. The movements of the Stewart Platform can be specified though explicit laws of motions or trough spline-interpolation based on given nodes. The computational engine of the program is constructed on neweffective methods and algorithms.

Keywords: CAD; CAE; Kinematics; Stewart Platform; Parallel manipulators.

stewart-platform

1. INTRODUCTION

The Stewart Platform mechanism, originally suggested by D.Stewart in [1], is a parallel kinematic structure that can be used as a basis for controlled motion with 6 degrees of freedom (dof), such as manufacturing processes and precise manipulative tasks.The mechanism itself consists of a stationary platform (base platform, the base) and mobile platform that are connected via six legs (struts) mounted on universal joints. The legs have an in-built mechanism that allows changing the length of each individual leg.

The desired position and orientation of the mobile platform is achieved by combining the lengths of the six legs, transforming the six transitional dof into three positional (displacement vector) and three orientational ones (angles of rotation of a rigid body in space). The lengths of the legs cannot, of course, be changed independently, but only in such a fashion that the platform construction allows.

The figure 1 shows general structure of the Stewart Platform.

stewart platform

Figure 1: The Stewart Platform

The advantages of the Stewart Platform are 6 degrees of freedom, as already said, and a split-hair accuracy of mobile platform positioning. This makes the Stewart Platform structures wide usable in robot-building related infrastructures.

For example, such parallel kinematic structure is used in National Advanced Driving Simulator (NADS), see figure 2.

stewart platform

Figure 2: National Advanced Driving Simulator (NADS)

2. PREVIOUS WORKS

A design of the Stewart Platform requires especially CAD systems, since it has very sophisticated geometry and a quality of its modeling defines a quality of final product, cost of its creation and future exploitation.

One of the most celebrated CAE-products, which provide calculation of different kinematic structures, is MSD.Dynamic Designer delivered by MacNeal-Schwendler Corporation (MSC)[2]. This product is for kinematic and dynamic analysis of mechanisms and its 3D motions. A number of systems where the MSD.Dynamic Designer product used in constantly increases and now it includes: Autodesk Mechanical Desktop, AutoCAD/Me-chanical, Autodesk Inventor, SolidWorks, SolidEdge, CATIA, etc.

Listed above software products are able to solve different problems of dynamics. But kinematic problems are mainly reduced to visualization of possible motions and to detection of crossings. It is not a little, but not enough for the Stewart Platform. First of all, it is not enough, because a trajectory of mobile platform is not the only thing needed to be calculated.

Also it is quite useful to know possible deflections from nominal trajectory, which naturally always occurs if lengths of the legs vary in some range (actually real legs never have exactly equal lengths we set)

3. FORWARD KINEMATICS PROBLEM AND SOLUTION ALGORITHM

The forward kinematics problem (the direct position kinematics problem) enjoyed the central status in the research on the Stewart Platform. The problem is to determine the position and orientation of the platform depending on given six leg lengths.

Geometrically, it is equivalent to the problem of placing a rigid body such that six of its given points lie on six given spheres.

The forward kinematics problem can be represented by the following system of kinematic equations:

| t+ R*Pi - bi |2 = Li2, i=1,...,6                   ( 1 )

where  t – the translation vector of platform frame origin; bi H Pi – the joint points on the base and on the platform respectively; R – the orthogonal rotation matrix; Li – given leg lengths between bi and Pi.  The unknowns of this system of six simultaneous equations are three components of the vector t and three rotation angles, which determine the matrix  R.

The solution of equations (1) is quite important, since actually the Stewart Platform is actuated by changing of the leg lengths. This problem has being solved in different ways which are deeply reviewed in [3]. Some methods use platform restructuring in order to solve a simpler case with less number of equations than system (1) has. However, a few problems are still open such as:

not found a way of platform restructuring which gives minimum of unknown quantities in simultaneous equation

when using platform restructuring and decomposition, the existent approaches do not take into account geometry of possible motions in kinematic chains

most if not all of the approaches do not guarantee that the solution will be correctly found, if new position of the platform is quite distant from the previous one

The being presented program uses yet another approach for solving forward kinematics problem. This approach is based on  geometry of the Stewart Platform and uses decomposition scheme  that reduces an origin platform to a platform, which has easier construction (see fig. 3). Such platform is named the zero-order Stewart Platform and has been designed and suggested in [4].
Figure 3
It should be noted that structure of the zero-order Stewart Platform is the same as described in works [11-12], but in [4] the forward kinematics problem for this platform has been solved otherwise.

The main advantage of the zero-order Stewart Platform is that it can be solved in an explicit way using just the following formula:

P2 = b2 + L2* e1 , e1= f ( u1,e21, cosα1 , cosα2, δ1)

P3 = p1 + Lp1p2* e2 ,  e1= f ( u2, e13 , cosβ1 , cosβ2, δ2)         ( 2 )

,where  u2  = ( p2-p1)/Lp1p2  ;    δ1 = sign ( e1*[u1*e21] ) ;   δ2 = sign ( e2*[u2*e13) ; f – Chase's function calculating third ort from two given ones in the following way:

stewart platform

Figure 3: The zero-order Stewart Platform 

Saying "order" here, we mean a number of non-linear closedness  equations in the forward kinematics problem. Since the platform above has no non-linear equations, it is called "zero-order".

Let us detail the approach. The method of the zero-order Stewart Platform is applicable for each platform from 6-N class. For more information on classification, please see [4]. In order to solve forward kinematics problem for some 6-N platform, the method reduces the given platform to zero-order one and solves a sequence of forward kinematics problems for the zero-order platform (note that such problem can be solved in the explicit way).

4. THE STEWART PLATFORM 6-3 SPS

4.1 Restructuring to the zero-order Stewart Platform

Restructuring of the 6-3 SPS platform to zero-order case, we remove (in imagination) the leg  b5p3 and  add fictious leg b5p1

stewart platform

Figure 4: Restructuring of the 6-3 SPS platform

Thus, the length of b5p1 becomes unknown and the length of fictitious leg b5p1 is denoted by x. Using the zero-order Stewart Platform we can find the points p1p3 and p3, which correspond exactly to the lengths L1−L4 , x and L6 A relation of unknown  x and given  L5 is the following equation:

| p3 ( L1,...,L4,x, L6) - b5|2 = L52                               (4)

4.2 Computational solution:

For the purpose of computational solution, expression (4) can be taken in the following way:

F(x) = | p3 ( L1,...,L4,x, L6) - b5|2 - L52  = 0             (5)

The iterative method based on Newton's one has been built to achieve rapid convergence. This method uses analytical calculation of first-order derivative F'( X (k)),  where knumber of iteration. The calculation of first-order derivative expression takes into account geometry of possible instantaneous motions in the zero-order platform which happen when length of  the fictitious leg is being changed. Due to this fact, the forward kinematic problem can be solved as well even if being calculated position is distant from the previous one.

5. THE STEWART PLATFORM 6-6 SPS

5.1 Restructuring to the zero-order Stewart Platform

The 6-6 SPS Stewart Platform is restructured by the following operations:

removing of the leg b2p2 ; addition of fictitious leg b2p1 instead;

removing of the leg b4p4 ; addition of fictitious leg b4p3 instead;

removing of the leg b5p5 ; addition of fictitious leg b5p1 instead;

stewart platform

Figure 5: Restructuring of the 6-6 SPS platform

As result we have the following equations for this platform:

|pi(L1,x2,L3,x4,x5,L6)-bi|2 = Li2, i=2,4,5                         ( 6 )

5.2 Computational solution:

For the purpose of computational solution, expression (4) can be taken in the following way:

Fi ( x2,x4,x5 ) = |pi(L1,x2,L3,x4,x5,L6)-bi|2  - L= 0         ( 7 ) 

where i= 2,4,5

In this case we have to know nine partial derivatives

stewart platform

6. THE APPLICATION

The application has been developed which uses described above method for solving the forward kinematics problem of the Stewart Platform.

The user can design any platform from 6-N class. Firstly, one should create the Stewart Platform and chose its type, position of the base and origin position of the mobile platform.

stewart platform

Figure 6: New Stewart Platform dialog 

Then the user can specify different properties of the Stewart Platform such as:

expressions of mobile platform motions;

properties of the forward kinematic platform algorithm;

properties of calculating possible deviation of the tool from nominal position;

properties of the Stewart Platform appearance on the scene;  

stewart platform

Figure 6: Properties of the Stewart Platform

The movements of the Stewart Platform can be specified though explicit laws of motions or trough spline-interpolation based on given nodes.

stewart platform

Figure 7: Spline-interpolation

When the Stewart Platform motions have been calculated, the application can visualize them on 3D scene.

stewart platform

Figure 7: Main window 

The application is able also to calculate possible deviation of the tool from nominal position if lengths of the legs can vary in given range. To do this the program performs a sequence of statistical experiments varying the lengths of legs and analyzing how such changes influence on a position of the tool based on the mobile platform.

The program can also detect crossing of the legs during motions of the mobile platform.

7. CONCLUSION

The approach for the forward kinematics problem of the Stewart Platform parallel manipulator named method of the zero-order Stewart Platform has been successfully improved, implemented and tested. This method uses effective restructuring of a given Stewart Platform to the zero-order case. Moreover, the method of the zero-order Stewart Platform uses such a number of unknown variables which is one less than suggested in article [8]. An  advantage of this method is also that in problem solving it uses Newton's method instead of searching methods as suggested in papers [11] and [12].

Experiments prove that the suggested algorithm has second order of convergence and is applicable in cases when desired position is quite distant from an previous one.

Using the approach, we have developed an application which is able:

to solve forward kinematics problem in given accuracy;

to calculate curve of the tool positioned on the mobile platform;

to calculate possible deviation of the tool from nominal position if lengths of the legs vary in given range;

to detect crossing of the legs during motions of the mobil platform;

to visual all the operations through friendly user interface using MFC library and OpenGL standard.

8. REFERENCES

[1] Stewart, D.A. – Platform with six degrees of freedom// Proc. Inst. Mech. Engr., Vol.180, Part I, No. 15, 1965/1966, pp. 371-386.

[2] MacNeal-Schwendler Corporation (MSC) – MSC.Dynamic Designer  (http://www.dynamicdesignermotion.com)

[3] Dasgupta B, Mruthyunjaya T.S. – The Stewart platform manipulator: a review// Mechanism and Machine Theory, 35 (1):Jan 2000, pp. 15-40.

[4] Турлапов В.Е. – Решение задач кинематики дляплатформы Стюарта методом группы нулевого порядка //Электрон. ж. "Прикладная геометрия".  Вып.4. 5. МАИ.  

март 2002г. C.23-40. (http://www.mai.ru/~apg/)

[5] McCallion, H., Truong, P.D. The Analysis of a Six-Degree-of-Freedom Workstation for Mechanized Assembly// Proc. of  The Fifth World Congress on Theory of Machines and Mechanisms, Monreal, Canada, jul 8-13 1979, pp.611-616.

[6] Fichter, E.F. A Stewart Platform-Based Manipulator:General Theory and Practical Construction// Int. J. Robot. Res.,1986, Vol. 5, No. 2, pp. 157-182

[7] Griffis, M., Duffi, J. A Forward Displacement Analysis of a Class of Stewart Platform// J. of Robotic Systems, Vol. 6, No. 6,1989, pp. 703-720

[8]  Innocenti C., Parenti-Castelli V. Forward kinematics of the general 6-6 fully parallel mechanism – an exhaustive numerical approach via a mono-dimensional-search algorithm//Journal of Mechanical Design. 115 (4): dec 1993, pp. 932-937

[9] Hunt, K.J. Structural Kinematics of In-Parallel-Actuated Robot-Arms// ASME Journal of Mechanisms, Transmissions and Automation in Design, Vol. 105, 1983, pp. 705-712

[10] Турлапов В.Е. Явные решения задачи о положениях на классе одноконтурных групп пространственных рычажных механизмов// Проблемы машиностроения и надежностимашин. 1997. 3. С.87-96

[11] Глазунов В.А.,  Колискор А.Ш., Чернов В.Ф.  и др.  Крешению прямой задачи о положениях L-координатныхмеханизмов // Проблемы машиностроения и надежностимашин. 1991. 2. С.100-105.

[12] Глазунов В.А., Колискор А.Ш., Крайнев А.Ф.Пространственные механизмы параллельной структуры. –М.:Наука, 1991. 96с.

About the authors

Alexander V. Korobeynikov, Vadim E. Turlapov Department of Computational Mathematics and Cybernetics,

Nizhny Novgorod State University after N.I.Lobachevski,Nizhny Novgorod, Russia korob@hotbox.ru, vadim.turlapov@cs.vmk.unn.ru

Vadim E. Turlapov – Doctor of Technical Science, professor of Nizhny Novgorod State University after N.I.Lobachevski, Nizhny Novgorod, Russia.

E-mail: vadim.turlapov@cs.vmk.unn.ru  

Alexander V. Korobeynikov – student of Nizhny Novgorod State University after N.I.Lobachevski, Nizhny Novgorod, Russia.

E-mail: korob@hotbox.ru  

International Conference Graphicon 2005, Novosibirsk Akademgorodok, Russia, http://www.graphicon.ru/

版权声明:本文为原创文章,版权归donstudio所有,欢迎分享本文,转载请保留出处!

本文链接:http://www.donstudio.cn/?id=108

相关文章

从塑料到特氟龙材料-密封行业的革命

从塑料到特氟龙材料-密封行业的革命

The Revolution from Plastic to Teflon SealsThe term “plastics” is generic way of describing a synthe...

电动汽车能源管理系统算法

电动汽车能源管理系统算法

本文介绍了混合能源电动汽车能源管理系统的算法设计和应用,以及系统的运行、关键状态和运行过程。概述了混合动力电动汽车能源管理系统的现状,下一章讨论了数学方法分析了混合能源系统的充放电过程。并使用MATL...

奔驰工厂的项目改造 - 威士乐技术创新

奔驰工厂的项目改造 - 威士乐技术创新

北京奔驰2021年奔驰C大换代,在北京奔驰的发动机生产线也对新C的生产进行了生产线的改造和调整,在原M270和M276的基础上增加了新M254四缸发动机,M254发动机生产线的技术改造项目总投资20....

冬奥背后的故事 - 威士乐技术创新

冬奥背后的故事 - 威士乐技术创新

技术创新之小工具大保障2022年3月3日北京冬奥会残奥会结束,本次2022年在北京举办的冬奥已经圆满落幕,作为一个新能源从业人员,除了欣赏赛场上运动员的精彩表演之外,赛场下的风景也是我关注的重点。不同...

液压与气动 2019,Volume 0, Issue 09

液压与气动 2019,Volume 0, Issue 09

《液压与气动》创刊于1977年,属技术类学术期刊,是由中国机械工业联合会主管,中国机械工程学会与北京机械工业自动化研究所联合主办,《液压与气动》编辑部出版的中文核心期刊,主要栏目包含专题、研究·设计、...

中国机械工程 2019, Volume 30, Issue 16

中国机械工程 2019, Volume 30, Issue 16

《中国机械工程》是中国机械工程学会会刊,是我国机械工程领域有重要影响力的学术期刊。本刊目前被EI Compendex、Scopus、俄罗斯《文摘杂志》(AJ)、美国《剑桥科学文摘》(CSA)、日本科学...