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