-
Notifications
You must be signed in to change notification settings - Fork 0
Rumble
Doug Wegscheid edited this page Feb 19, 2022
·
1 revision
-
-
RumbleSubsystem subsystem: Which controller to rumble. EitherRobot.rumbleSubsystemDriverorRobot.rumbleSubsystemOperator -
Hand hand: Which side of the controller to rumble. EitherHand.LEFT,Hand.RIGHT, orHand.BOTH -
Double intensity: How hard to rumble the controller. Between0.1and1.0 -
Double duration: How long the controller will rumble in seconds
-
-
-
RumbleSubsystem subsystem: Which controller to rumble. EitherRobot.rumbleSubsystemDriverorRobot.rumbleSubsystemOperator -
Double intensity: How hard to rumble the controller. Between0.1and1.0 -
Double duration: How long the controller will rumble in seconds -
Hand handdefaults toHand.BOTH
-
-
-
RumbleSubsystem subsystem: Which controller to rumble. EitherRobot.rumbleSubsystemDriverorRobot.rumbleSubsystemOperator -
Hand handdefaults toHand.BOTH -
Double intensitydefaults to1.0 -
Double durationdefaults to1.0
-
-
-
RumbleSubsystem subsystem: Which controller to rumble. EitherRobot.rumbleSubsystemDriverorRobot.rumbleSubsystemOperator -
Hand hand: Which side of the controller to rumble. EitherHand.LEFT,Hand.RIGHT, orHand.BOTH -
Double intensity: How hard to rumble the controller. Between0.1and1.0 - This command should ONLY be used with the promise of interrupting it with
.cancel()
-
-
-
RumbleSubsystem subsystem: Which controller to disable/enable rumble for -
Boolean disabled: Which state to set the controller to - This command will stop any and all rumble from happening on the controller until it's enabled
-