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

[tools] REVERT sampletransition : try to project init state COM to be more robust

parent 9962778c
No related branches found
No related tags found
No related merge requests found
......@@ -80,10 +80,6 @@ def sampleRandomStateFlatFloor(fullBody,limbsInContact,z):
s0, success = StateHelper.addNewContact(s0,limb,p,n,lockOtherJoints=True)
if not success:
break
if success :
sProj = projectMidFeet(fullBody,s0)
if sProj is not None:
s0 = sProj
if success :
# check stability
success = fullBody.isStateBalanced(s0.sId,5)
......@@ -111,10 +107,6 @@ def sampleRandomStateStairs(fullBody,limbsInContact,zInterval,movingLimb,z_movin
s0, success = StateHelper.addNewContact(s0,limb,p,n,lockOtherJoints=True)
if not success:
break
if success :
sProj = projectMidFeet(fullBody,s0)
if sProj is not None:
s0 = sProj
if success :
# check stability
success = fullBody.isStateBalanced(s0.sId,5)
......
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