Package frc.robot

Class RobotContainer

java.lang.Object
frc.robot.RobotContainer

public class RobotContainer extends Object
RobotContainer handles joystick and controller inputs to the code as well as autonomous sequences. Our use of singleton subsystem classes means that instances are no longer stored here.
  • Field Details

  • Constructor Details

    • RobotContainer

      public RobotContainer()
      Class constructor.
  • Method Details

    • rumble

      public edu.wpi.first.wpilibj2.command.Command rumble()
    • updateSubsystemManager

      public void updateSubsystemManager()
    • getAutonomousCommand

      public edu.wpi.first.wpilibj2.command.Command getAutonomousCommand()
      Decorates a PathPlanner sequence with setter functions to integrate into our modified framework.
      Returns:
      The modified pathplanner sequence command selected on the dashboard.