Skip to content

Commit

Permalink
feat: Add more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
msoucy committed Jun 27, 2024
1 parent 63a3682 commit db16949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/subsystems/Drive.java
Original file line number Diff line number Diff line change
Expand Up @@ -316,5 +316,6 @@ private void rotateToAngleImpl(double targetAngle) {
Logger.recordOutput("Estimator Angle", estimatorAngle);
Logger.recordOutput("Rotation Speed", rotationSpeed);
Logger.recordOutput("Target Velocity", rotationPID.getSetpoint().velocity);
Logger.recordOutput("Position Error", rotationPID.getPositionError());
}
}

0 comments on commit db16949

Please sign in to comment.