diff --git a/script/tests/robot_withBridge_path.py b/script/tests/robot_withBridge_path.py
index 5620729b9ada408b36666ca31b38b0b5ddc15f7c..aa4b8a253bcfaa461afe2f785036ffea6a9886db 100644
--- a/script/tests/robot_withBridge_path.py
+++ b/script/tests/robot_withBridge_path.py
@@ -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)