From 850cc292ac7ea847f6be2afcdc5bae89418cabda Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 30 May 2011 23:42:52 +0200 Subject: digital/io-hub: add path finding --- host/simu/robots/robospierre/view/bag.py | 1 + 1 file changed, 1 insertion(+) (limited to 'host/simu/robots/robospierre/view/bag.py') diff --git a/host/simu/robots/robospierre/view/bag.py b/host/simu/robots/robospierre/view/bag.py index b718f6fe..d87cecb9 100644 --- a/host/simu/robots/robospierre/view/bag.py +++ b/host/simu/robots/robospierre/view/bag.py @@ -45,5 +45,6 @@ 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) -- cgit v1.2.3