Skip to main content

Simulation of a control method for active kinesiotherapy with an upper extremity rehabilitation exoskeleton without force sensor

Abstract

Exoskeleton-aided active rehabilitation is a process that requires sensing and acting upon the motion intentions of the user. Typically, force sensors are used for this. However, they increase the weight and cost of these wearable devices. This paper presents the methodology for detecting users’ intentions only with encoders integrated with the drives. It is unique compared to other algorithms, as enables active kinesiotherapy while adding no sensory systems. The method is based on comparing the measured motion with the one computed with the idealised model of the multibody system. The investigation assesses the method’s performance and its robustness to model and measurement inaccuracies, as well as patients’ unintended motions. Moreover, the PID parameters are selected to provide the optimal regulation based on the dynamics requirements. The research proves the presented concept of the control approach. For all the tests with the final settings, the system reacts to a change in the user’s intention below one second and minimises the changes in proportion between the system’s acceleration and the generated user’s joint torque. The results are comparable to those obtained by EMG-based systems and significantly better than low-cost force sensors.

Introduction

Physiotherapy is the process of recovering the maximum available physical performance of a patient with a certain level of impairment [1, 2]. It can be realised as active or passive treatment [3]. While patients with lighter motion disorders can even recall their motion capabilities and connect them with genuine neurological patterns, those with severe disabilities require mobilising their joints to prevent them from stiffness [1].

The treatment can be partially automatised and supported with robotics technology. Today, there are many commercially available physiotherapeutic devices [3]. However, new technologies of rehabilitation are being developed and introduced into clinical practice [4].

In general, rehabilitation robots are used in physiotherapy to reduce therapists’ physical effort during complex exercises [5], increase the frequency and length of the sessions [6] and improve the accuracy of repeatable exercises [7]. Moreover, they enable precise performance measurements and, hence, constant feedback during therapy [8].

Rehabilitation robots are typically either end-effector open-chain structures or exoskeletons. In upper-extremity rehabilitation, the former are usually used to lead the patient’s hand [9], while the latter act in parallel to the extremity [10]. The first ones do not allow for the direct mobilisation of single joints [9]. Therefore, the therapy with them does not control whether the performed motion follows the corresponding anatomical pattern. On the contrary, exoskeletons are vulnerable to dimensional differences and misalignments relative to the user’s extremities. These caused when designing or installing the device can cause injuries or inaccurate exercising [10].

Robot-aided kinesiotherapy involves support or resistance of the rehabilitation device [2]. However, for this, the motion intention of a patient must be detected. The detection can be realised with either mechanical signals, including direct force measurements, or other techniques correlating biosignals; electromyography (EMG), among others [11, 12].

The EMG-based methods can either be correlated with the muscular groups responsible for the intended movements [13, 14] or with other groups [15]. Among others, the latter gives the opportunity to control the devices supporting impaired extremities by the other hand’s gestures [15]. On the contrary, some of the described methods aim at recalculating registered EMG into joint torques [16].

The mechanical signals-based approach can use tactile or force sensing performed with different components and different analysis algorithms [17]. Nevertheless, it is typically used with the external force sensors; as for the hand guidance of cobots [18, 19]. Typically, implementing commercial force sensors into the design increases the cost and weight of the devices equipped with these [20]. On the other hand, EMG tracking is severely vulnerable to individual anatomic differences and electric noises [19].

The study aims to develop and validate the methodology of detecting and reacting to users’ intentions without force sensors nor biosignals tracking devices [21,22,23]. Within the presented investigation, only the 14-bit encoders integrated with the servodrives are used [24]. Therefore, thanks to such an approach, a lightweight and low-cost exoskeleton can be used for active physiotherapy involving a user in the feedback loop [3]. This is targeted at increasing the availability of exoskeleton-based systems and their safety. Hence, to achieve the minimally-supervised therapy [25, 26]. Moreover, it can be used for lightweight assistive human exoskeletons [27, 28].

Currently, no low-cost and lightweight technologies with a short time of detecting users’ intentions are developed. This means that the presented approach is unique in using only the sensors already integrated with the drives and hard-coded algorithms. The investigation results will be implemented practically in the ExoReha exoskeleton developed by ŁUKASIEWICZ Research Network - Industrial Research Institute for Automation and Measurements PIAP [29,30,31].

