Script execution

This commit is contained in:
gac-x03da
2018-03-09 09:57:03 +01:00
parent 2f7daecf36
commit b695d6bf1e

View File

@@ -5,7 +5,7 @@ Arguments:
LATENCY = 0.0
PHI_RANGE = (-160.0, 160.0) # (tuple (min, max))
PHI_RANGE = (-0.0, 160.0) # (tuple (min, max))
THETA_RANGE = (-9.0, 81.0) # (tuple (min, max))
STEPS = (40.0, 1.0) # (tuple (phi, theta))
ZIGZAG = True