Compare commits

..

No commits in common. "58025b4bbd50f6d31bb653221339f0ef00b6c5fb" and "c589604b951379213cd10cd94ce07a282b99cacc" have entirely different histories.

4 changed files with 6 additions and 6 deletions

View File

@ -24,6 +24,9 @@ import edu.wpi.first.wpilibj2.command.RunCommand;
import edu.wpi.first.wpilibj2.command.SequentialCommandGroup;
import edu.wpi.first.wpilibj2.command.button.CommandXboxController;
import frc.robot.TunerConstants.TunerConstants;
import frc.robot.commands.AprilTag3;
import frc.robot.commands.AprilTag3G;
import frc.robot.commands.Forme3;
import frc.robot.commands.RainBow;
import frc.robot.commands.StationPince;
import frc.robot.commands.reset;
@ -32,9 +35,6 @@ import frc.robot.commands.Elevateur.ElevateurManuel;
import frc.robot.commands.Elevateur.L2;
import frc.robot.commands.Elevateur.L3;
import frc.robot.commands.Elevateur.L4;
import frc.robot.commands.Limelight.AprilTag3;
import frc.robot.commands.Limelight.AprilTag3G;
import frc.robot.commands.Limelight.Forme3;
import frc.robot.commands.Pince.AlgueExpire;
import frc.robot.commands.Pince.Algue_inspire;
import frc.robot.commands.Pince.CorailAspir;

View File

@ -2,7 +2,7 @@
// 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.
package frc.robot.commands.Limelight;
package frc.robot.commands;
import static edu.wpi.first.units.Units.*;
import java.util.function.DoubleSupplier;

View File

@ -2,7 +2,7 @@
// 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.
package frc.robot.commands.Limelight;
package frc.robot.commands;
import static edu.wpi.first.units.Units.*;
import java.util.function.DoubleSupplier;

View File

@ -2,7 +2,7 @@
// 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.
package frc.robot.commands.Limelight;
package frc.robot.commands;
import static edu.wpi.first.units.Units.*;
import java.util.function.DoubleSupplier;