Methodology

The developed method is based on comparing the simulated motion of the controlled exoskeleton with the real-life values measured with encoders. For this reason, the dynamics computation for a multi-body system must be performed. The differences between the expected motion and the actual ones will be interpreted as a volunteer activity of the user. While detecting such, the drives corresponding to the motion have to react and act based on the identified motion intention. However, the described differences can also result from the unintended activity of an impaired user with coordination problems [32], model inaccuracies or other noises in the control system. The investigation aims to analyse the impact of the method’s parameters and assess its vulnerability to the presented disruptions. Therefore, a set of simulations were run to select the best-performing, robust settings. The simulation approach was selected as safe to use for developing innovative exoskeletons’ control methods based on multibody extremity models [33].

All the works were conducted as a simulation in Matlab R2021a / Simulink software. These included computations of the modelled multibody idealised system but also a simulation of the real-life system. The latter is used instead of measuring the real-life system with physical sensors, i.e. encoders in the joints. The second model is designed similarly to the idealised one but also includes external non-measured forces and non-measurable inaccuracies between the model and the real-life system. The motors were designed as Simulink blocks with an input for the set torques and an output for the rotor’s angular velocity. The real-life model also had an input for external torque exaggerated by a patient.

The investigation presented in this paper was performed for a single-joint control for the ExoReha exoskeleton’s elbow flexion/extension. The device itself has three active degrees of freedom and two passive. Therefore, a simple multibody model was constructed [30]. It consisted of a motor, two rigid exoskeleton parts and attached to a forearm with a hand, without a possibility of wrist motion.

Two models of motors were built - one reflecting the real-life operation and one idealised. These both were based on the same principle, that the engine torque \(M_{motor}\) balances the torques acting against it [34]. These are the \(M_a\) torque associated with the angular acceleration of the engine, \(M_B\) torque associated with damping and the load torque \(M_l\). The Eq. 1 represents the above assumption, while the Eq. 2 extends it with a physical interpretation, where:

  • \(K_t\) – mechanical constant of a motor;

  • \(i_w\) – current in the motor’s winding [A],

  • J – reduced moment of inertia of the driven multibody system [kg\(\cdot\)m\(^2\)],

  • \(\omega _s\) – rotor angular velocity [rad/s],

  • B – damping factor [Nm\(\cdot\)s/rad],

  • \(M_{l}\) – engine load torque [Nm]; i.e. reaction of the exoskeleton’s user. While both the loading moment and the rotor’s generated torque are positive or negative, the device is supporting the patient’s intended motion.

$$\begin{aligned} M_{motor}= & {} M_a + M_B + M_l, \end{aligned}$$
(1)
$$\begin{aligned} K_t i_w= & {} J \frac{\text {d}\omega _{s}}{\text {d}t} + B \omega _s + M_{l}, \end{aligned}$$
(2)

Transformation of Eq. 2 results in formula 3, which describes the angular acceleration of the rotor.

$$\begin{aligned} \frac{\text {d}\omega _{s}}{\text {d}t} = \frac{K_t i_w}{J} -\frac{B \omega _s}{J} - \frac{M_l}{J}. \end{aligned}$$
(3)

It is assumed that the initial velocity of the exoskeleton joints controlled by the algorithm is equal to zero. Therefore, Eq. 3, after Laplace transform, is in the form of the formula 4. This can be further simplified to formula 5, which describes the angular velocity of the rotor. Such a form of equation was used in further simulations of the drive’s dynamics and implemented to Simulink models.

$$\begin{aligned}{} & {} s\omega _s(s) - \underbrace{\omega _s(0)}_{\textrm{0}} = \frac{K_t i_w(s)}{J} -\frac{B \omega _s(s)}{J} - \frac{M_l(s)}{J}, \end{aligned}$$
(4)
$$\begin{aligned}{} & {} \omega _s(s) = \frac{K_t i_w(s) - M_l(s)}{Js + B}. \end{aligned}$$
(5)

Implementations of these two models in Simulink are presented in Figs. 1 and 2.

Fig. 1
figure 1

Ideal motor model implementation in Simulink

Fig. 2
figure 2

Real motor model implementation in Simulink

