Variables | |
| base_estimator | |
| baseselec | |
| cdc_estimator = DcmEstimator("cdc_estimator") | |
| cm | |
| cm_conf | |
| com_admittance_control = ComAdmittanceController("comAdmCtrl") | |
| comTrajGen | |
| contactLF | |
| contactRF | |
| CTRL_MAX | |
| data_type | |
| dcm_control | |
| dcm_controller = DcmController("dcmCtrl") | |
| device_filters | |
| dt = robot.timeStep | |
| dvdt | |
| e2q = EulerToQuat("e2q") | |
| — Reference frame More... | |
| estimator = DummyDcmEstimator("dummy") | |
| feature | |
| 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 | |
| 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 | |
| waistMix | |
| waistToMatrix | |
| waistTrajGen | |
| wp = DummyWalkingPatternGenerator("dummy_wp") | |
| zmp_estimator = SimpleZmpEstimator("zmpEst") | |
| base_estimator |
Definition at line 118 of file appli_dcmZmpWaistControl.py.
| baseselec |
Definition at line 157 of file appli_dcmZmpWaistControl.py.
| cdc_estimator = DcmEstimator("cdc_estimator") |
Definition at line 167 of file appli_dcmZmpWaistControl.py.
| cm |
Definition at line 242 of file appli_dcmZmpWaistControl.py.
| cm_conf |
Definition at line 242 of file appli_dcmZmpWaistControl.py.
| com_admittance_control = ComAdmittanceController("comAdmCtrl") |
Definition at line 226 of file appli_dcmZmpWaistControl.py.
| comTrajGen |
Definition at line 59 of file appli_dcmZmpWaistControl.py.
| contactLF |
Definition at line 285 of file appli_dcmZmpWaistControl.py.
| contactRF |
Definition at line 293 of file appli_dcmZmpWaistControl.py.
| CTRL_MAX |
Definition at line 29 of file appli_dcmZmpWaistControl.py.
| data_type |
Definition at line 354 of file appli_dcmZmpWaistControl.py.
| dcm_control |
Definition at line 219 of file appli_dcmZmpWaistControl.py.
| dcm_controller = DcmController("dcmCtrl") |
Definition at line 203 of file appli_dcmZmpWaistControl.py.
| device_filters |
Definition at line 116 of file appli_dcmZmpWaistControl.py.
| dt = robot.timeStep |
Definition at line 32 of file appli_dcmZmpWaistControl.py.
| dvdt |
Definition at line 343 of file appli_dcmZmpWaistControl.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 147 of file appli_dcmZmpWaistControl.py.
| estimator = DummyDcmEstimator("dummy") |
Definition at line 174 of file appli_dcmZmpWaistControl.py.
| feature |
Definition at line 251 of file appli_dcmZmpWaistControl.py.
| ftc |
Definition at line 183 of file appli_dcmZmpWaistControl.py.
| float g = 9.81 |
Definition at line 40 of file appli_dcmZmpWaistControl.py.
| float gamma_dcm = 0.2 |
Definition at line 201 of file appli_dcmZmpWaistControl.py.
| h = robot.dynamic.com.value[2] |
Definition at line 39 of file appli_dcmZmpWaistControl.py.
| imu_filters |
Definition at line 117 of file appli_dcmZmpWaistControl.py.
| keepWaist |
Definition at line 316 of file appli_dcmZmpWaistControl.py.
| list Ki_dcm = [0.0, 0.0, 0.0] |
Definition at line 200 of file appli_dcmZmpWaistControl.py.
| list Kp_adm = [0.0, 0.0, 0.0] |
Definition at line 224 of file appli_dcmZmpWaistControl.py.
| list Kp_dcm = [5.0, 5.0, 5.0] |
Definition at line 199 of file appli_dcmZmpWaistControl.py.
| lfToMatrix |
Definition at line 64 of file appli_dcmZmpWaistControl.py.
| lfTrajGen |
Definition at line 62 of file appli_dcmZmpWaistControl.py.
| m2qLF |
Definition at line 120 of file appli_dcmZmpWaistControl.py.
| m2qRF |
Definition at line 123 of file appli_dcmZmpWaistControl.py.
| mass = robot.dynamic.data.mass[0] |
Definition at line 38 of file appli_dcmZmpWaistControl.py.
| name |
Definition at line 302 of file appli_dcmZmpWaistControl.py.
Definition at line 41 of file appli_dcmZmpWaistControl.py.
| param_server |
Definition at line 44 of file appli_dcmZmpWaistControl.py.
| publisher |
Definition at line 351 of file appli_dcmZmpWaistControl.py.
| q = list(robot.dynamic.position.value) |
Definition at line 253 of file appli_dcmZmpWaistControl.py.
| rdynamic |
Definition at line 152 of file appli_dcmZmpWaistControl.py.
| rfToMatrix |
Definition at line 70 of file appli_dcmZmpWaistControl.py.
| rfTrajGen |
Definition at line 68 of file appli_dcmZmpWaistControl.py.
| rhoScalar |
Definition at line 90 of file appli_dcmZmpWaistControl.py.
| rhoTrajGen |
Definition at line 89 of file appli_dcmZmpWaistControl.py.
| robot |
Definition at line 354 of file appli_dcmZmpWaistControl.py.
| robot_name = "robot" |
Definition at line 35 of file appli_dcmZmpWaistControl.py.
| robotDim = robot.dynamic.getDimension() |
Definition at line 37 of file appli_dcmZmpWaistControl.py.
| sot |
Definition at line 326 of file appli_dcmZmpWaistControl.py.
| taskCom |
Definition at line 308 of file appli_dcmZmpWaistControl.py.
| taskComH |
Definition at line 302 of file appli_dcmZmpWaistControl.py.
| taskUpperBody |
Definition at line 250 of file appli_dcmZmpWaistControl.py.
| timeStep |
Definition at line 31 of file appli_dcmZmpWaistControl.py.
| value |
Definition at line 81 of file appli_dcmZmpWaistControl.py.
| waistMix |
Definition at line 77 of file appli_dcmZmpWaistControl.py.
| waistToMatrix |
Definition at line 85 of file appli_dcmZmpWaistControl.py.
| waistTrajGen |
Definition at line 74 of file appli_dcmZmpWaistControl.py.
| wp = DummyWalkingPatternGenerator("dummy_wp") |
Definition at line 96 of file appli_dcmZmpWaistControl.py.
| zmp_estimator = SimpleZmpEstimator("zmpEst") |
Definition at line 186 of file appli_dcmZmpWaistControl.py.