A sparse MPC solver for walking motion generation.
|
Default footstep constraints. More...
#include <WMG.h>
Public Member Functions | |
defConstraints () | |
void | init () |
void | init_FSR () |
Public Attributes | |
double | ss_left [4] |
Support constraints with safety margin. More... | |
double | ss_right [4] |
double | ds [4] |
Both feet standing together. More... | |
double | auto_ds [4] |
Automatically added DS. More... | |
double | support_distance_y |
Distance between reference points of the feet. More... | |
Default footstep constraints.
Constraints are represented as four (positive) numbers indicating the distance between the foot reference point (the position of ankle joint) and edges of support rectangle. The order of these numbers is illustrated below:
left/back +——————————–+ left/front | |d(1) | | d(2) | d(0) | |———- p ——————-| | | | | |d(3) | right/back +——————————–+ right/front
double defConstraints::ss_left[4] |
double defConstraints::support_distance_y |