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

[wb] comment out use of bezier constrained

parent 182f1b55
No related branches found
No related tags found
No related merge requests found
...@@ -446,6 +446,7 @@ def generateWholeBodyMotion(cs,viewer=None,fullBody=None): ...@@ -446,6 +446,7 @@ def generateWholeBodyMotion(cs,viewer=None,fullBody=None):
# end while t \in phase t # end while t \in phase t
if swingPhase and cfg.EFF_CHECK_COLLISION : if swingPhase and cfg.EFF_CHECK_COLLISION :
phaseValid = iter_for_phase >= 1 #TODO : check collision here instead for this debug code phaseValid = iter_for_phase >= 1 #TODO : check collision here instead for this debug code
phaseValid = True # DEBUG FIXME
if not phaseValid : if not phaseValid :
if cfg.WB_VERBOSE : if cfg.WB_VERBOSE :
print "Phase "+str(pid)+" not valid, try new end effector trajectory." print "Phase "+str(pid)+" not valid, try new end effector trajectory."
......
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