Merge branch 'main' of https://git.demerso.net/PLS5618/pratique-2025
This commit is contained in:
@ -27,8 +27,9 @@ public class Lanceur extends SubsystemBase {
|
||||
final WPI_TalonSRX lanceur1 = new WPI_TalonSRX(0);
|
||||
final WPI_TalonSRX lanceur2 = new WPI_TalonSRX(1);
|
||||
final CANSparkMax tourelle = new CANSparkMax(2, MotorType.kBrushed);
|
||||
final
|
||||
private GenericEntry vitesse =
|
||||
dashboard.add("vitesselanceur", 0.2)
|
||||
dashboard.add("vitesselanceur", 0.2)
|
||||
.withSize(0,0)
|
||||
.withPosition(0, 3)
|
||||
.getEntry();
|
||||
|
Reference in New Issue
Block a user