A sparse MPC solver for walking motion generation.
Functions
qp.h File Reference
#include "smpc_common.h"
#include "state_handling.h"

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...
 

Detailed Description

Author
Alexander Sherikov
Date
26.04.2012 19:36:23 MSD

Definition in file qp.h.

Function Documentation

◆ form_init_fp_tilde()

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.

Parameters
[in]pparproblem parameters
[in]x_coordx coordinates of points satisfying constraints
[in]y_coordy coordinates of points satisfying constraints
[in]init_statecurrent state
[in]tilde_stateif true the state is assumed to be in X_tilde form
[in,out]Xinitial guess / solution of optimization problem

Definition at line 33 of file qp.h.