summaryrefslogtreecommitdiffhomepage
path: root/host/simu/robots/marcel/model
diff options
context:
space:
mode:
Diffstat (limited to 'host/simu/robots/marcel/model')
-rw-r--r--host/simu/robots/marcel/model/loader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/simu/robots/marcel/model/loader.py b/host/simu/robots/marcel/model/loader.py
index 79292ecd..0270ce79 100644
--- a/host/simu/robots/marcel/model/loader.py
+++ b/host/simu/robots/marcel/model/loader.py
@@ -36,7 +36,7 @@ class Loader (Observable):
ELEVATOR_LINEAR_STROKE = 32
ELEVATOR_ROTATING_STROKE = 200 - 32
- GATE_STROKE = 3.3284 * pi
+ GATE_STROKE = -3.0124 * 2 * pi
FRONT_ZONE_X_MIN = 120 - 15
FRONT_ZONE_X_MAX = 120 + CLAMP_LENGTH - 15