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

remove debug function from script

parent c448cf44
No related branches found
No related tags found
No related merge requests found
......@@ -58,10 +58,10 @@ ps.client.problem.selectPathValidation("RbprmPathValidation",0.05)
r(q_init)
ps.client.problem.prepareSolveStepByStep()
i = 0
r.displayRoadmap("rm"+str(i),0.02)
ps.client.problem.executeOneStep() ;i = i+1; r.displayRoadmap("rm"+str(i),0.02) ; r.client.gui.removeFromGroup("rm"+str(i-1),r.sceneName) ;
#ps.client.problem.prepareSolveStepByStep()
#i = 0
#r.displayRoadmap("rm"+str(i),0.02)
#ps.client.problem.executeOneStep() ;i = i+1; r.displayRoadmap("rm"+str(i),0.02) ; r.client.gui.removeFromGroup("rm"+str(i-1),r.sceneName) ;
r.solveAndDisplay("rm",1,0.02)
......
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