From 5460dfb0debb371be98d258190af69643f8a96f6 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Wed, 12 Jul 2017 15:27:55 +0200 Subject: [PATCH] Script execution --- script/test/TestLayout.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/test/TestLayout.py b/script/test/TestLayout.py index 6b3c270..7404a8e 100644 --- a/script/test/TestLayout.py +++ b/script/test/TestLayout.py @@ -2,10 +2,10 @@ points = [(100, 140), (130, 77), (120, 130), (110, 100)] -#detect_pucks(points) clear_detection() +detect_pucks(points) #detect_pucks(points, 'A') -detect_pucks(points, '4') +#detect_pucks(points, '4') plot_base_plate(points)