Compare commits

..

2 Commits

Author SHA1 Message Date
samuel desharnais
7e142a9425 je aide antoine 2025-02-27 19:33:57 -05:00
samuel desharnais
2ddfc1f268 je aide antoine 2025-02-27 19:33:37 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -25,13 +25,13 @@ import edu.wpi.first.wpilibj2.command.SequentialCommandGroup;
import edu.wpi.first.wpilibj2.command.button.CommandXboxController; import edu.wpi.first.wpilibj2.command.button.CommandXboxController;
import frc.robot.TunerConstants.TunerConstants; import frc.robot.TunerConstants.TunerConstants;
import frc.robot.commands.RainBow; import frc.robot.commands.RainBow;
import frc.robot.commands.StationPince;
import frc.robot.commands.reset; import frc.robot.commands.reset;
import frc.robot.commands.Elevateur.Depart; import frc.robot.commands.Elevateur.Depart;
import frc.robot.commands.Elevateur.ElevateurManuel; import frc.robot.commands.Elevateur.ElevateurManuel;
import frc.robot.commands.Elevateur.L2; import frc.robot.commands.Elevateur.L2;
import frc.robot.commands.Elevateur.L3; import frc.robot.commands.Elevateur.L3;
import frc.robot.commands.Elevateur.L4; import frc.robot.commands.Elevateur.L4;
import frc.robot.commands.Elevateur.StationPince;
import frc.robot.commands.Limelight.AprilTag3; import frc.robot.commands.Limelight.AprilTag3;
import frc.robot.commands.Limelight.AprilTag3G; import frc.robot.commands.Limelight.AprilTag3G;
import frc.robot.commands.Limelight.Forme3; import frc.robot.commands.Limelight.Forme3;

View File

@ -2,7 +2,7 @@
// Open Source Software; you can modify and/or share it under the terms of // Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project. // the WPILib BSD license file in the root directory of this project.
package frc.robot.commands; package frc.robot.commands.Elevateur;
import edu.wpi.first.networktables.DoubleSubscriber; import edu.wpi.first.networktables.DoubleSubscriber;
import edu.wpi.first.networktables.NetworkTable; import edu.wpi.first.networktables.NetworkTable;