Skip to content
Snippets Groups Projects
Commit 590a6897 authored by Pierre Fernbach's avatar Pierre Fernbach
Browse files

offset for contact creation is at 0

parent 0c4d93b2
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ class Robot (Parent): ...@@ -63,7 +63,7 @@ class Robot (Parent):
nbSamples = 50000 nbSamples = 50000
octreeSize = 0.01 octreeSize = 0.01
cType = "_3_DOF" cType = "_3_DOF"
offset = [0.,0.,-0.006] offset = [0.,0.,0.0]
rLegLimbOffset = [0.373, 0.264, 0.] rLegLimbOffset = [0.373, 0.264, 0.]
lLegLimbOffset = [0.373, -0.264,0.] lLegLimbOffset = [0.373, -0.264,0.]
......
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