How to do xbox controller vibration?I

I’m using an afterglow xbox 360 controller and the vibration isn’t working using the setOutputs() or setRumble() methods. Can someone explain how to use these or other methods to do that?

We used Rumble with a standard xbox controller and the setRumble method during beta. Make sure the rumble value is between 0 and 1.

For example

operatorJoystick.setRumble(RumbleType.kLeftRumble, 1);

.