mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
Oh god I hate REV
This commit is contained in:
@@ -15,6 +15,8 @@ import org.littletonrobotics.junction.networktables.NT4Publisher;
|
||||
import org.littletonrobotics.junction.wpilog.WPILOGReader;
|
||||
import org.littletonrobotics.junction.wpilog.WPILOGWriter;
|
||||
|
||||
import com.ctre.phoenix6.SignalLogger;
|
||||
|
||||
import edu.wpi.first.wpilibj.GenericHID.RumbleType;
|
||||
import edu.wpi.first.wpilibj2.command.Command;
|
||||
import edu.wpi.first.wpilibj2.command.CommandScheduler;
|
||||
@@ -50,6 +52,9 @@ public class Robot extends LoggedRobot {
|
||||
// Start logging with AdvantageKit
|
||||
startLogging();
|
||||
|
||||
com.revrobotics.util.StatusLogger.disableAutoLogging();
|
||||
SignalLogger.enableAutoLogging(false);
|
||||
|
||||
// Instantiate our RobotContainer. This will perform all our button bindings, and put our
|
||||
// autonomous chooser on the dashboard.
|
||||
m_robotContainer = new RobotContainer();
|
||||
|
||||
Reference in New Issue
Block a user