sobec::WBCSettings Struct Reference

#include <sobec/walk-with-traj/wbc.hpp>

Public Attributes

int totalSteps = 4
 
int T = 100
 
int TdoubleSupport = 50
 
int TsingleSupport = 100
 
int Tstep = TdoubleSupport + TsingleSupport
 
int ddpIteration = 1
 
double Dt = 1e-2
 
double simu_step = 1e-3
 
int Nc = (int)round(Dt / simu_step)
 

Member Data Documentation

◆ ddpIteration

int sobec::WBCSettings::ddpIteration = 1

◆ Dt

double sobec::WBCSettings::Dt = 1e-2

◆ Nc

int sobec::WBCSettings::Nc = (int)round(Dt / simu_step)

◆ simu_step

double sobec::WBCSettings::simu_step = 1e-3

◆ T

int sobec::WBCSettings::T = 100

◆ TdoubleSupport

int sobec::WBCSettings::TdoubleSupport = 50

◆ totalSteps

int sobec::WBCSettings::totalSteps = 4
Todo:
: add the cost names as setting parameters.

◆ TsingleSupport

int sobec::WBCSettings::TsingleSupport = 100

◆ Tstep

int sobec::WBCSettings::Tstep = TdoubleSupport + TsingleSupport

The documentation for this struct was generated from the following file: