Variables | |
contact | |
contact_Point = np.matrix(np.ones((3, 4)) * lz) | |
contactNormal = np.matrix(np.zeros(3)).transpose() | |
data = robot.data() | |
f = np.matrix(np.zeros(12)).transpose() | |
f3 = np.matrix(np.zeros(3)).transpose() | |
filename = str(Path(__file__).resolve().parent) | |
float | fMax = 1000.0 |
float | fMin = 10.0 |
forceGenMat = contact.getForceGeneratorMatrix | |
forceIneq = contact.computeForceTask(t, q, v, data) | |
string | frameName = "RAnkleRoll" |
H_ref = robot.position(data, robot.model().getJointId(frameName)) | |
int | Kd = 2 * Kp |
Kp = np.matrix(np.ones(6)).transpose() | |
float | lx = 0.07 |
float | ly = 0.12 |
float | lz = 0.105 |
model = robot.model() | |
float | mu = 0.3 |
string | path = filename + "/../models/romeo" |
q = model.neutralConfiguration | |
robot = tsid.RobotWrapper(urdf, vector, se3.JointModelFreeFlyer(), False) | |
float | t = 0.0 |
int | tol = 1e-5 |
string | urdf = path + "/urdf/romeo.urdf" |
v = np.matrix(np.zeros(robot.nv)).transpose() | |
vector = se3.StdVec_StdString() | |
test_Contact.contact |
Definition at line 37 of file test_Contact.py.
Definition at line 33 of file test_Contact.py.
test_Contact.contactNormal = np.matrix(np.zeros(3)).transpose() |
Definition at line 31 of file test_Contact.py.
test_Contact.data = robot.data() |
Definition at line 21 of file test_Contact.py.
test_Contact.f = np.matrix(np.zeros(12)).transpose() |
Definition at line 64 of file test_Contact.py.
test_Contact.f3 = np.matrix(np.zeros(3)).transpose() |
Definition at line 62 of file test_Contact.py.
Definition at line 14 of file test_Contact.py.
float test_Contact.fMax = 1000.0 |
Definition at line 28 of file test_Contact.py.
float test_Contact.fMin = 10.0 |
Definition at line 27 of file test_Contact.py.
test_Contact.forceGenMat = contact.getForceGeneratorMatrix |
Definition at line 71 of file test_Contact.py.
Definition at line 61 of file test_Contact.py.
string test_Contact.frameName = "RAnkleRoll" |
Definition at line 29 of file test_Contact.py.
test_Contact.H_ref = robot.position(data, robot.model().getJointId(frameName)) |
Definition at line 56 of file test_Contact.py.
int test_Contact.Kd = 2 * Kp |
Definition at line 45 of file test_Contact.py.
test_Contact.Kp = np.matrix(np.ones(6)).transpose() |
Definition at line 44 of file test_Contact.py.
float test_Contact.lx = 0.07 |
Definition at line 23 of file test_Contact.py.
float test_Contact.ly = 0.12 |
Definition at line 24 of file test_Contact.py.
float test_Contact.lz = 0.105 |
Definition at line 25 of file test_Contact.py.
test_Contact.model = robot.model() |
Definition at line 20 of file test_Contact.py.
float test_Contact.mu = 0.3 |
Definition at line 26 of file test_Contact.py.
string test_Contact.path = filename + "/../models/romeo" |
Definition at line 15 of file test_Contact.py.
test_Contact.q = model.neutralConfiguration |
Definition at line 52 of file test_Contact.py.
test_Contact.robot = tsid.RobotWrapper(urdf, vector, se3.JointModelFreeFlyer(), False) |
Definition at line 19 of file test_Contact.py.
float test_Contact.t = 0.0 |
Definition at line 59 of file test_Contact.py.
int test_Contact.tol = 1e-5 |
Definition at line 12 of file test_Contact.py.
string test_Contact.urdf = path + "/urdf/romeo.urdf" |
Definition at line 16 of file test_Contact.py.
test_Contact.v = np.matrix(np.zeros(robot.nv)).transpose() |
Definition at line 53 of file test_Contact.py.
test_Contact.vector = se3.StdVec_StdString() |
Definition at line 17 of file test_Contact.py.