首页    期刊浏览 2024年11月28日 星期四
登录注册

文章基本信息

  • 标题:Development and Fuzzy Sliding Mode Compensation Control of a Power Assist Lower Extremity Exoskeleton.
  • 作者:Lu, Xinliang ; Du, Fengpo ; Wang, Xingsong
  • 期刊名称:Mechanika
  • 印刷版ISSN:1392-1207
  • 出版年度:2018
  • 期号:January
  • 出版社:Kauno Technologijos Universitetas

Development and Fuzzy Sliding Mode Compensation Control of a Power Assist Lower Extremity Exoskeleton.


Lu, Xinliang ; Du, Fengpo ; Wang, Xingsong 等


1. Introduction

An exoskeleton is an electromechanical device which can be worn by users for power augmentation or rehabilitation and can walk in concert with the operator's locomotion [1]. It have extensive applications in civil and military field, including rehabilitation training for the patients, helping the elderly or the disabled one to walk without feeling any weakness, assisting the operator to lift more payloads (e.g. ammunition) in military field. Due to a broad prospect in application, it has attracted a lot of researchers' attention in the community of robotics around the world.

Berkeley lower extremity exoskeleton (BLEEX) which is used to augment human strength and endurance during locomotion was developed in University of California, Berkeley. BLEEX utilized hydraulic driving mode and linear hydraulic actuators were employed to drive each joint. The sensitivity amplification controller was employed to control BLEEX and this control method heavily depends on accurate dynamics of BLEEX, which is stable under specific operating conditions [2-4]. HAL (Hybrid Assistive Leg) was developed at University of Tsukuba in Japan. It can increase wearer's joint torque directly to lift heavy loads. It utilizes DC to drive each joint and uses a lot of sensors to acquire the motion intention of operator [5-6]. XOS2 which is developed by Raytheon is a whole body power assist exoskeleton and is considered as the most successful load-carrying exoskeleton around the world. Furthermore, exoskeletons which were reported publicly include HERCULE, HULC, Locomat [7-8].

PID is widely used in industrial control and robot control. In some cases, PID algorithm cannot achieve satisfactory results due to its bad adaptability to external environment [9]. So many researchers proposed different robust control algorithms to solve this problem, e.g. adaptive control, variable structure, fuzzy control. Another approach is to combine these advanced control algorithm and PID control algorithm. Then, some improved PID control algorithm emerged, for example, adaptive PID, fuzzy PID, or other intelligent PID control algorithms. Some exoskeletons adopted improved PID algorithm, e.g. the upper exoskeleton PERCRO L-Exos used slide mode PD controller [10-11].

The sliding mode control (SMC) was firstly proposed and elaborated by S.V. Emelyanov, then further developed by V Utkin in the last century. Because of its robustness with respect to uncertainties and external disturbances, it has attracted a great attention of researchers who engaged in the study of control field. The engineering practices show that SMC is an efficient tool to cope with complex nonlinear dynamic plants operating under uncertainties [12-13]. For example, Song [14] applied the sliding mode control based on RBF neural network to a lower limb exoskeleton suit.

E.H. Mamdani successfully applied fuzzy logic which was proposed by Zadeh to the stream engine control system in 1974, which marked the emergence of fuzzy control. Thereafter, as an intelligent control method, it was further developed by other researchers, including Takagi and Sugeno who proposed the famous method of T-S fuzzy inference [15-17]. However, the fuzzy logic can be understood and implemented by computer conveniently, and other superiority over conventional method, including high robustness to system uncertainties and insensitiveness to imprecise dynamics of plant, that make it to be another effective method to nonlinear systems [18].

This paper presents a wearable exoskeleton for augmentation which is developed in the authors' university, including the configuration of mechanism and control system of exoskeleton. Furthermore, the configuration of control system is also presented in detail. In this paper, the sliding mode control algorithms with fuzzy compensation were presented and were employed in the exoskeleton joints control. The experimental results show that it is effective.