For the experimental validation of the system’s performance, data from the T-MOTOR AK80-9 documentation, mobilising elbow joint in ExoReha, were used. These are \(K_t = 0.095\ \frac{Nm}{A}\) and \(B=0.6\ \frac{Nm}{rad}\). However, \(K_t\) is not directly involved in torque control over the device. The moment of inertia acting upon the motor axis was estimated with Stainer’s theorem based on the data from CAD models and anthropometric data for the 95th percentile of male adult population [30, 35] confirmed by literature examples [36]. Its value was taken as \(J=0.35\ kg\cdot m^2\).

During the investigation, the performance of the control systems was compared for three different input types (sinus, non-periodical randomised smooth and non-periodical randomised square), representing the patient’s torque in an elbow joint (see Fig. 3). The randomised functions were generated with spline and rand Matlab functions correspondingly. Their amplitude maxima were assumed as \(4\ Nm\) while the differences between the intended torque and the one obtained by a patient were taken as \(0.01\ Nm\) for a standard level and \(0.1\ Nm\) for a high level. This parameter can also be used to include potential differences between intended and achieved torques resulting from other factors such as friction or additional low external forces. The input signals were generated with the frequency of \(100\ Hz\). Moreover, the test cases included inaccuracies in the modelled J, B, and \(K_t\) parameters, as well as differences between the motion intention of a user and the exaggerated torque and the encoder’s inaccuracies. All the test cases are presented in Table 1.

Fig. 3
figure 3

Input signals representing intended torques of the user in their elbow joint

Table 1 Test cases for simulations (\(J_m\) - value of the modelled J parameter, \(J_r\) - value of the real-life J parameter, \(B_m\) - value of the modelled B parameter, \(B_r\) - value of the real-life B parameter)

The aim of the designed control system is to detect the motion intention of a user and support it with the motors proportionally to the torque generated in the extremity’s joints. However, no direct torque sensation is used. It is assumed that at the beginning of the experiment, no motion is realised, and a patient can exaggerate no muscular force. Therefore, the test sequence with the motor torque of \(2\ Nm\) is generated for the first \(0.25\ s\). Then, the idealised model is computed as there is no patient’s external force, and the real-life model is simulated. The differences between the computed angular velocities of the rotors are sent to the PID and following fuzzy controllers. The computed control signal is limited if it exceeds the ranges available for the motors and is set as the intended torque at the next timestamp. Schematic implementation of these in Simulink is presented in Fig. 4. The accuracies of measuring positions of the rotors are taken as \(\pm 0.001\ rad/s\) for a standard level and \(\pm 0.01\ rad/s\) for a high level. Non-periodical external torques of patients and all non-stationary inaccuracies in the models are generated randomly to simulate the real-life operation of the system.

Fig. 4
figure 4

Control algorithm schematic implementation in Simulink

The PID controller was set at the same parameters for every experimental case (\(P=2\), \(I=0.4\), \(D=1\)). Thanks to this, it is possible to analyse which of the cases introduces unacceptable behaviour of the system. The following fuzzy controller prevents the device from exceeding the patient’s range of motion. The algorithm analyses whether the position of the rotor enters the dangerous range, and if so, it corrects the control signal to act opposite to the end of the safe range. Its implementation in Simulink is presented in Fig. 5. Additionally, the maximum set torque of the motor was limited to \(7\ Nm\) [37] while the maximum angular velocity of the rotor was assumed as \(2.6\ \frac{rad}{s}\) [29].

Fig. 5
figure 5

Fuzzy PID implementation in Simulink

Performance on the system is analysed by comparing time shapes of the signals of intended torques generated by the patient in the joint and the acceleration of the drive’s rotor. It is intended for the latter to be as proportional as possible to the former. Therefore, two following parameters describing the quality of the control method were defined:

  • Q [\(\left( m\cdot kg\right) ^{-1}\)] - the ratio of the drive’s rotor and the intended torques generated by the patient;

  • \(t_{r_i}\) [s] - regulation times during which the value of Q parameter exceeds the range of \(\left<\overline{Q}-\epsilon /2;\overline{Q}+\epsilon /2\right>\), where \(\overline{Q}\) is the mean of the Q parameter for the session, and \(\epsilon\) is the width of the acceptable ratio range, in this case, taken as \(\epsilon =4\vert {\overline{Q}}\vert\).

