xzcvb
This commit is contained in:
		| @@ -6,12 +6,14 @@ package frc.robot; | ||||
|  | ||||
| import edu.wpi.first.wpilibj2.command.Command; | ||||
| import edu.wpi.first.wpilibj2.command.Commands; | ||||
| //subsystems | ||||
| import frc.robot.subsystems.BasePilotable; | ||||
| import frc.robot.subsystems.Gratte; | ||||
| import frc.robot.commands.limelight; | ||||
| import frc.robot.subsystems.bras.BrasTelescopique; | ||||
| import frc.robot.subsystems.bras.Pince; | ||||
| import frc.robot.subsystems.bras.Pivot; | ||||
| import frc.robot.subsystems.Limelight; | ||||
| // command | ||||
| import frc.robot.commands.BrakeFerme; | ||||
| import frc.robot.commands.BrakeOuvre; | ||||
| import frc.robot.commands.GratteBaisser; | ||||
| @@ -24,8 +26,6 @@ import frc.robot.commands.bras.PivoteBrasBas; | ||||
| import frc.robot.commands.bras.PivoteBrasHaut; | ||||
| import frc.robot.commands.bras.PivoteBrasMilieux; | ||||
|  | ||||
|  | ||||
|  | ||||
| public class RobotContainer { | ||||
|   public RobotContainer() { | ||||
|     configureBindings(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user