This commit is contained in:
EdwardFaucher 2022-12-06 18:04:35 -05:00
parent 999eaae0a0
commit 1fa39c16e6

View File

@ -3,6 +3,7 @@
// the WPILib BSD license file in the root directory of this project.
package frc.robot;
import edu.wpi.first.cameraserver.CameraServer;
import edu.wpi.first.wpilibj.GenericHID;
import edu.wpi.first.wpilibj.XboxController;
import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
@ -49,6 +50,7 @@ public class RobotContainer {
/** The container for the robot. Contains subsystems, OI devices, and commands. */
public RobotContainer() {
CameraServer.startAutomaticCapture();
// Configure the button bindings
configureButtonBindings();