A sparse MPC solver for walking motion generation (old version).
|
A container for a state in the original form: More...
#include <smpc_solver.h>
Public Member Functions | |
state_orig () | |
void | get_next_state (const solver &smpc_solver) |
Refer to the base class state for description. | |
void | get_state (const solver &smpc_solver, const int ind) |
Refer to the base class state for description. |
A container for a state in the original form:
x CoM position [meter] x CoM velocity [meter/s] x CoM acceleration [meter/s^2] y CoM position [meter] y CoM velocity [meter/s] y CoM acceleration [meter/s^2]
Definition at line 146 of file smpc_solver.h.
smpc::state_orig::state_orig | ( | ) | [inline] |
Definition at line 149 of file smpc_solver.h.
void smpc::state_orig::get_next_state | ( | const solver & | smpc_solver | ) | [virtual] |
Refer to the base class state for description.
Implements smpc::state.
Definition at line 175 of file smpc_solver.cpp.
void smpc::state_orig::get_state | ( | const solver & | smpc_solver, |
const int | ind | ||
) | [virtual] |
Refer to the base class state for description.
Implements smpc::state.
Definition at line 181 of file smpc_solver.cpp.