30 #include <mc_rtc/Configuration.h>    40   EIGEN_MAKE_ALIGNED_OPERATOR_NEW
    43       Eigen::Vector2d::Zero(); 
    71     mc_rtc::Configuration config;
    72     config.add(
"friction", sole.
friction);
 double halfLength
Half-length of the sole in [m]. 
 
double halfWidth
Half-width of the sole in [m]. 
 
Framework namespace, only used to add a configuration loader. 
 
double friction
Friction coefficient. 
 
EIGEN_MAKE_ALIGNED_OPERATOR_NEW Eigen::Vector2d leftAnkleOffset
Offset from center to ankle frames in the left sole frame. 
 
Main controller namespace. 
 
static lipm_walking::Sole load(const mc_rtc::Configuration &config)
 
static mc_rtc::Configuration save(const lipm_walking::Sole &sole)