gh
This commit is contained in:
parent
bddfad72d6
commit
e4d29bfc50
@ -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();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user