Package frc.robot
Class RobotContainer
java.lang.Object
frc.robot.RobotContainer
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassstatic final record -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionedu.wpi.first.wpilibj2.command.CommandDecorates a PathPlanner sequence with setter functions to integrate into our modified framework.edu.wpi.first.wpilibj2.command.Commandrumble()void
-
Field Details
-
drive_mode
-
-
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.
-