TODO: quand un ou l'autre des minirupteurs de l'attrapeur est activé mettre digital ouptut 3 à true.
Cobra le robot 2019 pour la compétition FRC
https://github.com/wpilibsuite/allwpilib/
C:\Users\Public\frc2019\maven\edu\wpi\first\wpilibj\wpilibj-java\2019.2.1
http://www.ctr-electronics.com/downloads/api/java/html/classcom_1_1ctre_1_1phoenix_1_1motorcontrol_1_1can_1_1_talon_s_r_x.html https://github.com/CrossTheRoadElec/Phoenix-api/blob/master/java/src/com/ctre/phoenix/motorcontrol/can/TalonSRX.java
https://phoenix-documentation.readthedocs.io/en/latest/ch14_MCSensor.html
https://github.com/CrossTheRoadElec/Phoenix-Examples-Languages/tree/master/Java
https://github.com/Supertronix/Robot2019/blob/master/doc/Victor-SP-Quick-Start-Guide.pdf
http://roborio-5910-frc:1181/stream.mjpg
https://github.com/Supertronix/Robot2019/blob/master/doc/REV-41-1097-UM.pdf
http://first.wpi.edu/FRC/roborio/beta/docs/java/edu/wpi/first/wpilibj/Servo.html
https://www.chiefdelphi.com/t/how-to-program-encoders-with-pid-subsystem/140456/3
The PID Subsystem was designed for a single sensor input and a single output. The way you’re doing it will use a single sensor and send the same output value to both the left and right motors, which would allow you to drive a distance approximately straight. Is that what you want?