An example of the time series for computed parameters is presented in Fig. 6. Intentionally, parameter Q should have the smallest deviation from \(\overline{Q}\) in the acceptable ratio range, while the sum of the regulation times \(\sum {t_{r_i}}^n_{i=1}\) and their maximum value \(\max {\left( t_{r}\right) }\) should be minimised.

Fig. 6
figure 6

Quality parameters presented for one of the cases

Results and discussion

Twenty-one simulation trials were conducted - for the combinations of seven test cases and three types of generated forms of patient torques. For all the simulation trials, torque set to the drive, rotor angular acceleration, and rotor angular velocities were computed. The first two were compared with the torque load generated by the user, while the last one was compared to the reference value of the idealised motor model. Exemplary plots of these are presented in Figs. 7, 8 and 9. Moreover, the quality metrics for all the trial was presented in Table 2. The average regulation times were not analysed as their values are always close to the average regulation times. This confirms that the regulation time after changing the direction of the torque exerted by the user is almost constant for every case.

Table 2 Quality metrics for all the test cases (\(max\left( t_r\right) \ [s]\) - maximum value of the regulation times, \(\sigma ^*(Q)\ [\left( m\cdot kg\right) ^{-1}]\) - average deviation from the \(\overline{Q}\) in the acceptable range, not applicable placed if the Q parameter is out of the acceptable range for over 90% of the time)

During the tests, the angular velocity of rotors very occasionally exceeded its intended limits. However, it was accepted for a short-time period, as too large acceleration was never generated (assumed up to \(19\ \frac{rad}{s^2}\)).

The system’s behaviour tends to be similar for sinus and non-periodical randomised smooth waveforms of the user’s torque. For the square waveform, maximum regulation times remain close to 0.3 s, except for test case 7. The increased value of this indicator is the result of higher encoder inaccuracies.

Due to the modelling inertia moment of the reference system with the excessive value, the results of test case 3 were not acceptable. The set motor control torque was being limited to \(\pm 7\ Nm\) almost within the whole timespan. However, bang-bang control is not applicable for exoskeletons, where immediate changes in dynamics can harm the disabled user.

Regardless of the case and the input patient’s torque waveform, the strong correlation between the shapes of the latter and both the set motor torque and the rotor angular acceleration was visible (see Figs. 7, 8 and 9). The regulation phases result in displacements of the corresponding graphs along the horizontal axis.

Fig. 7
figure 7

Results of the simulations for the test case 6, sinus patient’s torque waveform

Fig. 8
figure 8

Results of the simulations for the test case 6, non-periodical randomised smooth patient’s torque waveform

Fig. 9
figure 9

Results of the simulations for the test case 6, non-periodical randomised square patient’s torque waveform

The main insights from the simulations are as follows:

  • The differences between the intended torque and the one generated by the patient do not significantly affect the method’s performance. However, the noises of the encoder’s readings can strongly increase the regulation time.

  • Precise modelling of the motor is not required. However, the differences between the real-life and the idealised model can increase deviations of Q parameters from its mean and the regulation times (compare cases 2-5 with 1, 6 and 7).

  • The best results were obtained for undershoot inertia moments of the system and overshoot of its damping. Such cases had the shortest regulation times (even up to \(0.06\ s\)). Moreover, case 2 had the smallest deviation of Q parameters from its mean.

  • The regulator’s parameters can directly affect the magnitude of the torque set to the motor. Therefore, they correlate with the level of supporting the patient. They should be adjusted to obtain the desired effect, e.g. to increase the velocities of the movements.

Test cases 2 and 5 resulted in the most favourable values of both quality indicators. Their combinations were used to continue the investigation to adjust the quasi-optimal PID parameters. As the input signals, only sinus and non-periodical randomised smooth waveforms of the user’s torque were used. This is due to the fact that rectangular waveforms were not differing the results significantly compared to smooth forms. An impact of P and D parameters on quality indicators and generated angular velocities was investigated. For all the simulations, a small difference between the real-life and the modelled damping ratio was assumed. The cases, however, differed in terms of the modelled moment of inertia. The results of trials are presented in Table 3.

