Script execution

This commit is contained in:
x03daop
2016-05-09 15:14:41 +02:00
parent f89d251c2c
commit a037bcf326

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, ImageEnergyDistribution, ImageAngleDistribution)
SENSORS = (Counts, SampleCurrent, RefCurrent, AuxCurrent, MachineCurrent, EnergyDistribution, AngleDistribution)
STARTPOS = (-DISTANCE_X / 2.0, -DISTANCE_Y / 2.0)
ENDPOS = (DISTANCE_X / 2.0, DISTANCE_Y / 2.0)
RELATIVE = True