Merge branch 'main' of https://demerso.net/pls5618/2023/betabots
This commit is contained in:
@ -20,7 +20,7 @@ private WPI_TalonSRX arriereGauche = new WPI_TalonSRX(Constants.MoteurArriereGau
|
||||
|
||||
private WPI_TalonSRX arriereDroit = new WPI_TalonSRX(Constants.MoteurArriereDroit);
|
||||
|
||||
private MecanumDrive mecanum = new MecanumDrive(avntGauche, arriereGauche, avantDroit, arriereDroit);
|
||||
private MecanumDrive mecanum = new MecanumDrive(avantGauche, arriereGauche, avantDroit, arriereDroit);
|
||||
|
||||
private void Drive(double y, double x, double rot){
|
||||
drive.driveCarthesian(y, x, rot, 0)
|
||||
|
Reference in New Issue
Block a user