summaryrefslogtreecommitdiff
path: root/host/simu/robots/guybrush/model
diff options
context:
space:
mode:
authorNicolas Schodet2012-05-12 02:02:03 +0200
committerNicolas Schodet2012-05-12 11:15:57 +0200
commit382b99e11c033f1952cbe2b9e082cd35812a13e3 (patch)
tree008571474836ee5913085089a0835911239c13cb /host/simu/robots/guybrush/model
parentfb73dbae0dc7d6b9f117c74bb8de2a073ab4253b (diff)
digital/ui-hub: add debug draw module to debug path finding
Diffstat (limited to 'host/simu/robots/guybrush/model')
-rw-r--r--host/simu/robots/guybrush/model/bag.py1
1 files changed, 1 insertions, 0 deletions
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