lanceur
This commit is contained in:
		| @@ -9,6 +9,7 @@ import edu.wpi.first.wpilibj2.command.SubsystemBase; | |||||||
| public class Grimpeur extends SubsystemBase { | public class Grimpeur extends SubsystemBase { | ||||||
|   /** Creates a new Acrocheur. */ |   /** Creates a new Acrocheur. */ | ||||||
|   public Grimpeur() {} |   public Grimpeur() {} | ||||||
|  |   final  | ||||||
|  |  | ||||||
|   @Override |   @Override | ||||||
|   public void periodic() { |   public void periodic() { | ||||||
|   | |||||||
| @@ -27,6 +27,8 @@ public class Lanceur extends SubsystemBase { | |||||||
|     lancer2.follow(lancer); |     lancer2.follow(lancer); | ||||||
|     lancer3.follow(lancer); |     lancer3.follow(lancer); | ||||||
|     lancer4.follow(lancer); |     lancer4.follow(lancer); | ||||||
|  |     lancer3.setInverted(true); | ||||||
|  |     lancer4.setInverted(true); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   |   | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user