Table 3 Test cases for experimental adjustment for PID settings (\(J_m\) - value of the modelled J parameter, \(J_r\) - value of the real-life J parameter, \(B_m\) - value of the modelled B parameter, \(B_r\) - value of the real-life B parameter, \(max\left( t_r\right) \ [s]\) - maximum value of the regulation times, \(\sigma ^*(Q)\ [\left( m\cdot kg\right) ^{-1}]\) - average deviation from the \(\overline{Q}\) in the acceptable range, \(max\left( \omega \right)\) - maximum measured angular velocity [rad/s])

Most of the obtained velocities exceed the set limit for the elbow joint of \(2.6\ rad/s\) [29]. However, the test trials were used to assess the impact of the settings on obtained results.

Modification of the regulator settings has a direct impact on the torque set during the simulation. The data presented in Table 3 shows that increasing the P parameter increases the generated maximum speed of the system at the cost of increasing the average deviation of the Q parameter (observable while comparing the consecutive cases: 1 and 2, 4 and 5, 7 and 8, 10 and 11, 16 and 17). Raising the D parameter brings similar effects but the less visible. Moreover, the maximum regulation time is decreased for the periodic input signal. Thanks to this, the intention of a user is detected faster. As validated computationally, the parameters \(P=2\), \(I=0.4\) and \(D=10\) give satisfactory results for all the tested cases.

Additionally, reducing the regulation time is possible by underestimating the system’s moment of inertia. Moreover, for such cases, the Q parameter time form is closer to constant (see Fig. 10). The settings with small P and D parameters were selected as quasi-optimal for the application, which does not require high velocities. On the contrary, if the system needs to move with higher dynamics, the D and, optionally, the P parameters should be increased.

Fig. 10
figure 10

Quality parameters presented for the test case 15

Based on the data presented in Table 3, the developed method is robust and, hence, applicable to detecting patients’ intentions in exoskeleton-aided kinesiotherapy. As the method’s performance is presented for a single joint, it is applicable for any exoskeleton with the different number of joints. Its maximum regulation times remain in the range of 20-200 ms for 17 out of 18 cases (it is 360 ms only in case 5). These results are comparable to the reaction times obtained for EMG-based systems (130-300 ms) [38,39,40,41] and significantly better than the low-cost force sensor’s performance (410-1280 ms) [42, 43]. However, the results are worse in most cases than for the ultrasensitive pressure sensors (43 ms) [44].

Nevertheless, the proposed method does not increase the costs of the exoskeleton by adding EMG measuring systems or expensive sensors [38,39,40,41, 44]. Neither does it increase the mass and bulkiness of the structure as for the budget force sensors [42, 43].

According to the results, the method is applicable to use by patients with motor disorders. However, these can come with comorbidities such as spasticity or cognitive disorders.

In the first case, if not modified, the method would just enhance the muscle contraction and possibly harm the user. However, too big differences detected by the system could also be used for the emergency stop of the exoskeleton. Unfortunately, for all the testing settings, the reaction times \(t_r\) would be significantly too long for the mentioned case.

On the contrary, not always there are contraindications to using the method for patients with cognitive disorders. Cases 1, 6 and 7 included potential differences between the intended motion and the motion realised with the musculoskeletal system (\(M_l\) noise). However, as observed, the stronger differences can cause slower reactions of the system; for Parkinson’s disease, among others [45].

Summary

The simulational investigation proved that the presented method is capable of detecting the user’s intentions without force sensors for exoskeleton-aided therapy. Two stages of the simulation were conducted. The first one universally assessed the method, while the second was used to analyse the impact of PID regulator parameters on the quality of control.

All of the obtained maximum regulation times remained below one second. However, the vast majority had a satisfactory value of 0.5 s or less, while the smallest recorded was 0.02 s. In the final set of simulations, the lowest average deviation of the Q parameter was 0.051.

The described method of controlling the drive in order to support the user’s movement intention is intended for implementation in the control system of the wearable device. Thanks to eliminating the force sensor from the design, the structure’s weight and manufacturing costs can be decreased. Hence, the system becomes easier to use for impaired patients and is available for society. The method implementation in real life is possible by creating an algorithm for the microcontroller or a microcomputer (in the ExoReha system - for the Raspberry Pi 4b). It is worth noting, however, that the created procedures must meet additional safety standards relating to the users’ dynamics. These were neglected during the presented simulations.

