Skip to content

Commit 5330f85

Browse files
committed
code before freshmans arrived
1 parent e973a6a commit 5330f85

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/frc/robot/Robot.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
import edu.wpi.first.wpilibj.DriverStation;
1717
import edu.wpi.first.wpilibj.Threads;
18+
import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
1819
import edu.wpi.first.wpilibj2.command.Command;
1920
import edu.wpi.first.wpilibj2.command.CommandScheduler;
2021
import org.ironmaple.simulation.SimulatedArena;
@@ -100,6 +101,7 @@ public void robotPeriodic() {
100101
// This must be called from the robot's periodic block in order for anything in
101102
// the Command-based framework to work.
102103
CommandScheduler.getInstance().run();
104+
SmartDashboard.putData(CommandScheduler.getInstance());
103105

104106
// Return to normal thread priority
105107
Threads.setCurrentThreadPriority(false, 10);

0 commit comments

Comments
 (0)