Script execution

This commit is contained in:
gac-x03da
2023-04-20 09:06:34 +02:00
parent 1ff54794aa
commit 2ada59d44d

View File

@@ -39,7 +39,7 @@ MOTORS = (ManipulatorPhi, ManipulatorTheta)
#SCAN = 'ascan'
# holo scan
PHI_RANGE = (60, 75) # (tuple (min, max))
PHI_RANGE = (60, 60) # (tuple (min, max))
THETA_RANGE = (-11.0, 55.0) # (tuple (min, max))
STEPS = (15.0, 1.5) # (tuple (phi, theta))
ZIGZAG = True