Compare commits

..

No commits in common. "c3d4b8c43c95dbe885ce5bb20d117680571a12d4" and "4f6552202c1c2071515a9f1b5f473efa8e691d7a" have entirely different histories.

2 changed files with 2 additions and 1 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,6 +16,7 @@ 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);