Package frc.robot.auto
Class AutoPaths
java.lang.Object
frc.robot.auto.AutoPaths
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic edu.wpi.first.wpilibj2.command.CommandgetTestAuto(AutoInput input, FSMSystem<Drivetrain.DrivetrainState> drivetrainSystem) An auto that is only here temporarily for testing purposes.
-
Constructor Details
-
AutoPaths
public AutoPaths()
-
-
Method Details
-
getTestAuto
public static edu.wpi.first.wpilibj2.command.Command getTestAuto(AutoInput input, FSMSystem<Drivetrain.DrivetrainState> drivetrainSystem) An auto that is only here temporarily for testing purposes.- Parameters:
input- the auto inputdrivetrainSystem- a system that might be the drivetrain- Returns:
- the auto
-