Compare commits

..

2 Commits

Author SHA1 Message Date
c3d4b8c43c Merge branch 'main' of https://git.demerso.net/PLS5618/pratique-2025 2024-10-28 18:50:46 -04:00
4944f4662b - encodeurs 2024-10-28 18:49:53 -04:00
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,7 @@ public class Desaccumuler extends Command {
// Called when the command is initially scheduled.
@Override
public void initialize() {
accumulateur.resetencodeur();
}
// Called every time the scheduler runs while the command is scheduled.

View File

@ -16,7 +16,6 @@ public class Accumulateur extends SubsystemBase {
public Accumulateur() {}
final WPI_TalonSRX accumulateur1 = new WPI_TalonSRX(0);
final WPI_TalonSRX accumulateur2 = new WPI_TalonSRX(10);
final
public void encodeur(){
accumulateur1.configSelectedFeedbackSensor(FeedbackDevice.CTRE_MagEncoder_Relative);
accumulateur2.configSelectedFeedbackSensor(FeedbackDevice.CTRE_MagEncoder_Relative);