ghorn / dynobud

your dynamic optimization buddy
GNU Lesser General Public License v3.0
27 stars 5 forks source link

nonlinear continuity conditions #19

Open ghorn opened 10 years ago

ghorn commented 10 years ago

Basically right now g(x_k) == x_{k+1}, (where g is like an integration or extrapolation), but you might want to say something like c( g(x_k), x_{k+1} ) == 0. This could be useful for re-normalizing a quaternion or DCM, for example