|
| | ax |
| |
| | com_acc = np.empty((3, N)) * nan |
| |
| | com_acc_des = np.empty((3, N)) * nan |
| |
| | com_acc_ref = np.empty((3, N)) * nan |
| |
| | com_pos = np.empty((3, N)) * nan |
| |
| | com_pos_ref = np.empty((3, N)) * nan |
| |
| | com_vel = np.empty((3, N)) * nan |
| |
| | com_vel_ref = np.empty((3, N)) * nan |
| |
| | dv = tsid.formulation.getAccelerations(sol) |
| |
| | f = tsid.formulation.getContactForce(tsid.contactRF.name, sol) |
| |
| | HQPData = tsid.formulation.computeProblemData(t, q, v) |
| |
| | label |
| |
| | leg = ax[i].legend() |
| |
| | N = conf.N_SIMULATION |
| |
| | q |
| |
| | sampleCom = tsid.trajCom.computeNext() |
| |
| | samplePosture = tsid.trajPosture.computeNext() |
| |
| | sol = tsid.solver.solve(HQPData) |
| |
| float | t = 0.0 |
| |
| | tau = tsid.formulation.getActuatorForces(sol) |
| |
| | time = np.arange(0.0, N * conf.dt, conf.dt) |
| |
| | time_spent = time.time() - time_start |
| |
| | time_start = time.time() |
| |
| | tsid = TsidBiped(conf, conf.viewer) |
| |
| | v |
| |