Skip to content

Commit 6a0afdf

Browse files
committed
2 parents 37e781a + 3737bb7 commit 6a0afdf

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

gradlew

100644100755
File mode changed.

src/main/java/frc/robot/elevator/AlgaeRoller.java

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public void periodic() {
6969
SmartDashboard.putNumber("Algae Roller/Velocity", encoder.getVelocity());
7070
SmartDashboard.putNumber("Algae Roller/Applied Duty Cycle", leaderMotor.getAppliedOutput());
7171
SmartDashboard.putNumber("Algae Roller/Current", leaderMotor.getOutputCurrent());
72+
SmartDashboard.putNumber("Algae Roller/Follower Current", followerMotor.getOutputCurrent());
7273
SmartDashboard.putBoolean("Algae Loaded", hasAlgae.getAsBoolean());
7374
SmartDashboard.putBoolean("Algae isRolling", isRolling.getAsBoolean());
7475
}

0 commit comments

Comments
 (0)