A sparse MPC solver for walking motion generation (old version).
|
Interface of the library. More...
Go to the source code of this file.
Classes | |
class | smpc::state |
An abstract class representing state. More... | |
class | smpc::state_orig |
A container for a state in the original form: More... | |
class | smpc::state_tilde |
A container for a state in tilde form (after variable substitution): More... | |
class | smpc::control |
A container for a control vector. More... | |
class | smpc::solver |
API of the sparse MPC solver. More... | |
Namespaces | |
namespace | smpc |
Defines | |
#define | SMPC_NUM_STATE_VAR 6 |
Number of state variables. | |
#define | SMPC_NUM_CONTROL_VAR 2 |
Number of control variables. | |
#define | SMPC_NUM_VAR 8 |
Total number of variables. |