SkillAgentSearch skills...

RobustExoControl

In this research, we aim for robust locomotion control of an underactuated bipedal exoskeleton with arbitrary human users. To ensure robust and dynamic walking behavior despite parameter uncertainties and external disturbances, we synthesized three distinct controllers, namely, Centroidal Momentum Control (CMC), Basic Admittance Controller (BAC), and ZMP Impedance Feedback (ZIF). In order to understand the best performing controller, we ran several simulations with 12 distinct anthropomorphic subjects concerning two walking scenarios, 1) perturbation free dynamic walking, 2) perturbed dynamic walking. The results are statistically analyzed.

Install / Use

/learn @AhmedFahmySoliman/RobustExoControl
About this skill

Quality Score

0/100

Supported Platforms

Zed

README

Robust Locomotion Control of a Self-Balancing and Underactuated Bipedal Exoskeleton: Task Prioritization and Feedback Control

Ahmed Fahmy Soliman and Barkan Ugurlu


General info

In this research, we aim for robust locomotion control of an underactuated bipedal exoskeleton with arbitrary human users; see Fig. 1. To ensure robust and dynamic walking behavior despite parameter uncertainties and external disturbances, we synthesized three distinct controllers, namely, Centroidal Momentum Control (CMC), Basic Admittance Controller (BAC), and ZMP Impedance Feedback (ZIF). In order to understand the best performing controller, we ran several simulations with 12 distinct anthropomorphic subjects concerning two walking scenarios, 1) perturbation free dynamic walking, 2) perturbed dynamic walking. The results are statistically analyzed.

This repository contains the recursive algorithms that we used to compute Jacobian, Inertia, Coriolis centrifugal, and Gravitational matrices in RecursiveAlgorithms folder. In addition to the necessary codes to regenerate figures, ANOVA tables, and Post-Hoc tables which are used to perform statistical analysis and can be found in StatisticalAnalysis folder. The data used to regenerate the results is obtained from a series of simulation experiments conducted via MSC.ADAMS and Simulink. An explanatory document, namely, Supplement.pdf is added to explain the recursive algorithms theoreticalley in the Documents folder. The codes are written in MATLAB mfile syntax.

Fig1

<p> Fig. 1: Left: Self-balancing Lower body exoskeleton Co-Ex. Right: Its MSC.ADAMS simulation model.<p>

Statistical Analysis

The statistical analysis section used to generate the following items:

Figure 1

The figure illustrates the results for a perturbation free walking motion with forward velocity of 0.3m/s. The plot shows mean±SD variation regions for 8 consecutive steps. Pink, green, and blue regions indicate the corresponding variations for ZIF, BAC, and CMC responses, respectively. Mean variations were denoted via solid lines accordingly. In this Figure, we plotted the ZMP variation (x<sub>zmp</sub>, y<sub>zmp</sub>) and pitch axis angular velocity ω<sub>pitch</sub> for the three controllers in question.

Figure 2

The figure illustrates the results for perturbed dynamic walking motion with forward velocity of 0.2 m/s. The disturbances are shown by the grey-shaded areas. External impulsive force of 200 N was applied at the hip of the system, first along the x direction when t = 10.6 s, then along the y direction when t = 12.4 s. The plot shows mean±SD variation regions for 8 consecutive steps. Pink, green, and blue regions indicating the corresponding variations for ZIF, BAC, and CMC responses, respectively. Mean variations were denoted via solid lines accordingly. In this Figure, we plotted the ZMP variation (x<sub>zmp</sub>, y<sub>zmp</sub>) and pitch axis angular velocity ω<sub>pitch</sub> for the three controllers in question.

Figure 3

The variation between the three controllers is depicted in this figure based on the peak-to-peak average of ZMP in x and y directions and pitch axis angular velocity which are represented by (x<sub>zmp</sub><sup>pp</sup> , y<sub>zmp</sub><sup>pp</sup> , ω<sub>pitch</sub><sup>pp</sup>) respectively. The average of (x<sub>zmp</sub><sup>pp</sup> , y<sub>zmp</sub><sup>pp</sup> , ω<sub>pitch</sub><sup>pp</sup>) for the 12 subjects is obtained and plotted for the two walking scenarios.

ANOVA Tables

  • ANOVA Table1 used to generate Factorial Repeated Measures ANOVA table to compare between the three controllers for perturbation free dynamic walking based on (x<sub>zmp</sub><sup>pp</sup> , y<sub>zmp</sub><sup>pp</sup> , ω<sub>pitch</sub><sup>pp</sup>) for each subject. The significant level is chosen to be 0.05.
  • ANOVA Table2 used to generate Factorial Repeated Measures ANOVA table to compare between the three controllers for perturbed dynamic walking based on (x<sub>zmp</sub><sup>pp</sup> , y<sub>zmp</sub><sup>pp</sup> , ω<sub>pitch</sub><sup>pp</sup>) for each subject. The significant level is chosen to be 0.05.

Post-Hoc Tables

  • Post-Hoc Table1 used for pairwise comparison between the three controllers for perturbation free dynamic walking based on (x<sub>zmp</sub><sup>pp</sup> , y<sub>zmp</sub><sup>pp</sup> , ω<sub>pitch</sub><sup>pp</sup>) for each subject. Bonferroni method is used with adjusted significant level of 0.0167 per test (0.05/3).
  • Post-Hoc Table2 used for pairwise comparison between the three controllers for perturbed dynamic walking based on (x<sub>zmp</sub><sup>pp</sup> , y<sub>zmp</sub><sup>pp</sup> , ω<sub>pitch</sub><sup>pp</sup>) for each subject. Bonferroni method is used with adjusted significant level of 0.0167 per test (0.05/3).

Recursive Algorithms

The recursive algorithms section used to generate the Jacobian, Inertia, Coriolis centrifugal, and Gravitational matrices for Co-Ex with joint configuration illustrated in Fig. 2. Each leg possesses 4 DoFs (Degrees of Freedom), namely, a 2 DoF hip joint along the A/A (Adduction/Abduction) and F/E (Flexion/Extension) axes, a 1 DoF knee joint along the F/E axis, and a 1 DoF ankle joint along the DP/F (Dorsi/Plantar Flexion) axis.

<img src="https://user-images.githubusercontent.com/82141384/117294489-5c703500-ae7b-11eb-831a-3d51d3dc9922.png" alt="Fig_Readme" width="250"/> <p> Fig. 2: Joint configuration of the biped model.<p>

Authors

Contact us in case of any queries

Ahmed Fahmy Soliman - fahmy.ahmed@ozu.edu.tr

Barkan Ugurlu - barkan.ugurlu@ozyegin.edu.tr

Related Skills

View on GitHub
GitHub Stars10
CategoryEducation
Updated2mo ago
Forks3

Languages

MATLAB

Security Score

90/100

Audited on Jan 26, 2026

No findings