Submitted:
06 June 2025
Posted:
10 June 2025
You are already at the latest version
Abstract
Keywords:
1. Introduction
2. Medical Rehabilitation Robots in Physiotherapy
2.1. Classification of Rehabilitation Robots
2.2. Areas of Application
2.3. Examples of Robotic Systems Used
2.3.1. Armeo®Spring/Power
2.3.2. Lokomat®
2.3.3. MIT-Manuscript
2.3.4. ReWalk and HAL (Hybrid Assistive Limb)
3. Control Algorithms Used in Rehabilitation Robots
- Maintaining safety during physical interaction between the robot and the patient;
- Providing an appropriate level of assistance, resistance, or freedom of movement;
- Monitoring and interpretation of biomechanical data recorded during therapy;
- Improving performance based on feedback obtained (in the case of adaptive control or machine learning).
3.1. Classical Control Algorithms
3.1.1. Practical Applications in Rehabilitation
3.1.2. Advantages and Limitations for PID Control Algorithms
- − Simple implementation;
- − Fast response in linear or weakly varying systems;
- − Easy to adjust according to the patient's needs.
- − It does not adapt to the patient's dynamic variations;
- − Can become unstable in systems with high delay or pronounced nonlinearity;
- − Does not learn from the patient's previous behaviors.
3.1.3. Advantages and Limitations for LQR Control Algorithms
- − Provides an optimal balance between control accuracy and energy consumption;
- − It is effective in well-modeled systems, such as exoskeletons with predictable loads.
- − It requires a precise mathematical model of the system;
- − Sensitive to uncertainties and nonlinear dynamic variations;
- − It is not easy to apply in the rehabilitation of patients with unpredictable motor responses.
3.2. Adaptive Control
- Adaptive control based on Machine Learning (ML)
- 2.
- Adaptive control using EMG signals
- 3.
- Adaptive control based on Model-Free Sliding-Mode
- 4.
- Adaptive control based on the Lyapunov stability law
3.2.1. Practical Applications in Rehabilitation
3.2.2. Advantages and Limitations for Adaptive Control Algorithms
- − Responds dynamically to changes in patient conditions;
- − Allows personalized therapies;
- − Increases safety by reacting to unforeseen variations.
- − May require significant processing and high-precision sensors;
- − Risk of instability if the algorithm is not well calibrated.
3.3. Intelligent Algorithms and Machine Learning
3.3.1. Types of Algorithms Used
- a).
- Artificial neural networks (ANN)
- b).
- Reinforcement Learning (learning through reward)
- c).
- Support Vector Machines (SVM), K-Means, and other classification or clustering methods
- Reinforcement Learning (RL)
- 2.
- Deep learning
- 3.
- Active learning and assisted interaction
- 4.
- Iterative algorithms based on backpropagation
- 5.
- Bayesian learning for control
3.3.2. Practical Applications in Rehabilitation
- Adjusting the level of support based on the patient's effort (automatic determination of passivity or voluntary activity);
- Automatic recognition of correct vs. incorrect movement patterns;
- Automatic personalization of exercises based on the patient's profile and their evolution over time;
- Real-time adaptation of robot trajectories based on EMG, EEG or sensory feedback data [18].
3.3.3. Advantages and Limitations for Intelligent Algorithms and Machine Learning
- − High level of customization;
- − The possibility of learning from clinical experience and individual patient behavior;
- − High potential for automation and scalability.
- − Requires large volumes of data for training;
- − Performance depends on the quality of sensors and data;
- − The explainability of decisions can often be low ("black-box" AI);
- − Real-time integration can be difficult without high-performance hardware.
3.4. Predictive Control (MPC)
- MPC based on EMG signals.
- 2.
- Nonlinear MPC with Bayesian learning.
- 3.
- Deep learning-enhanced MPC.
- 4.
- Hybrid MPC + adaptive.
3.4.1. Rehabilitation Applications
- Exoskeletons that must coordinate the movements of the patient's multiple joints;
- Systems that impose safety limits (e.g. avoiding hyperextension);
- Control of the contact force between the patient's limb and the robot [25].
3.4.2. Advantages and Limitations for Predictive Control Algorithms
- − Can simultaneously manage physical constraints (e.g. position, speed, force limits);
- − Allows planning of movements and their adaptation in real time;
- − Integrates complex biomechanical models, useful in personalized rehabilitation.
- − It requires an accurate mathematical model of the system and the interaction with the patient;
- − High computational cost – may require high-performance hardware or optimizations;
- − Performance depends on the accuracy of predictions.
3.5. Robust Control
- Sliding Mode Control
- 2.
- Control H∞H_\inftyH∞.
3.5.1. Rehabilitation Applications
3.5.2. Advantages and Limitations for Robust Control Algorithms
- − Guaranteed stability under uncertain conditions;
- − Increased tolerance to modeling errors;
- − Reliable in clinical applications where safety is essential.
- − It can induce noisy behaviors if not properly filtered;
- − The complexity of implementation is higher than classic control.
3.6. Hybrid Control
- "Virtual Fixture" technique.
- 2.
- Human intent detection + active control.
- 3.
- Dual-modal control (adaptive + load-based)
- 4.
- Adaptive active-passive switching
3.6.1. Application Examples
- Robots with automatic mode switching: Exoskeletons that use EMG data to switch between passive and active modes, depending on detected muscle effort [66].
- Multimodal feedback rehabilitation systems: Integrate visual, auditory, and haptic feedback, combined with hybrid control to support motor learning and patient engagement [67].
- Adaptive methods allow for continuous adjustment of control parameters, responding quickly to individual patient variations.
3.6.2. Advantages and Limitations for Hybrid Control Algorithms
- − High flexibility in the face of variations in patient behavior;
- − Real-time adaptability;
- − Allows a more natural interaction between patient and robot.
- − High complexity in design and implementation;
- − The need for precise synchronization between sensors and algorithms;
- − Higher costs due to hardware and software requirements.
- − Implementing a hybrid control imposes high processing requirements, careful integration of feedback from multiple sources (from position sensors, force, EMG, etc.) and requires precise parameter calibration.
| Algorithm | Advantages | Limitation |
|---|---|---|
| PID | - Simple implementation - Fast response in linear systems - Easy to adjust |
- Does not adapt to dynamic variations - Unstable in nonlinear or delayed systems - Does not learn from previous behaviors |
| LQR | - Optimal balance between accuracy and consumption - Efficient in well-designed systems |
- Requires precise model - Sensitive to uncertainties - Difficult to apply to patients with unpredictable responses |
| Adaptive control | - Responds dynamically to changes - Personalizes therapy - Increases safety |
- Requires precise sensors and high processing - Risk of instability without proper calibration |
| Intelligent control / AI | - High level of customization - Learning from experience - Automation and scalability |
- Requires a lot of data - Performance depends on sensors - "Black box" difficult to explain - Real-time integration can be difficult |
| Predictive control (MPC) | - Manages multiple constraints - Real-time planning and adaptation - Integrates biomechanical models |
- Requires accurate model - High computational cost - Performance depends on the accuracy of predictions |
| Robust control | - Stability under uncertain conditions - Tolerance to modeling errors - Increased safety in clinical applications |
- Can generate noisy movements - Complex implementation compared to classic methods |
| Hybrid control | - Flexibility to patient variations - Real-time adaptability - Natural patient–robot interaction |
- Complex design and implementation - Requires precise synchronization - High hardware/software costs |
4. Challenges and Limitations in Implementing Control Algorithms
4.1. Variability of Patient Response
4.2. Accurate Modeling of the Patient-Robot System
4.3. Patient Safety
4.4. Lack of Standardization and Difficulties in Clinical Integration
4.5. High Costs and Maintenance
5. Future Directions of Research and Innovation
- Using wearable sensors and IoT for continuous monitoring of patient progress;
- Using digital twins to simulate and test control strategies before their clinical application;
- Control based on multimodal data (movement, EMG, EEG), for a holistic understanding of the patient's condition and intelligent adaptation of therapy.
6. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
References
- Y. Zhang, M. Y. Zhang, M. Chen, and X. Wang, “Enhanced PID Control for Rehabilitation Robots under Dynamic Patient Interaction,” IEEE Trans. Neural Syst. Rehabilitated. Eng., vol. 29, pp. 1301–1309, 2019.
- T. Zhou et al., "Design and torque control based on neural network PID of a variable stiffness elbow joint rehabilitation robot," Frontiers in Neurorobotics, 2022.
- T. Nguyen, P. T. Nguyen, P. Le, and D. Hoang, “Optimized LQR Control for Stable Robot-Assisted Therapy: A Numerical Approach,” IEEE Trans. Control Syst. Technol., vol. 28, no. 5, pp. 2105–2113, 2020.
- J. Silva and M. Ferreira, “Gain-Scheduled LQR Control for Energy-Efficient Exoskeleton Gait Assistance,” IEEE Trans. Control Syst. Technol., vol. 29, no. 3, pp. 1012–1020, 2021.
- R. Riener, L. R. Riener, L. Lünenburger, and S. Jezernik, “Patient-Cooperative Strategies for Robot-Aided Treadmill Training: First Experimental Results,” IEEE Trans. Neural Syst. Rehabilitated. Eng., vol. 13, no. 3, pp. 380–394, 2005.
- "PID-Based Impedance Control for Gait Training Using Robotic Orthosis," in Proc. 2019 IEEE Int. Conf. on Robotics and Biomimetics (ROBIO), pp. 1784–1789, 2019.
- G. Nizamis, K. G. Nizamis, K. Nizamis, E. Papadopoulou et al., "Development and Evaluation of a Soft Robotic Glove for Assisting Hand Function in Stroke Patients," J. NeuroEngineering Rehabil., vol. 17, no. 1, 2020.
- S. Kim, J. S. Kim, J. Park, and H. Lee, “Adaptive Control Strategy for Lower-Limb Exoskeletons Using Machine Learning,” IEEE Trans. Med. Robot. Bionics, vol. 4, no. 1, pp. 45–53, 2021.
- J. Lee, M. J. Lee, M. Kim, and S. Choi, “Real-Time Adaptive Impedance Control for Robotic Rehabilitation in Spinal Cord Injury Patients,” IEEE Trans. Neural Syst. Rehabilitated. Eng., vol. 29, no. 2, pp. 555–563, 2021.
- S. Hejrati and M. Mattila, “Decentralized Neuro-Adaptive Control for Upper-Limb Exoskeletons Using RBF Neural Networks,” arXiv preprint arXiv:2209.14823, 2022.
- Calanca and, P. Fiorini, "Adaptive Impedance Control of Redundant Manipulators for Human–Robot Interaction," Int. J. Adv. Robot. Syst., vol. 13, 2016.
- Z. Li, X. Z. Li, X. Song, and G. Chen, “Adaptive impedance control of a rehabilitation robot based on EMG signals,” Robotics and Autonomous Systems, vol. 73, pp. 111–122, 2015.
- M. Bakhtiari, A. M. Bakhtiari, A. Sedaghati, and S. Tavakoli, “Model-Free Adaptive Sliding-Mode Impedance Control for Rehabilitation Robots,” IEEE Robot. Automatic Lett., vol. 6, no. 3, pp. 5678–5685, 2021.
- L. Huang and J. Chen, “Model-Free Adaptive Sliding-Mode Control for Uncertain Nonlinear Systems,” Automatica, vol. 102, pp. 45–53, 2019.
- J. Li, X. J. Li, X. Zhou, and Y. Wang, “A Model-Free Adaptive Sliding-Mode Control Scheme for Robotic Manipulators,” IEEE Trans. Ind. Electron., vol. 67, no. 5, pp. 4123–4132, 2020.
- SK Hasan and AK Dhingra, “Adaptive Direct Control of a 7-DOF Lower-Limb Exoskeleton with Lyapunov-Based Gain Adjustment,” Int. J. Adv. Robotic Syst., vol. 15, art. 172988142091, 2018.
- S. Chen and H. Gao, “Observer-Based Model-Free Adaptive Sliding Mode Control for Wearable Robots,” Mechatronics, vol. 72, pp. 112–121, 2021.
- DJ, Reinkensmeyer; et al. , "Intelligent Control of Exoskeleton Robots for Neurorehabilitation: A Review," IEEE Trans. Neural Syst. Rehabilitated. Eng., vol. 29, pp. 1000–1012, 2021.
- MA, Atashzar; et al. , "A Review on Artificial Intelligence in Robot-Assisted Rehabilitation," IEEE Trans. Med. Robot. Bionics, vol. 3, no. 2, pp. 632–647, 2021.
- JD Lee, S. Kim, and HJ Kim, “Reinforcement Learning-Based Robotic Rehabilitation with Reward Shaping,” IEEE Access, vol. 8, pp. 184157–184167, 2020.
- R. Calado et al., "Machine Learning and Rehabilitation: A Review of Robotic Therapy and Prediction Models," Sensors, vol. 21, no. 14, p. 4804, 2021.
- S. Luo et al., “Reinforcement Learning and Control of a Lower Extremity Exoskeleton for Squat Assistance,” arXiv preprint arXiv:2105.03489, 2021.
- J. Lee, D. J. Lee, D. Park, and S. Choi, “DDPG-Based Adaptive Impedance Control for Exoskeleton Gait Assistance,” IEEE Trans. Neural Syst. Rehabilitated. Eng., vol. 30, no. 1, pp. 123–133, 2022.
- F. Taghvaei et al., "A novel adaptive admittance control scheme for lower-limb rehabilitation robots based on human motion intention," Sensors, vol. 22, no. 3, 2022.
- Moly et al., "An adaptive closed-loop ECoG decoder for long-term and stable bimanual control of an exoskeleton by a tetraplegic," arXiv:2201.10449, 2022.
- Caulcrick et al., “Model Predictive Control for Human-Centred Lower Limb Robotic Assistance,” arXiv:2011.05079, 2020.
- Y. Wang et al., “Deep Reinforcement Learning–Based Adaptive Control for an Upper-Limb Rehabilitation Exoskeleton,” IEEE Trans. Neural Syst. Rehabilitated. Eng., vol. 29, pp. 2003–2014, 2021.
- Z. Amine & Y. Salih-Alj, “AI-Driven Interactive Rehabilitation Systems: Integrating Virtual Sensors and Machine Learning,” Front. Robot. AI, vol. X, pp. Y–Z, 2022.
- F. Sun et al., "Meta-Reinforcement Learning for Personalized Control of Rehabilitation Robots," Neurocomputing, vol. 482, pp. 333–347, 2022.
- R. Calado et al., "Machine learning and rehabilitation: a review of robotic therapy and prediction models," Sensors, vol. 21, no. 14, p. 4804, 2021.
- P. Iterative et al., "Iterative Backpropagation Control for Robust Trajectory Tracking in Rehab Robotics," Int. J. Adv. Robotic Syst., vol. 17, art. XYZ, 2021.
- X. Zhang, M. X. Zhang, M. Chen, and L. Zhou, “End-to-End Deep Learning Control of a Lower-Limb Exoskeleton for Gait Rehabilitation,” IEEE Robot. Automatic Lett., vol. 7, no. 4, pp. 8452–8460, 2022.
- H. Ahmadian et al., “Bayesian Learning-Based Nonlinear Model Predictive Control for Wrist Rehabilitation Robots,” IEEE Robot. Automatic Lett., vol. 6, no. 4, pp. 7890–7897, 2021.
- R. Calandra et al., "Bayesian Gaussian Process Model-Based Iterative Learning Control for Robot-Assisted Rehabilitation," IEEE Trans. Neural Syst. Rehabilitated. Eng., vol. 26, no. 9, pp. 1812–1822, 2018.
- C. Tsiloulis & I. Konstantinidis, “Personalized Exoskeleton Control via Bayesian Gaussian Process Regression,” Front. Robot. AI, vol. 7, p. 115, 2020.
- C.-H. Hsiao, Y.-T. C.-H. Hsiao, Y.-T. Lin and J.-Y. Chou, “EMG-based Model Predictive Control for Lower Limb Exoskeleton Assistance,” IEEE Trans. Neural Syst. Rehabilitated. Eng., vol. 30, pp. 2105–2114, 2022.
- L. Chen, X. L. Chen, X. Sun, and H. Zhang, “Surface EMG-Driven Predictive Control in Upper-Limb Rehabilitation Robotics,” Robotics and Autonomous Systems, vol. 140, art. 103747, 2021.
- Y. Liu, M. Y. Liu, M. García, and P. Romero, “Adaptive Gait Assistance via EMG-Guided Model Predictive Control,” Sensors, vol. 23, no. 12, p. 5784, 2023.
- H. Ahmadian, X. H. Ahmadian, X. Liu, and S. Gao, “Bayesian Learning-Based Nonlinear Model Predictive Control for Wrist Rehabilitation Robots,” IEEE Robot. Automatic Lett., vol. 6, no. 4, pp. 7890–7897, 2021.
- R. Calandra, A. R. Calandra, A. Seyfarth, and M. Pavone, “Bayesian Gaussian Process Model-Based Iterative Learning Control for Robot-Assisted Rehabilitation,” IEEE Trans. Neural Syst. Rehabilitated. Eng., vol. 26, no. 9, pp. 1812–1822, 2018.
- C. Tsiloulis and I. Konstantinidis, “Personalized Exoskeleton Control via Bayesian Gaussian Process Regression,” Front. Robot. AI, vol. 7, p. 115, 2020.
- G. Li, Q. G. Li, Q. Huang, and J. Zhang, “Deep Learning–Enhanced Model Predictive Control for Exoskeleton Gait Assistance,” Sensors, vol. 23, no. 14, p. 6452, 2023.
- Y. Wang, J. Y. Wang, J. Liu, and H. Li, “Deep Reinforcement Learning–Based Adaptive Control for an Upper-Limb Rehabilitation Exoskeleton,” IEEE Trans. Neural Syst. Rehabilitated. Eng., vol. 29, pp. 2003–2014, 2021.
- X. Zhang, M. X. Zhang, M. Chen, and L. Zhou, “End-to-End Deep Learning Control of a Lower-Limb Exoskeleton for Gait Rehabilitation,” IEEE Robot. Automatic Lett., vol. 7, no. 4, pp. 8452–8460, 2022.
- T. Wang and J. Sun, “A Robust Model Predictive Control Strategy for Rehabilitation Robots,” IEEE Trans. Neural Syst. Rehabilitated. Eng., vol. 30, pp. 1120–1128, 2022.
- Martínez-Pérez, R. Sánchez, and J. Gómez, “EMG-Based MPC for Predictive Knee Rehabilitation,” Journal of Biomechanics, vol. 112, pp. 110–118, 2020.
- AU, Pehlivan; et al. , "Design and validation of a variable impedance controller for a robotic exoskeleton for upper extremity rehabilitation," IEEE Trans. Robot., vol. 32, no. 3, pp. 735–744, 2016.
- J. Lee, M. J. Lee, M. Kim, and S. Choi, “Real-Time Adaptive Impedance Control for Robotic Rehabilitation in Spinal Cord Injury Patients,” IEEE Trans. Neural Syst. Rehabilitated. Eng., vol. 29, no. 2, pp. 555–563, 2021.
- Li, X. and Chen, Y., “Model-Free Sliding Mode Control for Lower-Limb Exoskeletons,” IEEE Robot. Automatic Lett., vol. 4, no. 3, pp. 2301–2308, 2019.
- Huang, W. and Gao, H., “Sliding Mode Observer-Based Robust Control in Elbow Rehabilitation Robots,” Mechatronics, vol. 64, pp. 45–56, 2020.
- T. Li et al., "Robust Control Approaches in Assistive Rehabilitation Robots under Uncertain Conditions," IEEE Trans. Med. Robot. Bionics, vol. 5, no. 2, pp. 140–148, 2023.
- Wang, Y. and Sun, J., “H∞H_{\infty}H∞ Control for Knee Exoskeleton Rehabilitation under Disturbances,” J. Biomech., vol. 112, pp. 120–128, 2022.
- Gao, X. , Liu, Z. and Wang, L., “Comparison of H∞H_{\infty}H∞, PID, and LQR for Upper-Limb Exoskeleton Control,” Int. J. Control, vol. 91, no. 7, pp. 1523–1535, 2018.
- JL Pons, Rehabilitation Exoskeletal Robotics, Wiley, 2008.
- Onfiani, M. Rossi and P. Garcia, “Optimized Design and Control of Collaborative Rehabilitation Robots: A Virtual Fixture Approach,” Frontiers in Robotics and AI, vol. 11, no. 2, pp. 112–125, 2024.
- Duschau-Wicke, J. von Zitzewitz, L. Lünenburger, and R. Riener, “Path control: a method for patient-cooperative robot-aided gait rehabilitation,” IEEE Trans. Neural Syst. Rehabilitated. Eng., vol. 18, no. 1, pp. 38–48, 2010.
- G. Carpino, F. G. Carpino, F. Nori and D. Leonardis, “Hybrid control of a wearable robotic device for neurorehabilitation,” Mechatronics, vol. 62, pp. 13–25, 2019.
- Q. Yang, C. Q. Yang, C. Xie, R. Tang, H. Liu, and R. Song, “Hybrid Active Control with Human Intention Detection of an Upper-Limb Cable-Driven Rehabilitation Robot,” IEEE Access, 2020.
- R. Wu, J. R. Wu, J. Li, and Y. Sun, “Neural-Network Intention Detection Based Hybrid Predictive Control for Rehabilitation Robots,” IEEE Robot. Automatic Lett., vol. 5, no. 2, pp. 678–685, 2020.
- J. Nuño, L. J. Nuño, L. Romero, and A. Pons, “EEG-EMG Integrated Hybrid Control for Exoskeleton Rehabilitation,” J. NeuroEng. Rehabil., vol. 19, no. 1, art. 56, 2022.
- L. Li, H. L. Li, H. Wang, and Y. Zhou, “Dual-Modal Hybrid Control for Upper-Limb Rehabilitation Robots,” IEEE Trans. Neural Syst. Rehabilitated. Eng., vol. 27, no. 6, pp. 1234–1243, 2019.
- K. Zhang, M. K. Zhang, M. Chen, and S. Liu, “EMG-Adaptive and Task-Based Dual-Modal Control for Rehabilitation Robots,” Frontiers in Robotics and AI, vol. 8, art. 45, 2021.
- W. Huang and Y. Chen, “Adaptive Active-Passive Hybrid Control for Rehabilitation Exoskeletons,” Robotics and Autonomous Systems, vol. 137, art. 103723, 2021.
- T. Proietti, A. T. Proietti, A. Rossi and M. Fontana, “EMG- and Force-Sensor Based Hybrid Control for Upper-Limb Rehabilitation,” Sensors, vol. 19, no. 9, p. 2035, 2019.
- P. Landi, M. P. Landi, M. Trincavelli and G. Baratti, “Rapid Parametric Active-Passive Control for Exoskeleton Rehabilitation Devices,” Int. J. Adv. Robotic Syst., vol. 17, art. 172988142091, 2020.
- R. Calado et al., "Machine Learning and Rehabilitation: A Review of Robotic Therapy and Prediction Models," Sensors, vol. 21, no. 14, p. 4804, 2021.
- M. Tavakoli et al., “Robotics, Smart Wearable Technologies, and Machine Learning for Enhanced Healthcare,” IEEE Rev. Biomed. Eng., vol. 13, pp. 275–289, 2020.
- Caulcrick et al., “Model Predictive Control for Human-Centred Lower Limb Robotic Assistance,” arXiv preprint arXiv:2011.05079, 2020.
- T. Wang et al., “A Robust Model Predictive Control Strategy for Rehabilitation Robots,” IEEE Trans. Neural Syst. Rehabilitated. Eng., vol. 30, pp. 1120–1128, 2022.
- J. Lee, M. J. Lee, M. Kim, and S. Choi, “Real-Time Adaptive Impedance Control for Robotic Rehabilitation in Spinal Cord Injury Patients,” IEEE Trans. Neural Syst. Rehabilitated. Eng., vol. 29, no. 2, pp. 555–563, 2021.
- T. Li et al., "Robust Control Approaches in Assistive Rehabilitation Robots under Uncertain Conditions," IEEE Trans. Med. Robot. Bionics, vol. 5, no. 2, pp. 140–148, 2023.
- S. Kim, J. S. Kim, J. Park, and H. Lee, “Adaptive Control Strategy for Lower-Limb Exoskeletons Using Machine Learning,” IEEE Trans. Med. Robot. Bionics, vol. 4, no. 1, pp. 45–53, 2021.
- J. Fernandez et al., “Dynamic Modeling and Control of Upper Limb Exoskeletons for Rehabilitation,” Mechatronics, 2020. [CrossRef]
- H. Kim et al., “Safe and Compliant Control Strategies for Lower Limb Rehabilitation Robots,” Sensors, vol. 22, no. 3, p. 9 3217, 2022. [CrossRef]
- E. López-Larraz et al., "Bridging the Gap Between Robotic Technology and Clinical Application in Neurorehabilitation," IEEE Rev. Biomed. Eng. 2021. [CrossRef]
- M. Nasrallah et al., “Cost-Effective Design of Rehabilitation Robots for Clinical Use: Challenges and Solutions,” Machines, vol. 11, no. 2023; 6. [CrossRef]
- Y. Li et al., “Reinforcement Learning-Based Control for Upper-Limb Rehabilitation Robot,” IEEE Trans. Neural Syst. Rehabilitated. Eng., vol. 29, pp. 98–108, 2021.
- J. Kim et al., “VR-Based Interactive Rehabilitation System Integrated with Exoskeletons,” Sensors, vol. 22, no. 3, p. 1125, 2022.
- H. Zhang et al., “Hybrid Position/Force Control for a Robotic Rehabilitation System,” J. Intell. Robot. Syst., vol. 98, pp. 459–472, 2020.
- S. Dalla Gasperina et al., "Adaptive Control Strategies in Robotic Neurorehabilitation," IEEE Access, vol. 10, pp. 15124–15137, 2022.
- Y. Li et al., “Reinforcement Learning-Based Control for Upper-Limb Rehabilitation Robot,” IEEE Trans. Neural Syst. Rehabilitated. Eng., vol. 29, 2021.
- Q. Zhu et al., “Review of Emerging Trends in Intelligent Rehabilitation Robotics,” Appl. Sci., vol. 12, no. 9, 2022.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 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 (http://creativecommons.org/licenses/by/4.0/).