Script execution

This commit is contained in:
gac-x03da
2023-04-22 10:06:48 +02:00
parent 2908359760
commit e23392884d

View File

@@ -39,7 +39,7 @@ MOTORS = (ManipulatorPhi, ManipulatorTheta)
#SCAN = 'ascan'
# holo scan
PHI_RANGE = (-80, 120) # (tuple (min, max))
PHI_RANGE = (-100, -100) # (tuple (min, max))
THETA_RANGE = (-11.0, 70.0) # (tuple (min, max))
STEPS = (20.0, 1) # (tuple (phi, theta))
ZIGZAG = True