Compare commits
	
		
			2 Commits
		
	
	
		
			c589604b95
			...
			58025b4bbd
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 58025b4bbd | ||
|  | 9902be925c | 
| @@ -24,9 +24,6 @@ import edu.wpi.first.wpilibj2.command.RunCommand; | |||||||
| import edu.wpi.first.wpilibj2.command.SequentialCommandGroup; | 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.AprilTag3; |  | ||||||
| import frc.robot.commands.AprilTag3G; |  | ||||||
| import frc.robot.commands.Forme3; |  | ||||||
| import frc.robot.commands.RainBow; | import frc.robot.commands.RainBow; | ||||||
| import frc.robot.commands.StationPince; | import frc.robot.commands.StationPince; | ||||||
| import frc.robot.commands.reset; | import frc.robot.commands.reset; | ||||||
| @@ -35,6 +32,9 @@ 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.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.AlgueExpire; | ||||||
| import frc.robot.commands.Pince.Algue_inspire; | import frc.robot.commands.Pince.Algue_inspire; | ||||||
| import frc.robot.commands.Pince.CorailAspir; | import frc.robot.commands.Pince.CorailAspir; | ||||||
|   | |||||||
| @@ -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.Limelight; | ||||||
| import static edu.wpi.first.units.Units.*; | import static edu.wpi.first.units.Units.*; | ||||||
| 
 | 
 | ||||||
| import java.util.function.DoubleSupplier; | import java.util.function.DoubleSupplier; | ||||||
| @@ -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.Limelight; | ||||||
| import static edu.wpi.first.units.Units.*; | import static edu.wpi.first.units.Units.*; | ||||||
| 
 | 
 | ||||||
| import java.util.function.DoubleSupplier; | import java.util.function.DoubleSupplier; | ||||||
| @@ -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.Limelight; | ||||||
| import static edu.wpi.first.units.Units.*; | import static edu.wpi.first.units.Units.*; | ||||||
| 
 | 
 | ||||||
| import java.util.function.DoubleSupplier; | import java.util.function.DoubleSupplier; | ||||||
		Reference in New Issue
	
	Block a user