Sorry, about being vague in the first post. I was in rush.
It turns out we forgot to move the modules from last year's slots after re-imaging.
Then, we used
motor_controller = new MotorController(int slot, int channel) instead of
motor_controller = new MotorController( int channel).
The motor moves, now.
