mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 00:38:05 -06:00
asd
This commit is contained in:
@@ -43,8 +43,10 @@ public class Robot extends TimedRobot {
|
||||
|
||||
private RobotTime m_robotTime = RobotTime.getInstance();
|
||||
private RobotContainer m_robotContainer;
|
||||
|
||||
private SendableChooser<Command> autoChooser = new SendableChooser<Command>();
|
||||
|
||||
private double current;
|
||||
// private double current;
|
||||
|
||||
// private static DesmosServer desmosServer = new DesmosServer(8000);
|
||||
|
||||
@@ -70,6 +72,9 @@ public class Robot extends TimedRobot {
|
||||
// Forward.path").toFile());
|
||||
// LOGGER.finest(path::toString);
|
||||
LOGGER.fine("robotInit()");
|
||||
|
||||
|
||||
|
||||
// LOGGER.fine("Sssssssssh.");
|
||||
// DriverStation.silenceJoystickConnectionWarning(true);
|
||||
// Instantiate our RobotContainer. This will perform all our button bindings,
|
||||
|
||||
Reference in New Issue
Block a user