From e4d29bfc50e6f7619e50bd413bf40343050e0504 Mon Sep 17 00:00:00 2001 From: EdwardFaucher Date: Tue, 6 Dec 2022 18:25:06 -0500 Subject: [PATCH] gh --- src/main/java/frc/robot/RobotContainer.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/java/frc/robot/RobotContainer.java b/src/main/java/frc/robot/RobotContainer.java index b4e3b13..1e7ad28 100644 --- a/src/main/java/frc/robot/RobotContainer.java +++ b/src/main/java/frc/robot/RobotContainer.java @@ -51,6 +51,9 @@ public class RobotContainer { /** The container for the robot. Contains subsystems, OI devices, and commands. */ public RobotContainer() { CameraServer.startAutomaticCapture(); + SmartDashboard.putNumber("AvancerVit", 0); + SmartDashboard.putNumber("avancer", 0); + // Configure the button bindings configureButtonBindings();