switch (followerType){
case PercentOutput:
set(ControlMode.Follower, (double)id24);
break;
case AuxOutput1:
/* follow the motor controller, but set the aux flag
* to ensure we follow the processed output */
set(ControlMode.Follower, (double)id24, DemandType.AuxPID, 0);
break;
default:
neutralOutput();
break;
}