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)