3738394041424344
* @param sw The switch the controller listens to for events */ public HHController(HHMechanism mech, IHHSwitch sw, int[] wait_times) { this.mech = mech; this.sw = sw; autoController = new HHAutonomousController(mech, wait_times); }