The remainder of this paper is organized as follows. The mechanical structure is presented in Section 2. The dynamics of the exoskeleton system is described in Section 3. The control architecture is introduced in Section 4. The controller design and stability verification based on the Lyapunov method are presented in Section 5. The experimental results of the exoskeleton tracking performance are showed and analyzed in Section 6. At the end of this paper, the conclusion is drawn in Section 7.

2. Mechanical structure

We developed a power assistant lower extremity exoskeleton (SPAEX) which is showed in Fig. 1, where the left one is the three-dimensional modeling diagram and the right one is the prototype. SPAEX is designed to have seven degrees of freedom (DOF) in the sagittal plane, including hip joints, knee joints and ankle joints. However, there is a small range of passive movement at the hip joints in transverse plane. The hip joints are actuated by double-tendon-sheath and the knee joints are driven by hydraulic actuators directly. In order to adapt to different one, the length of thigh and shank can be adjusted according to the operator. A spring is mounted at the ankle to store some energy at the negative work stage while walking.

Finally, the dynamics of SPAEX can be expressed in the canonical form:

D([theta])[??]+c([theta],[??]) + G([theta]) = [tau], (1)

where [theta], [??], [??] are the joint angles, angular velocities, and accelerations of SPAEX, respectively. D ([theta]) is an inertia matrix. D ([theta]) is a symmetric positive definite matrix and is bounded, c([theta],[??]) is the centripetal and Coriolis matrix. G ([theta]) is the gravitational torque, [TAU] is the external torque to drive the exoskeleton, [[theta]= [[[theta].sub.1],[[theta].sub.2],...,[[theta].sub.7].sup.T] .

There is a positive real constant [alpha], the following inequality is satisfied in any condition.

3. Dynamics of exoskeleton

Previously, the walking states of exoskeleton were divided into three stages (including BLEEX) around the world: single support, double support and double support with one redundancy [3].

However, the latter stages can be combined to one stage for the convenience of modeling, namely double support stage. Then, the walking states of exoskeleton are divided into two phases as shown in Fig. 2.

Single support: one leg is in stance phase and another is in swing phase.

SPAEX is modeled as a seven DOF serial link mechanism in the sagittal plane.

Double support: both legs are in stance phase. The SPAEX is modeled as two planar four DOF serial link mechanisms that are connected to each other in the torso section.

The dynamics of exoskeleton is formulated in these two distinct walking states with the classical Lagrangian method and was presented in authors' previous paper [19].

0 < D([theta])<[alpha]l. (2)

Theorem 1. The inertia matrix D ([theta]), centripetal and Coriolis matrix c([theta],[??]} satisfy the following equation:

[[??].sup.T] (D-2C)[??] = 0, (3)

4. Control architecture

The control architecture of SPAEX as shown in Fig. 3 is designed. The entire control system mainly includes decision controller, joints controller and sensor data acquisition which includes the foot force sensors, joint angle sensors, two force sensors between human and exo-skeleton which is used to identify the motion intention of the operator. The decision controller module generates the desired joints trajectory on the basis of the force sensors between human and the exoskeleton. Joints controller generates control commands to drive each joint actuator based on the decision controller output and sensor data. From the hierarchy point of view, the decision controller is the highest level controller. The joints controller which directly controls the position of exoskeleton joints is the low level controller.

The schematic of joints controller is shown in Fig. 4 and will be elaborated in Section 5.

5. Controller design

In order to ensure the exoskeleton to follow the human while walking, the motion of each joint need to track the desired trajectory in real time. The exoskeleton joint controller is composed of the sliding mode controller and fuzzy logic compensator as shown in Fig. 3. The main controller is implemented by sliding mode control method and fuzzy logic compensator is employed to diminish the errors that are produced by uncertainties.

[x.sub.1] =[theta],[x.sub.2]= [??], are the state variables of joints, [x.sub.d] is the desired trajectory of joints which is determined by the interactive force between the exoskeleton and human, and e = [x.sub.l] - [x.sub.d] is the tracking errors. The tracking objective is e [right arrow] 0 as / [right arrow] [infinity].

The dynamics of exoskeleton can be written as canonical state equation:

[mathematical expression not reproducible] (4)

The sliding mode variable structure method is chosen to design the exoskeleton controller because of its excellent anti-disturbance capability. Generally, the sliding mode controller consists of equivalent control and switch control [13, 20]. However, a suitable sliding mode hyperplane should be designed for the controller firstly, and the designed controller should guarantee the variables of state move towards and stay in the hyperplane.

The sliding mode hyperplane is defined as follows [21]:

s = [??] + Be, (5)

where

[mathematical expression not reproducible] (6)

Then, the derivative of s is:

[mathematical expression not reproducible] (7)

where the symbols D ([x.sub.1]), [D.sup.-1] ([x.sub.1]), G ([x.sub.1]) are simplified as D, [D.sup.-1], G and used in this paper below, respectively.

In fact, the external disturbance d (x) is unknown and variant, and error of the dynamics of the exoskeleton is also existed. The fuzzy logic systems have strong capabilities and can almost approximate any continuous function [22]. So the fuzzy logic system is taken into consideration to approximate the actual value of d (x).

As shown in Fig. 5, a basic fuzzy logic system consists of a fuzzifier, some fuzzy IF-THEN rules base, a fuzzy inference engine and a defuzzifier, generally [23 -26].

The inputs of fuzzy logic compensator are e and [??].

The input and output variables membership functions (MFs) in fuzzy system are all chose to be the Gaussian functions.

[mathematical expression not reproducible] (8)

where, [A.sup.l.sub.i] is the linguistic value, [Z.sup.l.sub.i], [w.sup.l.sub.i] are the centers and widths of l-th Gaussian function in domains.

IF-THEN rules are expressed as follows:

[R.sub.i] : IF [x.sub.1] is [A.sup.i.sub.l], [x.sub.2] is [A.sub.2], [x.sub.3] is [A.sup.i.sub.3],..., [x.sub.m] is [A.sup.i.sub.m] THEN yis [B.sup.i],i = 1,2,3,...,n.

The detailed fuzzy tuning rules of compensator are indicated in Table 1. The tracking errors and the change rates of the errors are the inputs, the compensation torque are outputs, respectively. The symbols NL, NM, ZE, PM, and PL stand for negative large, negative medium, zero, positive medium, and positive large, respectively.

By using Singleton fuzzification, product inference engine and the center of gravity (COG) denazification method, the output of fuzzy system can be expressed in the following equation:

[mathematical expression not reproducible] (9)

where [x= ([x.sub.1],[x.sub.1],...,[x.sub.m] ).sup.T] = [(e,[??],...,[e.sup.(m)]).sup.T] [member of] [R.sup.m] is the input vector of fuzzy system, [y.sub.i] is the output vector of fuzzy system and the compensation torque of controller, [mathematical expression not reproducible] is membership function [A.sub.i] [t.sub.k] is a point of [B.sub.i] at which

[y.sub.i] [member of] [micro][B.sup.i](y) =1.

[y.sub.i] =[[theta].sup.T][zeta](x), (10)

where : [[theta].sup.T] =[([t.sub.1],[t.sub.2],..., [t.sub.n]).sup.T] is the parameter vector.

[[zeta](x)=([[zeta].sub.1](x),[[zeta].sub.2](x),-[[zeta].sub.m](x)).sup.T], (11)

[mathematical expression not reproducible] (12)

The approximation errors are expressed as follows:

[e.sub.f] =d (x)-[??] (x). (13)

And, the optimal approximation parameter is de fined as follows:

[[PHI].sup.*] = arg min {sup[parallel]d(x)-[[theta].sup.T][zeta](x)[parallel]} (14)

The candidate Lyapunov function is defined as follows [22]:

V(t) = [1/2] ([s.sup.T]Ds+[2.summation over (i=1)][[??].sup.T.sub.i][[alpha].sub.i][[??].sub.i]), (15)

where [[??].sub.i] = [[??].sub.I].= [[PHI].sub.I] - [[PHI].sup.*.sub.I].

The derivative of V (t) with respect to time is:

[mathematical expression not reproducible] (16)

Substituting the Eq. (3) into (16), then:

[mathematical expression not reproducible] (17)

The control laws are selected as follows:

[tau] = -DB([[??].sub.1] - [[??].sub.d]) + [D[??].sub.d] - C([x.sub.1], [x.sub.2])[x.sub.2] + G + +[??](x|[PHI]) + C([x.sub.1,[x.sub.2]]) ([[??].sub.1] - [[??].sub.d]) + C([x.sub.1,[x.sub.2]]) ([x.sub.1] - [x.sub.2]) - -Esgn (s), (18)

where E is a matrix and E = diag ([e.sub.1],[e.sub.2] ), [e.sub.1] > 0, [e.sub.2] > 0 . The adaption laws are:

[[??].sub.i]=-[[alpha].sub.i][s.sub.i][zeta](x),i = l,2, (19)

where; [[alpha].sub.i] are positive parameters.

Substituting the Eq. (18) into Eq. (17), then:

[??] (t) = [s.sup.T] [d (x) - [??] (x|[PHI]) - E sgn (s)] + [2.summation over (i=1)] [[??].sup.T.sub.i] [[alpha].sub.1][[??].sub.i] = [S.sup.T] [[e.sub.f] - Esgn(S)] + [2.summation over (i=1)] ([[??].sup.T.sub.i] [[alpha].sub.1][[??].sub.i] - [s.sub.i][[??].sup.T.sub.i][zeta](x)= = [s.sup.T] [[e.sub.f]-Esgn (s)] < 0. (20)

The approximation error of fuzzy system can be infinitely small, that is, e f can converge to neighborhood of zero. Then, the following inequality can be obtained:

[??](t)<0. (21)

[??](t) is negative definite that guarantee the system is globally uniformly asymptotically stable.

In order to alleviate the adverse effect of chattering phenomenon of sliding mode control, a saturation function is used in place of the sign function sgn (s) in control laws.

The saturation function is defined as follows:

[mathematical expression not reproducible] (22)

where [DELTA] is the width of boundary layer of the sliding mode surface. However, the boundary layer [DELTA] influences the control precision and robustness, so the size is determined specifically in the actual experiment.

6. Experiment

6.1. Experiment preparation

When [w.sup.l.sub.i] =0.56 and [Z.sup.l.sub.i] in Gaussian functions are chose as follows:

[z.sup.l.sub.i]= -2,-1,0,1,2, i = 1,2,3,4,5 .

The Gaussian membership functions are illustrated in Fig. 6.

The part of exoskeleton parameters are listed in Table 2.

6.2. Experimental hardware

As shown in Fig. 7, the experiment platform consists of two industrial computers and the exoskeleton mainly. The hardware architecture of the control system is presented in Fig. 8. The control hardware mainly is composed of two industrial personal computers(IPC-610L, Advantech Inc.), an analog input/output module (PCL-812PG, Advantech Inc.) which acquires data of sensors and output control signals, servo amplfiers, electro-hydraulic servovalves, hydraulic cylinders which are specifically designed for the exoskeleton, potentiometers which are mounted at the joints of exoskeleton for measuring the rotation angles. Two industrial personal computers communicate via The Ethernet or serial port and work in the mode of Matlab/Simulink Real-time Workshop. One computer is the host computer which is used to implement the control algorithm easily and the another computer is the target computer which is utilized to output the control commands in real-time.

The proposed controller is implemented in MATLAB/Simulink and Fig. 9 shows a simplified MATLAB controller scheme. A Bessel low pass analog filter with a cut-off frequency of 55 rad/s is used in MATLAB to attenuate the noises of velocity signal. The output of controller is restricted by a saturation module to produce voltage between 0-5V because maximum input voltage of servo amplifier is 5V.

6.3. Experiment results

To verify the effectiveness of the proposed fuzzy compensation control scheme, some comparative study between the proposed FCSMC and the conventional PID method were completed in the experiments with different operating conditions, including with variable external loads and without external loads.

In the tracking experiments of exoskeleton hip joint and knee joint, the desired trajectory (DT) are set as sine curve y = 0.698 sin ([pi]t / 4), and y = |0.8728 sin([pi]t / 4)|, respectively. Both of well-tuned PID and the proposed algorithm can get good tracking results without external loads in hip and knee experiments as shown in Fig. 10 and Fig. 14.

Fig. 11 and Fig. 15 show the comparison of errors. However, FCSMC can obtain better tracking results and have relatively small errors compared with PID with variable external loads as shown in Fig. 12 and Fig. 16. From Fig. 13 and Fig. 17, we can clearly see that the tracking errors with FCSMC are smaller than the errors with PID.

Furthermore, some tracking experiments were completed with other trajectories to verify the proposed control scheme fully, including sine curve with variable frequency and amplitude and actual human gait trajectory. As shown in Fig. 18, the reference trajectories are y = 0.5236 sin ([pi]t / 3) before 24 s and y = 0.698 sin ([pi]t / 4) subsequently. As shown in Fig. 19 and Fig. 20, actual human gait hip and knee trajectories in accordance with the kinematic CGA data were also selected as the reference trajectory. Similarly, the tracking results are satisfactory and have acceptable errors.

From above experiments, the results indicate that the control performance and robustness of the proposed joints controller based on fuzzy compensation sliding mode control at variable conditions are better than that of the controller based on PID.

7. Conclusion

A power assist lower extremity exoskeleton (SPAEX) was developed in Southeast University, China. The mechanical design and architecture of control system were introduced in this paper. However, the conventional control method cannot be competent for the plants with inaccurate dynamics and uncertain external disturbances, e.g. PID control. The sliding mode control with fuzzy compensation algorithm of the exoskeleton was proposed to deal with this issue. According to the comparative experimental results, the proposed control scheme is effective and advantageous under the uncertain external disturbances. So we can conclude that the proposed control scheme can guarantee the requirements for high accuracy of the position tracking and be applied to the exoskeleton successfully.

As future work, we will try to coordinate the joints so that the exoskeleton can walk in concert with the operator.

Acknowledgements

This work is supported by National Nature Science Foundation of China (Grant No. 51575100, No. 51775284).

References

[1.] Dollar, A.M.; Herr, H. 2008. Lower extremity exoskeletons and active orthoses: challenges and state-of-the-art, IEEE Transactions on Robotics 24(1): 144-158.

http://dx.doi.org/10.1109/TRO.2008.915453.

[2.] Zoss, A.B.; Kazerooni, H.; Chu, A. 2006. Biomechanical design of the Berkeley lower extremity exoskeleton (BLEEX), IEEE/ASME Transactions on Mechatronics 11(2): 128-138.

http://dx.doi.org/10.1109/TMECH.2006.871087.

[3.] Kazerooni, H.; Racine, J.L.; Lihua, H.; Steger, R. 2005. On the control of the berkeley lower extremity exoskeleton(BLEEX), Proceedings of the 2005 IEEE International Conference on Robotics and Automation, p. 4353-4360.

http://dx.doi.org/10.1109/ROBOT.2005.1570790.

[4.] Kazerooni, H.; Steger, R.; Huang, L. 2006. Hybrid control of the berkeley lower extremity exoskeleton(BLEEX), The International Journal of Robotics Research 25(5): 561 -573.

http://dx.doi.org/10.1177/0278364906065505.

[5.] Kawamoto, H.; Sankai, Y. 2002. Comfortable power assist control method for walking aid by HAL-3. IEEE International Conference on Systems, Man and Cybernetics, 4p.

http://dx.doi.org/10.1109/ICSMC.2002.1173328.

[6.] Kawamoto, H.; Suwoong, L.; Kanbe, S.; Sankai, Y.

[2003.] Power assist method for HAL-3 using EMG-based feedback controller, IEEE International Conference on Systems, Man and Cybernetics,

1648-1653.

http://dx.doi.org/10.1109/ICSMC.2003.1244649.

[7.] Renquan, L.; Zhijun, L.; Chun-Yi, S.; Anke, X. 2014. Development and learning control of a human limb with a rehabilitation exoskeleton, IEEE Transactions on Industrial Electronics 61(7): 3776-3785.

http://dx.doi.org/10.1109/TIE.2013.2275903.

[8.] Onen, U.; Botsali, F.M.; Kalyoncu, M.; Tinkir, M.; Yilmaz, N. 2014. Design and actuator selection of a lower extremity exoskeleton, IEEE/ASME Transactions on Mechatronics 19(2): 623-632.

http://dx.doi.org/10.1109/TMECH.2013.2250295.

[9.] Pan, J.; Shi, G.; Zhu, X. 2010. Force tracking control for an electro-hydraulic actuator based on an intelligent feed forward compensator, Proceedings of the Institution of Mechanical Engineers, Part C: Journal of Mechanical Engineering Science 224(4): 837-849. http://dx.doi.org/10.1243/09544062JMES1795.

[10.] Frisoli, A.; Sotgiu, E.; Procopio, C.; Bergamasco, M. 2011. Design and implementation of a training strategy in chronic stroke with an arm robotic exoskeleton, IEEE International Conference on Rehabilitation Robotics (ICORR), 1 -8.

http://dx.doi.org/10.1109/icorr.2011.5975512.

[11.] Anam, K.; Al-Jumaily, A. 2012. Active Exoskeleton Control Systems: State of the Art, Procedia Engineering 41(1): 988-994.

http://dx.doi.org/10.1016Zj.proeng.2012.07.273.

[12.] Van, M.; Kang, H.; Shin, K. 2014. Backstepping quasi-continuous high-order sliding mode control for a Takagi-Sugeno fuzzy system with an application for a two-link robot control, Proceedings of the Institution of Mechanical Engineers, Part C: Journal of Mechanical Engineering Science 228(9): 1488-1500.

http://dx.doi.org/10.1177/0954406213508936.

[13.] Utkin, V.; Guldner, J.; Shi, J. 2009. Sliding mode control in electro-mechanical systems. Taylor & Francis Group.

https://doi.org/10.1201/9781420065619.

[14.] Song, S.; Zhang, X.; Tan, Z. 2014. RBF neural network based sliding mode control of a lower limb exoskeleton suit, Strojniski Vestnik-Journal of Mechanical Engineering 60(6): 437-446.

http://dx.doi.org/10.5545/sv-jme.2013.1366.

[15.] LA, Z. 1965. Fuzzy sets, Information and control 8(3): 338-353.

https://doi.org/10.1016/S0019-9958(65)90241-X.

[16.] Mamdani, E. 1974. Application of fuzzy algorithms for control of simple dynamic plant, Proceedings of the Institution of Electrical Engineers 121(12): 1585-1588. http://dx.doi.org/10.1049/piee.1974.0328.

[17.] Sugeno, M. 1985. Industrial Applications of Fuzzy Control, Elsevier Science Inc. 32p.

[18.] Kevin, M.; Stephen, Y. 1998. fuzzy control, California: Addison-Wesley Longman, Inc. 2p.

[19.] Jia, S.; Han, Y.; Lu, X.;Wang, X. 2014. Design of lower extremity exoskeleton based on analysis on special human gaits, Robot 36(4): 392-401.

http://dx.doi.org/10.13973/j.cnki.robot.2014.0392.

[20.] Liu, J. 2012. Sliding mode control design and matlab simulation, Beijing: Tsinghua University Press. 30p.

[21.] Mien, V.; Kang, H.; Shin, K. 2014. Adaptive fuzzy quasi-continuous high-order sliding mode controller for output feedback tracking control of robot manipulators, Proceedings of the Institution of Mechanical Engineers, Part C: Journal of Mechanical Engineering Science 228(1): 90-107.

http://dx.doi.org/10.1177/0954406213490465.

[22.] Li, P.; Yang, G. 2009. Control of uncertain nonlinear systems against actuator faults using adaptive fuzzy approximation, American Control Conference, 4446-4451.

http://dx.doi.org/10.1109/ACC.2009.5160349.

[23.] Purwar, S.; Kar, I.; Jha, A. 2004. Adaptive control of robot manipulators using fuzzy logic systems under actuator constraints, Proceedings of 2004 IEEE International Conference on Fuzzy Systems, 1449-1454. http://dx.doi.org/10.1109/fuzzy.2004.1375387.

[24.] Li, P.; Yang, G. 2010. A novel adaptive control approach for nonlinear strict-feedback systems using nonlinearly parameterised fuzzy approximators, International Journal of Systems Science

42(3): 517-527.

http://dx.doi.org/10.1080/00207721003624576.

[25.] Euntai, K. 2004. Output feedback tracking control of robot manipulators with model uncertainty via adaptive fuzzy logic, IEEE Transactions on Fuzzy Systems 12(3): 368-378.

http://dx.doi.org/10.1109/TFUZZ.2004.825062.

[26.] Byung Y.; Woon H. 2000. Adaptive control of robot manipulator using fuzzy compensator, IEEE Transactions on Fuzzy Systems 8(2): 186-199. http://dx.doi.org/10.1109/91.842152.

Xinliang Lu, Fengpo Du, Xingsong Wang, Shan Jia, Fengyu Xu

DEVELOPMENT AND FUZZY SLIDING MODE COMPENSATION CONTROL OF A POWER ASSIST LOWER EXTREMITY EXOSKELETON

Xinliang LU (*), Fengpo DU (**), Xingsong WANG (***), Shan JIA (****), Fengyu XU (*****)

(*) School of Mechanical Engineering, Shijiazhuang Tiedao University, Shijiazhuang 050043, China, E-mail: xinref@126.com

(**) School of Mechanical Engineering, Southeast University, Nanjing 211189, China, E-mail: 230109036@seu.edu.cn

(***) School of Mechanical Engineering, Southeast University, Nanjing 211189, China, E-mail: xswang@seu.edu.cn

(****) School of Mechanical Engineering, Southeast University, Nanjing 211189, China, E-mail: 230099043@seu.edu.cn

(*****) Nanjing University of Posts and Telecommunications, Nanjing 210023, China, E-mail: xufengyu598@163.com

Received May 03, 2016

Accepted February 15, 2018

cross (ref) http://dx.doi.Org/10.5755/j01.mech.24.l.14564 Table 1 The fuzzy rules of compensation control [??] u NL NS ZE PS PL NL NL NL NS NS ZE NS NL NS NS ZE PS e ZE NS NS ZE PS PS PS NS ZE PS PS PL PL ZE PS PS PL PL Table 2 The parameters of exoskeleton Symbols Parameter meaning Value [m.sub.2] = [m.sub.6], mass of the shank 2.9 Kg [m.sub.3] = [m.sub.5] mass of the thigh 3.98 Kg [m.sub.4] mass of the torso 4.19 Kg [l.sub.2] = [l.sub.6] length of the shank 386 mm [l.sub.2]= [l.sub.5] length of the thigh 485 mm [l.sub.4] length of the torso 255 mm [b.sub.2] = [b.sub.6] mass centre of the shank 188 mm [b.sub.3] = [b.sub.5] mass centre of the thigh 236 mm [b.sub.4] mass centre of the torso 127 mm
联系我们|关于我们|网站声明
国家哲学社会科学文献中心版权所有