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)