Skip to content
Snippets Groups Projects
Commit 53d41fe8 authored by Steve Tonneau's avatar Steve Tonneau
Browse files

projection moves root

parent d12ebb22
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ fullBody = FullBody ()
fullBody.loadFullBodyModel(urdfName, rootJointType, meshPackageName, packageName, urdfSuffix, srdfSuffix)
fullBody.setJointBounds ("base_joint_xyz", [0, 2, -2, 0, -1, 1.5])
fullBody.addLimb("r_shoulder_pan_joint", 10000, 0.001)
fullBody.addLimb("r_shoulder_pan_joint", 5000, 0.001)
from hpp.corbaserver.rbprm.problem_solver import ProblemSolver
......@@ -37,4 +37,3 @@ fullBody.getContactSamplesIds("r_shoulder_pan_joint", q_init, [0,1,0])
#~ q_init = fullBody.getSample('r_shoulder_pan_joint', 1)
#~ r (q_init)
q_init [0:3] = [-0.6, 0, -0.4]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment