Script execution

This commit is contained in:
gac-x03da
2025-07-16 16:57:20 +02:00
parent 60e64ead1c
commit e0581ff2fc

View File

@@ -45,7 +45,7 @@ MOTORS = (ManipulatorPhi, ManipulatorTheta)
#SCAN = 'ascan'
# holo scan
PHI_RANGE = (-180., 180.) # (tuple (min, max))
PHI_RANGE = (-165., 180.) # (tuple (min, max))
THETA_RANGE = (0., 80.) # (tuple (min, max))
STEPS = (15.0, 2) # (tuple (phi, theta))
ZIGZAG = True