Variables | |
base_estimator | |
cdc_estimator = DcmEstimator("cdc_estimator") | |
cm | |
cm_conf | |
com_admittance_control = ComAdmittanceController("comAdmCtrl") | |
comTrajGen | |
contactLF | |
contactRF | |
CTRL_MAX | |
string | data_folder = rospack.get_path("sot-talos-balance") + "/data/" |
data_type | |
dcm_control | |
dcm_controller = DcmController("dcmCtrl") | |
device_filters | |
dt = robot.timeStep | |
dvdt | |
dynamic | |
e2q = EulerToQuat("e2q") | |
— Reference frame More... | |
estimator = DummyDcmEstimator("dummy") | |
feature | |
string | folder = data_folder + test_folder + "/" |
ftc | |
float | g = 9.81 |
float | gamma_dcm = 0.2 |
h = robot.dynamic.com.value[2] | |
imu_filters | |
keepWaist | |
list | Ki_dcm = [0.0, 0.0, 0.0] |
list | Kp_adm = [0.0, 0.0, 0.0] |
list | Kp_dcm = [8.0] * 3 |
lfToMatrix | |
lfTrajGen | |
m2qLF | |
m2qRF | |
mass = robot.dynamic.data.mass[0] | |
name | |
omega = sqrt(g / h) | |
publisher | |
q = list(robot.dynamic.position.value) | |
rdynamic | |
rfToMatrix | |
rfTrajGen | |
robot | |
string | robot_name = "robot" |
robotDim = robot.dynamic.getDimension() | |
rospack = RosPack() | |
sot | |
taskCom | |
taskComH | |
taskUpperBody | |
timeStep | |
tracer | |
triggerTrajGen | |
value | |
waistMix | |
waistToMatrix | |
waistTrajGen | |
wp = DummyWalkingPatternGenerator("dummy_wp") | |
zmp_estimator = SimpleZmpEstimator("zmpEst") | |
zmpTrajGen | |
base_estimator |
Definition at line 145 of file appli_dcmZmpControl_file.py.
cdc_estimator = DcmEstimator("cdc_estimator") |
Definition at line 187 of file appli_dcmZmpControl_file.py.
cm |
Definition at line 262 of file appli_dcmZmpControl_file.py.
cm_conf |
Definition at line 262 of file appli_dcmZmpControl_file.py.
com_admittance_control = ComAdmittanceController("comAdmCtrl") |
Definition at line 246 of file appli_dcmZmpControl_file.py.
comTrajGen |
Definition at line 68 of file appli_dcmZmpControl_file.py.
contactLF |
Definition at line 305 of file appli_dcmZmpControl_file.py.
contactRF |
Definition at line 313 of file appli_dcmZmpControl_file.py.
CTRL_MAX |
Definition at line 29 of file appli_dcmZmpControl_file.py.
string data_folder = rospack.get_path("sot-talos-balance") + "/data/" |
Definition at line 58 of file appli_dcmZmpControl_file.py.
data_type |
Definition at line 420 of file appli_dcmZmpControl_file.py.
dcm_control |
Definition at line 239 of file appli_dcmZmpControl_file.py.
dcm_controller = DcmController("dcmCtrl") |
Definition at line 223 of file appli_dcmZmpControl_file.py.
device_filters |
Definition at line 143 of file appli_dcmZmpControl_file.py.
dt = robot.timeStep |
Definition at line 32 of file appli_dcmZmpControl_file.py.
dvdt |
Definition at line 410 of file appli_dcmZmpControl_file.py.
dynamic |
Definition at line 322 of file appli_dcmZmpControl_file.py.
e2q = EulerToQuat("e2q") |
— Reference frame
— State transformation stf = StateTransformation("stf") stf.init() plug(robot.rf.referenceFrame,stf.referenceFrame) plug(robot.base_estimator.q,stf.q_in) plug(robot.base_estimator.v,stf.v_in) robot.stf = stf
Definition at line 174 of file appli_dcmZmpControl_file.py.
estimator = DummyDcmEstimator("dummy") |
Definition at line 194 of file appli_dcmZmpControl_file.py.
feature |
Definition at line 271 of file appli_dcmZmpControl_file.py.
string folder = data_folder + test_folder + "/" |
Definition at line 59 of file appli_dcmZmpControl_file.py.
ftc |
Definition at line 203 of file appli_dcmZmpControl_file.py.
float g = 9.81 |
Definition at line 40 of file appli_dcmZmpControl_file.py.
float gamma_dcm = 0.2 |
Definition at line 221 of file appli_dcmZmpControl_file.py.
h = robot.dynamic.com.value[2] |
Definition at line 39 of file appli_dcmZmpControl_file.py.
imu_filters |
Definition at line 144 of file appli_dcmZmpControl_file.py.
keepWaist |
Definition at line 336 of file appli_dcmZmpControl_file.py.
list Ki_dcm = [0.0, 0.0, 0.0] |
Definition at line 220 of file appli_dcmZmpControl_file.py.
list Kp_adm = [0.0, 0.0, 0.0] |
Definition at line 244 of file appli_dcmZmpControl_file.py.
list Kp_dcm = [8.0] * 3 |
Definition at line 219 of file appli_dcmZmpControl_file.py.
lfToMatrix |
Definition at line 77 of file appli_dcmZmpControl_file.py.
lfTrajGen |
Definition at line 74 of file appli_dcmZmpControl_file.py.
m2qLF |
Definition at line 147 of file appli_dcmZmpControl_file.py.
m2qRF |
Definition at line 150 of file appli_dcmZmpControl_file.py.
mass = robot.dynamic.data.mass[0] |
Definition at line 38 of file appli_dcmZmpControl_file.py.
name |
Definition at line 322 of file appli_dcmZmpControl_file.py.
Definition at line 41 of file appli_dcmZmpControl_file.py.
publisher |
Definition at line 418 of file appli_dcmZmpControl_file.py.
q = list(robot.dynamic.position.value) |
Definition at line 273 of file appli_dcmZmpControl_file.py.
rdynamic |
Definition at line 179 of file appli_dcmZmpControl_file.py.
rfToMatrix |
Definition at line 86 of file appli_dcmZmpControl_file.py.
rfTrajGen |
Definition at line 83 of file appli_dcmZmpControl_file.py.
robot |
Definition at line 420 of file appli_dcmZmpControl_file.py.
robot_name = "robot" |
Definition at line 35 of file appli_dcmZmpControl_file.py.
robotDim = robot.dynamic.getDimension() |
Definition at line 37 of file appli_dcmZmpControl_file.py.
rospack = RosPack() |
Definition at line 56 of file appli_dcmZmpControl_file.py.
sot |
Definition at line 392 of file appli_dcmZmpControl_file.py.
taskCom |
Definition at line 328 of file appli_dcmZmpControl_file.py.
taskComH |
Definition at line 322 of file appli_dcmZmpControl_file.py.
taskUpperBody |
Definition at line 270 of file appli_dcmZmpControl_file.py.
timeStep |
Definition at line 31 of file appli_dcmZmpControl_file.py.
tracer |
Definition at line 513 of file appli_dcmZmpControl_file.py.
triggerTrajGen |
Definition at line 64 of file appli_dcmZmpControl_file.py.
value |
Definition at line 65 of file appli_dcmZmpControl_file.py.
waistMix |
Definition at line 101 of file appli_dcmZmpControl_file.py.
waistToMatrix |
Definition at line 109 of file appli_dcmZmpControl_file.py.
waistTrajGen |
Definition at line 98 of file appli_dcmZmpControl_file.py.
wp = DummyWalkingPatternGenerator("dummy_wp") |
Definition at line 116 of file appli_dcmZmpControl_file.py.
zmp_estimator = SimpleZmpEstimator("zmpEst") |
Definition at line 206 of file appli_dcmZmpControl_file.py.
zmpTrajGen |
Definition at line 92 of file appli_dcmZmpControl_file.py.