summaryrefslogtreecommitdiff
path: root/host/simu/robots/robospierre/view/bag.py
diff options
context:
space:
mode:
Diffstat (limited to 'host/simu/robots/robospierre/view/bag.py')
-rw-r--r--host/simu/robots/robospierre/view/bag.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/host/simu/robots/robospierre/view/bag.py b/host/simu/robots/robospierre/view/bag.py
index 361c79d3..0b5a85ad 100644
--- a/host/simu/robots/robospierre/view/bag.py
+++ b/host/simu/robots/robospierre/view/bag.py
@@ -43,6 +43,4 @@ class Bag:
ClampSide.height), model_bag.clamp))
self.distance_sensor = [DistanceSensorUS (self.robot, ds)
for ds in model_bag.distance_sensor]
- self.path = Path (table, model_bag.path)
- self.pos_report = PosReport (table, model_bag.pos_report)