csu-hmc / gait-control-direct-id-paper

Direct identification of the human's control scheme during walking.
http://hmc.csuohio.edu/projects/gait-control-id
4 stars 2 forks source link

Use the open loop control solution from Ton's project + the identified controller #20

Open moorepants opened 10 years ago

moorepants commented 10 years ago

Ton has M_0 and S_0 which are the moments needed to make the biped model walk and the resulting angles and rates (i.e. the "open loop" controls and trajectories).

I have identified M* and K. The controller is:

M = M_0 + K (S_0 - S) = M* - K S

So with Ton's solution and my K, we can try out the controller and see if it helps the simulation walk further.