touche
This commit is contained in:
parent
e7be2d6428
commit
368948b2aa
File diff suppressed because it is too large
Load Diff
@ -40,9 +40,7 @@ public class RobotContainer {
|
||||
}
|
||||
|
||||
private void configureBindings() {
|
||||
Lancer lancer= new Lancer(lanceur);
|
||||
Desaccumuler desaccumuler = new Desaccumuler(accumulateur);
|
||||
FollowAprilTag aprilTag = new FollowAprilTag(limelight3G, lanceur);
|
||||
|
||||
manette.x().whileTrue(new Lancer(lanceur));
|
||||
manette.leftBumper().toggleOnTrue(new FollowAprilTag(limelight3G, lanceur));
|
||||
manette.a().whileTrue(new Desaccumuler(accumulateur));
|
||||
|
@ -6,7 +6,6 @@ package frc.robot.Subsystems;
|
||||
|
||||
import edu.wpi.first.wpilibj2.command.SubsystemBase;
|
||||
import edu.wpi.first.net.PortForwarder;
|
||||
import edu.wpi.first.networktables.GenericEntry;
|
||||
import edu.wpi.first.networktables.NetworkTable;
|
||||
import edu.wpi.first.networktables.NetworkTableEntry;
|
||||
import edu.wpi.first.networktables.NetworkTableInstance;
|
||||
|
Loading…
x
Reference in New Issue
Block a user