summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--host/simu/robots/guybrush/model/clamps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/simu/robots/guybrush/model/clamps.py b/host/simu/robots/guybrush/model/clamps.py
index 40ec41a7..35df7246 100644
--- a/host/simu/robots/guybrush/model/clamps.py
+++ b/host/simu/robots/guybrush/model/clamps.py
@@ -134,7 +134,7 @@ class Clamps (Observable):
s.state = new_state
s.notify ()
old_state = self.lower_clamp_zero.state
- new_state = (rot_mod >= pi * 1.45 and rot_mod < pi * 1.55
+ new_state = (rot_mod >= pi * 1.21 and rot_mod < pi * 1.3
and self.lower_clamp_clamping[0])
if new_state != old_state:
self.lower_clamp_zero.state = new_state