From f906c5c0e6db4d0e4755c7fc6b735a08cbb42160 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Tue, 11 Jul 2017 10:59:10 +0200 Subject: [PATCH] Closedown --- script/test/TestLayout.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/script/test/TestLayout.py b/script/test/TestLayout.py index 96c9cc1..6b3c270 100644 --- a/script/test/TestLayout.py +++ b/script/test/TestLayout.py @@ -1,12 +1,14 @@ + points = [(100, 140), (130, 77), (120, 130), (110, 100)] - -detect_pucks(points) +#detect_pucks(points) +clear_detection() +#detect_pucks(points, 'A') +detect_pucks(points, '4') plot_base_plate(points) -for puck in get_pucks(): - print puck.id, puck.detect + #plot_detected_leds(points)