Optionally, the method can be enhanced by implementing the following modifications:

  • extending the motor model by introducing its non-linearity and taking into account possible power transmission losses or measurement uncertainties;

  • building the correlation model between the generated torque and the control current; however, the differences in the \(K_t\) mechanical constant’s theoretical and real-life values can introduce errors to intention detection;

  • combining the algorithm with the predictor based on the recurrent neural networks.

Availability of data and materials

The datasets used and/or analysed during the current study are available from the corresponding author on reasonable request.

References

  1. Pagliarulo MA. Introduction to physical therapy-E-book. London: Elsevier Health Sciences; 2021.

    Google Scholar 

  2. Oña ED, Garcia-Haro JM, Jardón A, Balaguer C. Robotics in health care: perspectives of robot-aided interventions in clinical practice for rehabilitation of upper limbs. Appl Sci. 2019;9(13):2586.

    Article  Google Scholar 

  3. Qassim HM, WanHasan W. A review on upper limb rehabilitation robots. Appl Sci. 2020;10(19):6976.

    Article  CAS  Google Scholar 

  4. Bao G, Pan L, Fang H, Wu X, Yu H, Cai S, Yu B, Wan Y. Academic review and perspectives on robotic exoskeletons. IEEE Trans Neural Syst Rehabil Eng. 2019;27(11):2294–304.

    Article  PubMed  Google Scholar 

  5. Rose CG, Deshpande AD, Carducci J, Brown JD. The road forward for upper-extremity rehabilitation robotics. Curr Opin Biomed Eng. 2021;19:100291. https://doi.org/10.1016/j.cobme.2021.100291.

    Article  Google Scholar 

  6. Xu P, Xia D, Li J, Zhou J, Xie L. Execution and perception of upper limb exoskeleton for stroke patients: a systematic review. Intell Serv Robot. 2022. https://doi.org/10.1007/s11370-022-00435-5.

    Article  Google Scholar 

  7. Zhang L, Guo S, Sun Q. An assist-as-needed controller for passive, assistant, active, and resistive robot-aided rehabilitation training of the upper extremity. Appl Sci. 2020;11(1):340.

    Article  Google Scholar 

  8. He C, Xiong C-H, Chen Z-J, Fan W, Huang X-L, Fu C. Preliminary assessment of a postural synergy-based exoskeleton for post-stroke upper limb rehabilitation. IEEE Trans Neural Syst Rehabil Eng. 2021;29:1795–805. https://doi.org/10.1109/TNSRE.2021.3107376.

    Article  PubMed  Google Scholar 

  9. Lo HS, Xie SQ. Exoskeleton robots for upper-limb rehabilitation: state of the art and future prospects. Med Eng Phys. 2012;34(3):261–8. https://doi.org/10.1016/j.medengphy.2011.10.004.

    Article  PubMed  Google Scholar 

  10. Jarrasse N, Morel G. Connecting a human limb to an exoskeleton. IEEE Trans Robot. 2012;28(3):697–709. https://doi.org/10.1109/TRO.2011.2178151.

    Article  Google Scholar 

  11. Sun Y, Tang Y, Zheng J, Dong D, Chen X, Bai L. From sensing to control of lower limb exoskeleton: a systematic review. Annu Rev Control. 2022;53:83–96.

    Article  MathSciNet  Google Scholar 

  12. Kyeong S, Feng J, Ryu JK, Park JJ, Lee KH, Kim J. Surface electromyography characteristics for motion intention recognition and implementation issues in lower-limb exoskeletons. Int J Control Autom Syst. 2022;20(3):1018–28.

    Article  Google Scholar 

  13. Treussart B, Geffard F, Vignais N, Marin F, Controlling an upper-limb exoskeleton by emg signal while carrying unknown load, In: 2020 IEEE international conference on robotics and automation (ICRA), IEEE; 2020. p. 9107–13.

  14. Trigili E, Grazi L, Crea S, Accogli A, Carpaneto J, Micera S, Vitiello N, Panarese A. Detection of movement onset using EMG signals for upper-limb exoskeletons in reaching tasks. J Neuroeng Rehabil. 2019;16:1–16.

    Article  Google Scholar 

  15. Schabron B, Desai J, Yihun Y. Wheelchair-mounted upper limb robotic exoskeleton with adaptive controller for activities of daily living. Sensors. 2021;21(17):5738.

    Article  ADS  PubMed  PubMed Central  Google Scholar 

  16. Noughaby AG, Vossoughi G, The control of an exoskeleton and the reduction of interaction force using human intent detection by emg signals and torque estimation. In: 2018 6th rsi international conference on robotics and mechatronics (IcRoM), IEEE, 2018. p. 536–41.

  17. Paredes-Acuña N, Berberich N, Dean-León E, Cheng G. Tactile-based assistive method to support physical therapy routines in a lightweight upper-limb exoskeleton. IEEE Trans Med Robot Bionics. 2022;4(3):541–9.

    Article  Google Scholar 

  18. Cacace J, Caccavale R, Finzi A. Supervised hand-guidance during human robot collaborative task execution: a case study., In: AIRO@ AI* IA; 2020. p. 1–6.

  19. Gunasekara J, Gopura R, Jayawardane T, Lalitharathne S. Control methodologies for upper limb exoskeleton robots. In: IEEE/SICE international symposium on system integration (SII). 2012;2012:19–24. https://doi.org/10.1109/SII.2012.6427387.

  20. Palazzi E, Luzi L, Dimo E, Meneghetti M, Vicario R, Luzia RF, Vertechy R, Calanca A. An affordable upper-limb exoskeleton concept for rehabilitation applications. Technologies. 2022;10(1):22.

    Article  Google Scholar 

  21. Zhang F, Lin L, Yang L, Fu Y. Design of an active and passive control system of hand exoskeleton for rehabilitation. Appl Sci. 2019. https://doi.org/10.3390/app9112291.

    Article  PubMed  Google Scholar 

  22. Triwiyanto T, Pawana I, Irianto B, Indrato T, HariWisana ID. Embedded system for upper-limb exoskeleton based on electromyography control. TELKOMNIKA (Telecommun Comput Electr Control). 2019;17:2992. https://doi.org/10.12928/telkomnika.v17i6.11670.

    Article  Google Scholar 

  23. Bembli S, Haddad NK, Belghith S, Computer aided decision model to control an exoskeleton-upper limb system. In: 2019 international conference on advanced systems and emergent technologies (IC_ASET); 2019. p. 166–72. https://doi.org/10.1109/ASET.2019.8871010

  24. Producer’s website. https://store.tmotor.com/goods.php?id=982.

  25. Iqbal J, Baizid K. Stroke rehabilitation using exoskeleton-based robotic exercisers: mini review. Biomed Res (India). 2014;26:197–201.

    Google Scholar 

  26. Stranz J. Projekt egzoszkieletu stawu łokciowego do badań nad sterowaniem. Med Robot Rep. 2015;4:18–23.

    Google Scholar 

  27. Thøgersen MB, Mohammadi M, Gull MA, Bengtson SH, Kobbelgaard FV, Bentsen B, Khan BYA, Severinsen KE, Bai S, Bak T, et al. User based development and test of the exotic exoskeleton: empowering individuals with tetraplegia using a compact, versatile, 5-dof upper limb exoskeleton controlled through intelligent semi-automated shared tongue control. Sensors. 2022;22(18):6919.

    Article  ADS  PubMed  PubMed Central  Google Scholar 

  28. Falkowski P. Light exoskeleton design with topology optimisation and fem simulations for FFF technology. J Autom Mobile Robot Intell Syst. 2021;15(2):14–9.

    Google Scholar 

  29. Falkowski P, An optimisation problem for exoskeleton-aided functional rehabilitation of an upper extremity. In: IOP conference series: materials science and engineering, IOP Publishing; 2022. 1239:012012.

  30. Falkowski P. Predicting dynamics of a rehabilitation exoskeleton with free degrees of freedom. In: Automation 2022: new solutions and technologies for automation, robotics and measurement techniques. Springer; 2022. p. 223–32.

    Chapter  Google Scholar 

  31. Falkowski P, Osiak T, Wilk J, Prokopiuk N, Leczkowski B, Pilat Z, Rzymkowski C. Study on the applicability of digital twins for home remote motor rehabilitation. Sensors. 2023;23(2):911.

    Article  ADS  PubMed  PubMed Central  Google Scholar 

  32. Germanotta M, Cortellini L, Insalaco S, Aprile I. Effects of upper limb robot-assisted rehabilitation compared with conventional therapy in patients with stroke: Preliminary results on a daily task assessed using motion analysis. Sensors. 2023. https://doi.org/10.3390/s23063089.

    Article  PubMed  PubMed Central  Google Scholar 

  33. Khamar M, Edrisi M, Zahiri M. Human-exoskeleton control simulation, kinetic and kinematic modeling and parameters extraction. MethodsX. 2019;6:1838–46.

    Article  PubMed  PubMed Central  Google Scholar 

  34. Mahfouz AA, Mohammed MK, Salem FA. Modeling, simulation and dynamics analysis issues of electric motor, for mechatronics applications, using different approaches and verification by matlab/simulink. Int J Intell Syst App. 2013. https://doi.org/10.5815/ijisa.

    Article  Google Scholar 

  35. Huston R. Fundamentals of biomechanics. 1st ed. CRC Press; 2013.

    Book  Google Scholar 

  36. Challis J, Kerwin D. Quantification of the uncertainties in resultant joint moments computed in a dynamic activity. J Sports Sci. 1996;14:219–31. https://doi.org/10.1080/02640419608727706.

    Article  PubMed  CAS  Google Scholar 

  37. Ballaz L, Raison M, Detrembleur C, Gaudet G, Lemay M. Joint torque variability and repeatability during cyclic flexion-extension of the elbow. BMC Sports Sci Med Rehabili. 2016. https://doi.org/10.1186/s13102-016-0033-1.

    Article  Google Scholar 

  38. Tang C, Xu Z, Occhipinti E, Yi W, Xu M, Kumar S, Virk GS, Gao S, Occhipinti LG. From brain to movement: Wearables-based motion intention prediction across the human nervous system. Nano Energy. 2023;115:108712.

    Article  CAS  Google Scholar 

  39. Prakash A, Sharma S, Sharma N. A compact-sized surface EMG sensor for myoelectric hand prosthesis. Biomed Eng Lett. 2019;9:467–79.

    Article  PubMed  PubMed Central  Google Scholar 

  40. Xiao F, Gu L, Ma W, Zhu Y, Zhang Z, Wang Y. Real time motion intention recognition method with limited number of surface electromyography sensors for a 7-dof hand/wrist rehabilitation exoskeleton. Mechatronics. 2021;79:102642.

    Article  Google Scholar 

  41. Wentink E, Beijen S, Hermens HJ, Rietman JS, Veltink PH. Intention detection of gait initiation using EMG and kinematic data. Gait & Posture. 2013;37(2):223–8.

    Article  CAS  Google Scholar 

  42. Díez JA, Blanco A, Catalán JM, Badesa FJ, Lledó LD, Garcia-Aracil N. Hand exoskeleton for rehabilitation therapies with integrated optical force sensor. Adv Mech Eng. 2018;10(2):1687814017753881.

    Article  Google Scholar 

  43. Mayetin U, Kucuk S. A low cost 3-dof force sensing unit design for wrist rehabilitation robots. Mechatronics. 2021;78:102623.

    Article  Google Scholar 

  44. Chhetry A, Kim J, Yoon H, Park JY. Ultrasensitive interfacial capacitive pressure sensor based on a randomly distributed microstructured iontronic film for wearable applications. ACS Appl Mater Interfaces. 2018;11(3):3438–49.

    Article  Google Scholar 

  45. Wang Y-X, Zhao J, Li D-K, Peng F, Wang Y, Yang K, Liu Z-Y, Liu F-T, Wu J-J, Wang J. Associations between cognitive impairment and motor dysfunction in Parkinson’s disease. Brain Behav. 2017;7(6):e00719.

    Article  PubMed  PubMed Central  Google Scholar 

Download references

Funding

No funding was acquired for this research

Author information

Authors and Affiliations

Authors

Contributions

P. Falkowski - idea, literature review, methodology, final paper, figure 4; K. Jeznach - modelling, main investigation, first draft, rest of the figures; both authors - review of the paper

Corresponding author

Correspondence to Piotr Falkowski.

Ethics declarations

Ethics approval and consent to participate

Not applicable

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Falkowski, P., Jeznach, K. Simulation of a control method for active kinesiotherapy with an upper extremity rehabilitation exoskeleton without force sensor. J NeuroEngineering Rehabil 21, 22 (2024). https://doi.org/10.1186/s12984-024-01316-x

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12984-024-01316-x

Keywords

Mathematics Subject Classification