Skip to content

Commit

Permalink
another error fixed from changing limelight class
Browse files Browse the repository at this point in the history
  • Loading branch information
rflood07 committed Jan 26, 2024
1 parent 002b652 commit 5859ef1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ private void registerNamedCommands() {

public void teleopPeriodic() {
SmartDashboard.putData(driveTrain.getCurrentCommand());
SmartDashboard.putNumber("robot angle according to limelight", limelight.getAprilTagValues().getbotPose().getRotation().getDegrees());
driveTrain.calculateSpeakerAngle();
}

Expand Down

0 comments on commit 5859ef1

Please sign in to comment.