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

minor modifications in test scripts

parent 5066c6d3
Branches
Tags
No related merge requests found
......@@ -64,9 +64,9 @@ r.solveAndDisplay("rm",1,0.02)
t = ps.solve ()
#t = ps.solve ()
r.displayRoadmap("rm",0.005)
#r.displayRoadmap("rm",0.005)
r.displayPathMap("rmPath",0,0.025)
......@@ -75,7 +75,7 @@ r.displayPathMap("rmPath",0,0.025)
from hpp.gepetto import PathPlayer
pp = PathPlayer (rbprmBuilder.client.basic, r)
pp.displayPath(0,v.color.lightGreen)
pp.displayPath(0,r.color.lightGreen)
pp(0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment