This commit is contained in:
EdwardFaucher 2022-12-06 18:25:06 -05:00
parent bddfad72d6
commit e4d29bfc50

View File

@ -51,6 +51,9 @@ public class RobotContainer {
/** The container for the robot. Contains subsystems, OI devices, and commands. */ /** The container for the robot. Contains subsystems, OI devices, and commands. */
public RobotContainer() { public RobotContainer() {
CameraServer.startAutomaticCapture(); CameraServer.startAutomaticCapture();
SmartDashboard.putNumber("AvancerVit", 0);
SmartDashboard.putNumber("avancer", 0);
// Configure the button bindings // Configure the button bindings
configureButtonBindings(); configureButtonBindings();