Class HoodStates

java.lang.Object
frc.robot.hood.HoodStates

public class HoodStates extends Object
  • Constructor Details

    • HoodStates

      public HoodStates()
  • Method Details

    • setupDefaultCommand

      public static void setupDefaultCommand()
    • neutral

      public static void neutral()
    • home

      public static void home()
    • aimAtTarget

      public static void aimAtTarget()
    • autonAimAtTarget

      public static void autonAimAtTarget()
    • coastMode

      public static void coastMode()
    • ensureBrakeMode

      public static void ensureBrakeMode()
    • log

      protected static Command log(Command cmd)
    • scheduleIfNotRunning

      public static void scheduleIfNotRunning(Command command)
      Schedules a command for the hood subsystem only if it's not already the running command
      Parameters:
      command - the command to schedule