-
Type: Task
-
Status: Done (View Workflow)
-
Priority: Normal
-
Resolution: Done
-
Component/s: ics_fpsActor
-
Labels:None
The fps cobraMoveAngles command calls the cobraCoach moveDeltaAngles method to move a single motor by some angle. But it sets the moves argument for the unused motor moves to np.zeros(2394), while moveDeltaAngles tests against None. So the command is always rejected.