Team Member

Overview

Motivation

DARPA Warrior Web Program

This project is motivated by DARPA Warrior Web Program.

    1. To prevent and reduce musculoskeletal injuries. 
    2. To augment positive work done by the muscles and reduce the physical burden

Harvard Exosuit

 In order to develop an under-suit that doesn’t interrupt wearer’s free movement, researchers are trying to make it soft and deformable, but still capable of applying force to body joints. Among several different projects in the Warrior Web program, I focused on Harvard exosuit.

 

 

 

 

 

 

 

 

 

 

Challenge

As it is a new approach to assist human gait with deformable structure, there are many challenges while developing the exosuit. The examples of the challenges are

The reasons for the challenges are

Goals

Through this project, I tried to resolve the challenges in developing exosuit with Opensim simulation. Simulation can help developing soft wearable exosuit as it can gives an intuition on how exosuit help muscles, and what are the key features that one should care about when developing the suit.

I hope this project will construct a systematic way of analyzing and designing soft wearable device. The goal that I set as a starting point are

Strategy

Experimental data

Two different data were collected from a same subject. 

For both data, walking speed is identical, and mass of the load for loaded walking was 38kg.

    1. Marker position data
    2. Ground reaction force data
    1. mass: 61.3kg
    2. Sex: male

Modeling

To simulate an exosuit wearer, it is most important to create a model which can replicate a real subject as possible as we can. In this project, as the experimental data was acquired from a subject walking freely, it is not possible to make a realistic exosuit wearer. However, to make my model dynamically consistent to the experimental data, my model was gone through the basic steps of modeling procedure in Opensim, and then added actuators and metabolic cost probes.

How to model a subject wearing active actuator

The diagram describes what procedure my model had gone through.

    1. How Scaling Works
    2. How Inverse Kinematics Works
    3. How RRA Works

Simulation-Based Design to Reduce Metabolic Cost

OpenSIm::PathActuator Class

Sample models

Here are the figures of sample simulation models. I created several different types of models for both loaded gait and unloaded gait.

Loaded gait model

 

 

 

 

 

 

 

 

 

 

Three different types of models were created for loaded gait simulation

The path actuator supporting plantar flexion is attached to heel and tibia, and the pathactuator supporting hip extension is attached to backpack and femur. Loaded mass was added to torso for simplicity.

Unloaded gait model

Same types of models were created for unloaded gait simulation. The main difference between loaded gait model and unloaded gait model is the mass of torso, and transparancy of backpack.

Optimization methodology

The idea to optimize the control input force for the actuator is to take advantage of CMC tool. The main reason we use CMC in OpenSim is to find a most suitable excitations for muscles to create body movement while minimizing activation. To see how it works, refer to

In this project, I make use of different use of the objective function in CMC in order to find optimal input force.

J = \sum_{i=1}^{n_x} x_i^2 + \sum_{j=1}^{n_q} w_j \left( \ddot{q}_j\,^* - \ddot{q}_j \right)^2 

x = \begin{bmatrix} x_{muscle} \\ x_{actuator} \end{bmatrix}

F_{actuator} = F_{actuator}^{max} \times x_{actuator}

And if we assign large value of maximum force to each actuator, then actuator control x_actuator decreases, so that the influence of actuator to J is decreases.

Result & Discussion

Metabolic cost change when active actuators are added to model

I investigated how much metabolic cost is reduced when active actuators are added to a model, and optimal input force is applied to actuators. I did simulation for both loaded and unloaded walking cases, and I compared the influence of hip actuator and ankle actuator to metabolic cost reduction.

I assigned 10,000N to maximum active actuator force in order to find optimal control input force through CMC.

 

Loaded walkingUnloaded walking
    1. Ankle actuator: 10.35%
    2. Hip actuator: 6.62%
    1. Ankle actuator: 10.62%
    2. Hip actuator: 1.04%
    1. The metabolic cost is much lower during unloaded walking than loaded walking. Loaded walking costs only 75% metabolic energy compared to loaded walking. 
    2. Ankle actuator works better to reduce metabolic cost than hip actuator when we can apply optimal input force.
    3. Hip actuator is not assistive to unloaded gait.

Therefore,  we can say that ankle actuator helps metabolic cost reduction better than hip actuator if we have an optimal actuator which has no maximum force limitation.

Optimal actuator input

 Loaded walkingUnloaded walking
Ankle actuator
Hip actuator

Optimal input force for Ankle actuator

 

Optimal input force for Hip actuator

Analysis of optimal input force for ankle actuator

I could explain how the optimal actuation input for ankle actuator could help loaded gait by investigating the change of plantar flexor muscle forces

To sum up, we can say that ankle actuator assists uniarticular muscles during loaded walking.

Best realistic actuation input force for ankle actuator

Optimal input force when actuation force is limited to 400N

From the previous results, we found that the optimal force for hip actuator is small enough to be achieved by real actuator, while the optimal input force for ankle actuator is not achievable. (>2000N). Therefore, I tried different types of input forces for ankle actuators up to 400N, and compare the results to optimal control input case.
My initial guess was to saturate the optimal input force that I found earlier at 400N. I generated an new input force which is identical to optimal input force up to 400N, and saturated once optimal input force exceeds 400N. And then, I run CMC after setting the actuator input forces as a control constraints for each case.
I compared the saturated optimal input to a new CMC results which was acquired after assigning 4000N to maximum actuation force and bounding control input between 0 and .1.
In other word, 

 

F_{actuator}^{max} = 400 N, 0 \leq x_{actuator} \leq 0.1

F_{actuator} = F_{actuator}^{max} \times x_{actuator}

According to the formula, the new CMC results also has maximum force of 400N, and it gives better result in terms of metabolic cost reduction than a result of CMC which was acquired with an actuator with 400N actuation and conventional control input.

You can see a similarity between the saturated optimal input and a results of new CMC procedure.

Metabolic cost reduction

Loaded walkingUnloaded walking
    1. optimal: 10.35% reduction
    2. Saturated: 1.84% reduction
    3. New CMC: 2.68% reduction
    1. optimal: 10.62% reduction
    2. Saturated: 3.46% reduction
    3. New CMC: 3.82%

Biarticular actuator

Now that we know both ankle actuator hip actuator works well to reduce metabolic cost during loaded walking, the natural progress is to create biarticular actuator which can affect both ankle plantar flexion and hip extension. In order to reduce the number of actuator, I created biarticular actuator with 1 DOF, and see how much it reduces metabolic cost, and what it’s optimal input force is.

Modeling

Simulation result

Optimal inputMetabolic cost reduction

Conclusion

    1. If we can apply sufficient amount of force, it is better to apply force to ankle joint.
    2. If not, hip actuator is a good alternative, even though it is hard to control

 

 

 

Limitations

 

Source code

You can find the model that I used in htt~~~~

References