summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--host/inter/inter_node.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/inter/inter_node.py b/host/inter/inter_node.py
index 6e381807..c238a4d5 100644
--- a/host/inter/inter_node.py
+++ b/host/inter/inter_node.py
@@ -63,9 +63,10 @@ class InterNode (Inter):
self.obstacles = [ ]
self.dist_sensors = [
DistSensor (self.tableview.robot, (150, 127), 0, 800),
+ DistSensor (self.tableview.robot, (150, 0), 0, 800),
DistSensor (self.tableview.robot, (150, -127), 0, 800),
- DistSensor (self.tableview.robot, (-70, -100), pi, 800),
DistSensor (self.tableview.robot, (-70, 100), pi, 800),
+ DistSensor (self.tableview.robot, (-70, -100), pi, 800),
]
for s in self.dist_sensors:
s.obstacles = self.obstacles