From 84db6bac4c4eabfd8de5d4c2cf13a741288cbe45 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 6 May 2012 12:49:09 +0200 Subject: host/simu/robots/guybrush: increase margin to take lower coins in totem --- host/simu/robots/guybrush/model/clamps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/simu') diff --git a/host/simu/robots/guybrush/model/clamps.py b/host/simu/robots/guybrush/model/clamps.py index 664f0bdd..06a6f077 100644 --- a/host/simu/robots/guybrush/model/clamps.py +++ b/host/simu/robots/guybrush/model/clamps.py @@ -168,7 +168,7 @@ class Clamps (Observable): m = self.__get_robot_matrix () # Look up elements. xoffset = 117 - 6 - xmargin = 20 + xmargin = 25 ymargin = 171.5 - 60 for o in self.table.obstacles: if o.level == 1 and o.value <= 1 and o.pos is not None: -- cgit v1.2.3