Script execution
This commit is contained in:
@@ -40,7 +40,7 @@ MOTORS = (ManipulatorPhi, ManipulatorTheta)
|
||||
|
||||
# holo scan
|
||||
PHI_RANGE = (-170.0, 170.0) # (tuple (min, max))
|
||||
THETA_RANGE = (-9.0, 81.0) # (tuple (min, max))
|
||||
THETA_RANGE = (-10.0, 81.0) # (tuple (min, max))
|
||||
STEPS = (20.0, 1.0) # (tuple (phi, theta))
|
||||
ZIGZAG = True
|
||||
POSITIONS = [(PHI_RANGE[0], THETA_RANGE[0]), (PHI_RANGE[1], THETA_RANGE[1]), STEPS]
|
||||
|
||||
Reference in New Issue
Block a user