Go to the source code of this file.
|
| test_Measured6DWrench.contact = tsid.Measured6dWrench("Measured6dwrench", robot, frameName) |
|
| test_Measured6DWrench.data = robot.data() |
|
| test_Measured6DWrench.filename = str(Path(__file__).resolve().parent) |
|
string | test_Measured6DWrench.frameName = "RAnkleRoll" |
|
| test_Measured6DWrench.invdyn = tsid.InverseDynamicsFormulationAccForce("tsid", robot, False) |
|
| test_Measured6DWrench.measured_wrench = contact.measuredContactForce |
|
| test_Measured6DWrench.model = robot.model() |
|
string | test_Measured6DWrench.path = filename + "/../../models/romeo" |
|
| test_Measured6DWrench.robot = tsid.RobotWrapper(urdf, vector, se3.JointModelFreeFlyer(), False) |
|
int | test_Measured6DWrench.tol = 1e-5 |
|
string | test_Measured6DWrench.urdf = path + "/urdf/romeo.urdf" |
|
| test_Measured6DWrench.vector = se3.StdVec_StdString() |
|
| test_Measured6DWrench.wrench = np.asarray([1.5, 1.5, 1.5, 2.5, 2.5, 2.5]) |
|