Class OperatorStates

java.lang.Object
frc.robot.operator.OperatorStates

public class OperatorStates extends Object
This class should have any command calls that directly call the Operator
  • Constructor Details

    • OperatorStates

      public OperatorStates()
  • Method Details

    • setupDefaultCommand

      public static void setupDefaultCommand()
      Set default command to turn off the rumble
    • setStates

      public static void setStates()
      Set the states for the operator controller
    • rumble

      public static Command rumble(double intensity, double durationSeconds)
      Command that can be used to rumble the operator controller
    • log

      protected static Command log(Command cmd)