summaryrefslogtreecommitdiff
path: root/host/simu
diff options
context:
space:
mode:
Diffstat (limited to 'host/simu')
-rw-r--r--host/simu/robots/marcel/model/bag.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/simu/robots/marcel/model/bag.py b/host/simu/robots/marcel/model/bag.py
index 563a16b4..0ec62f7b 100644
--- a/host/simu/robots/marcel/model/bag.py
+++ b/host/simu/robots/marcel/model/bag.py
@@ -38,9 +38,9 @@ class Bag:
DistanceSensorSensopart (link_bag.io.adc[0], scheduler, table,
(30 - 20, 0), 0, (self.position, )),
DistanceSensorSensopart (link_bag.io.adc[1], scheduler, table,
- (20 - 20, 20), pi * 40 / 180, (self.position, )),
+ (20 - 20, 20), pi * 30 / 180, (self.position, )),
DistanceSensorSensopart (link_bag.io.adc[2], scheduler, table,
- (20 - 20, -20), -pi * 40 / 180, (self.position, )),
+ (20 - 20, -20), -pi * 30 / 180, (self.position, )),
DistanceSensorSensopart (link_bag.io.adc[3], scheduler, table,
(-30 - 20, 0), pi, (self.position, )),
]