Script execution

This commit is contained in:
x03daop
2016-05-09 15:12:38 +02:00
parent 4f0f9bbae8
commit f89d251c2c

View File

@@ -22,7 +22,7 @@ DISTANCE_X = DISTANCE * math.cos(math.radians(ANGLE))
DISTANCE_Y = DISTANCE * math.sin(math.radians(ANGLE))
MOTOR = (ManipulatorX, ManipulatorY)
SENSORS = (Counts, SampleCurrent, RefCurrent, AuxCurrent, MachineCurrent)
SENSORS = (Counts, SampleCurrent, RefCurrent, AuxCurrent, MachineCurrent, ImageEnergyDistribution, ImageAngleDistribution)
STARTPOS = (-DISTANCE_X / 2.0, -DISTANCE_Y / 2.0)
ENDPOS = (DISTANCE_X / 2.0, DISTANCE_Y / 2.0)
RELATIVE = True