Variables | |
| base_estimator | |
| cdc_estimator = DcmEstimator("cdc_estimator") | |
| cm | |
| cm_conf | |
| com_admittance_control = ComAdmittanceController("comAdmCtrl") | |
| comTrajGen | |
| contactLF | |
| contactRF | |
| controller = FootForceDifferenceController("footController") | |
| CTRL_MAX | |
| data_type | |
| dcm_control | |
| dcm_controller = DcmController("dcmCtrl") | |
| device_filters | |
| int | dfzAdmittance = -1e-4 |
| distribute = create_distribute_wrench(distribute_conf) | |
| dt = robot.timeStep | |
| dvdt | |
| dynamic | |
| e2q = EulerToQuat("e2q") | |
| — Reference frame More... | |
| estimator = DummyDcmEstimator("dummy") | |
| feature | |
| ffdc | |
| 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 = [5.0, 5.0, 5.0] |
| lfToMatrix | |
| lfTrajGen | |
| m2qLF | |
| m2qRF | |
| mass = robot.dynamic.data.mass[0] | |
| name | |
| omega = sqrt(g / h) | |
| param_server | |
| phaseInt | |
| phaseScalar | |
| phaseTrajGen | |
| publisher | |
| q = list(robot.dynamic.position.value) | |
| rdynamic | |
| rfToMatrix | |
| rfTrajGen | |
| rhoScalar | |
| rhoTrajGen | |
| robot | |
| string | robot_name = "robot" |
| robotDim = robot.dynamic.getDimension() | |
| sot | |
| taskCom | |
| taskComH | |
| taskUpperBody | |
| timeStep | |
| value | |
| float | vdcDamping = 0.0 |
| float | vdcFrequency = -1.0 |
| waistMix | |
| waistToMatrix | |
| waistTrajGen | |
| wp = DummyWalkingPatternGenerator("dummy_wp") | |
| zmp_estimator = SimpleZmpEstimator("zmpEst") | |
| base_estimator |
Definition at line 133 of file appli_dcmZmpFootControl.py.
| cdc_estimator = DcmEstimator("cdc_estimator") |
Definition at line 182 of file appli_dcmZmpFootControl.py.
| cm |
Definition at line 293 of file appli_dcmZmpFootControl.py.
| cm_conf |
Definition at line 293 of file appli_dcmZmpFootControl.py.
| com_admittance_control = ComAdmittanceController("comAdmCtrl") |
Definition at line 250 of file appli_dcmZmpFootControl.py.
| comTrajGen |
Definition at line 64 of file appli_dcmZmpFootControl.py.
| contactLF |
Definition at line 337 of file appli_dcmZmpFootControl.py.
| contactRF |
Definition at line 347 of file appli_dcmZmpFootControl.py.
| controller = FootForceDifferenceController("footController") |
Definition at line 271 of file appli_dcmZmpFootControl.py.
| CTRL_MAX |
Definition at line 34 of file appli_dcmZmpFootControl.py.
| data_type |
Definition at line 409 of file appli_dcmZmpFootControl.py.
| dcm_control |
Definition at line 234 of file appli_dcmZmpFootControl.py.
| dcm_controller = DcmController("dcmCtrl") |
Definition at line 218 of file appli_dcmZmpFootControl.py.
| device_filters |
Definition at line 131 of file appli_dcmZmpFootControl.py.
| int dfzAdmittance = -1e-4 |
Definition at line 267 of file appli_dcmZmpFootControl.py.
| distribute = create_distribute_wrench(distribute_conf) |
Definition at line 239 of file appli_dcmZmpFootControl.py.
| dt = robot.timeStep |
Definition at line 37 of file appli_dcmZmpFootControl.py.
| dvdt |
Definition at line 398 of file appli_dcmZmpFootControl.py.
| dynamic |
Definition at line 358 of file appli_dcmZmpFootControl.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 162 of file appli_dcmZmpFootControl.py.
| estimator = DummyDcmEstimator("dummy") |
Definition at line 189 of file appli_dcmZmpFootControl.py.
| feature |
Definition at line 303 of file appli_dcmZmpFootControl.py.
| ffdc |
Definition at line 290 of file appli_dcmZmpFootControl.py.
| ftc |
Definition at line 198 of file appli_dcmZmpFootControl.py.
| float g = 9.81 |
Definition at line 45 of file appli_dcmZmpFootControl.py.
| float gamma_dcm = 0.2 |
Definition at line 216 of file appli_dcmZmpFootControl.py.
| h = robot.dynamic.com.value[2] |
Definition at line 44 of file appli_dcmZmpFootControl.py.
| imu_filters |
Definition at line 132 of file appli_dcmZmpFootControl.py.
| keepWaist |
Definition at line 372 of file appli_dcmZmpFootControl.py.
| list Ki_dcm = [0.0, 0.0, 0.0] |
Definition at line 215 of file appli_dcmZmpFootControl.py.
| list Kp_adm = [0.0, 0.0, 0.0] |
Definition at line 248 of file appli_dcmZmpFootControl.py.
| list Kp_dcm = [5.0, 5.0, 5.0] |
Definition at line 214 of file appli_dcmZmpFootControl.py.
| lfToMatrix |
Definition at line 69 of file appli_dcmZmpFootControl.py.
| lfTrajGen |
Definition at line 67 of file appli_dcmZmpFootControl.py.
| m2qLF |
Definition at line 135 of file appli_dcmZmpFootControl.py.
| m2qRF |
Definition at line 138 of file appli_dcmZmpFootControl.py.
| mass = robot.dynamic.data.mass[0] |
Definition at line 43 of file appli_dcmZmpFootControl.py.
| name |
Definition at line 358 of file appli_dcmZmpFootControl.py.
Definition at line 46 of file appli_dcmZmpFootControl.py.
| param_server |
Definition at line 49 of file appli_dcmZmpFootControl.py.
| phaseInt |
Definition at line 104 of file appli_dcmZmpFootControl.py.
| phaseScalar |
Definition at line 101 of file appli_dcmZmpFootControl.py.
| phaseTrajGen |
Definition at line 100 of file appli_dcmZmpFootControl.py.
| publisher |
Definition at line 406 of file appli_dcmZmpFootControl.py.
| q = list(robot.dynamic.position.value) |
Definition at line 305 of file appli_dcmZmpFootControl.py.
| rdynamic |
Definition at line 167 of file appli_dcmZmpFootControl.py.
| rfToMatrix |
Definition at line 75 of file appli_dcmZmpFootControl.py.
| rfTrajGen |
Definition at line 73 of file appli_dcmZmpFootControl.py.
| rhoScalar |
Definition at line 95 of file appli_dcmZmpFootControl.py.
| rhoTrajGen |
Definition at line 94 of file appli_dcmZmpFootControl.py.
| robot |
Definition at line 409 of file appli_dcmZmpFootControl.py.
| robot_name = "robot" |
Definition at line 40 of file appli_dcmZmpFootControl.py.
| robotDim = robot.dynamic.getDimension() |
Definition at line 42 of file appli_dcmZmpFootControl.py.
| sot |
Definition at line 382 of file appli_dcmZmpFootControl.py.
| taskCom |
Definition at line 364 of file appli_dcmZmpFootControl.py.
| taskComH |
Definition at line 358 of file appli_dcmZmpFootControl.py.
| taskUpperBody |
Definition at line 302 of file appli_dcmZmpFootControl.py.
| timeStep |
Definition at line 36 of file appli_dcmZmpFootControl.py.
| value |
Definition at line 86 of file appli_dcmZmpFootControl.py.
| float vdcDamping = 0.0 |
Definition at line 269 of file appli_dcmZmpFootControl.py.
| float vdcFrequency = -1.0 |
Definition at line 268 of file appli_dcmZmpFootControl.py.
| waistMix |
Definition at line 82 of file appli_dcmZmpFootControl.py.
| waistToMatrix |
Definition at line 90 of file appli_dcmZmpFootControl.py.
| waistTrajGen |
Definition at line 79 of file appli_dcmZmpFootControl.py.
| wp = DummyWalkingPatternGenerator("dummy_wp") |
Definition at line 109 of file appli_dcmZmpFootControl.py.
| zmp_estimator = SimpleZmpEstimator("zmpEst") |
Definition at line 201 of file appli_dcmZmpFootControl.py.