A sparse MPC solver for walking motion generation.
|
Go to the source code of this file.
Functions | |
template<class PP > | |
void | form_init_fp_tilde (const PP &ppar, const double *x_coord, const double *y_coord, const double *init_state, const bool tilde_state, double *X) |
Generates an initial feasible point. More... | |
Definition in file qp.h.
void form_init_fp_tilde | ( | const PP & | ppar, |
const double * | x_coord, | ||
const double * | y_coord, | ||
const double * | init_state, | ||
const bool | tilde_state, | ||
double * | X | ||
) |
Generates an initial feasible point.
[in] | ppar | problem parameters |
[in] | x_coord | x coordinates of points satisfying constraints |
[in] | y_coord | y coordinates of points satisfying constraints |
[in] | init_state | current state |
[in] | tilde_state | if true the state is assumed to be in X_tilde form |
[in,out] | X | initial guess / solution of optimization problem |