mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 08:38:02 -06:00
smart dashboard prints (may need more)
This commit is contained in:
@@ -120,7 +120,10 @@ public class Robot extends TimedRobot {
|
||||
* This function is called periodically during operator control.
|
||||
*/
|
||||
@Override
|
||||
public void teleopPeriodic() {}
|
||||
public void teleopPeriodic() {
|
||||
SmartDashboard.putBoolean("READY", m_robotContainer.readyForPlacement);
|
||||
SmartDashboard.putNumber("GYRO", m_robotContainer.m_robotSwerveDrive.getGyroAngle());
|
||||
}
|
||||
|
||||
/**
|
||||
* This function is called periodically during test mode.
|
||||
|
||||
Reference in New Issue
Block a user