From 382b99e11c033f1952cbe2b9e082cd35812a13e3 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sat, 12 May 2012 02:02:03 +0200 Subject: digital/ui-hub: add debug draw module to debug path finding --- host/simu/robots/guybrush/model/bag.py | 1 + 1 file changed, 1 insertion(+) (limited to 'host/simu/robots/guybrush/model') diff --git a/host/simu/robots/guybrush/model/bag.py b/host/simu/robots/guybrush/model/bag.py index ec83cb29..caeba351 100644 --- a/host/simu/robots/guybrush/model/bag.py +++ b/host/simu/robots/guybrush/model/bag.py @@ -84,4 +84,5 @@ class Bag: ] self.path = link_bag.io_hub.path self.pos_report = link_bag.io_hub.pos_report + self.debug_draw = link_bag.io_hub.debug_draw -- cgit v1.2.3