Adding a quick comment

This commit is contained in:
Bradley Bickford 2024-03-04 18:42:21 -05:00
parent 626a241fff
commit a0a27008db

View File

@ -10,6 +10,11 @@ import edu.wpi.first.wpilibj2.command.button.CommandXboxController;
import frc.robot.constants.OIConstants;
import frc.robot.subsystems.Drivetrain;
/*
* The objective for this part of testing is to just make sure swerve is working in a perfect world scenario.
* This is designed to be as close the REV template as possible, the only difference being the naming of certain
* Constants and the positioning of instance variables and there declarations.
*/
public class RobotContainer {
private Drivetrain drivetrain;