Files
mxsc/script/test/TestLayout.py
gac-S_Changer f906c5c0e6 Closedown
2017-07-11 10:59:10 +02:00

21 lines
355 B
Python

points = [(100, 140), (130, 77), (120, 130), (110, 100)]
#detect_pucks(points)
clear_detection()
#detect_pucks(points, 'A')
detect_pucks(points, '4')
plot_base_plate(points)
#plot_detected_leds(points)
block_id = None
print get_unipucks(block_id)
print get_minispines(block_id)
print get_empties(block_id)
print get_det_errors(block_id)