Package frc8768.robot.auto
Class Auto
java.lang.Object
frc8768.robot.auto.Auto
Auton example for swerve using PathPlanner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionedu.wpi.first.wpilibj2.command.Command
Get the current Auton mode
-
Constructor Details
-
Auto
Auto constructor, builds everything.- Parameters:
swerve
- The Robots swerve subsystem
-
-
Method Details
-
getSelected
public edu.wpi.first.wpilibj2.command.Command getSelected()Get the current Auton mode- Returns:
- Current Auton Mode
-