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
3 stars 2 forks source link

Jacobian of the constraint equations are not formed correctly in direct collocation example #26

Closed moorepants closed 10 years ago

moorepants commented 10 years ago

I think I may be forming the Jacobian of the constraint function incorrectly. If the constraint function takes the free parameters (n * 6 + 12) as arguments and the jacobian of the partial is needed with respect to those parameters then you will have a 6 x (n * 6 + 12) jacobian matrix. Is the partial of f with respect to the ith and ith + 1 state variable the same thing? Is the Jacobian a sparse matrix full of sub-Jacobian's that all have the same numbers for the partials of the state variables?