Skip to content

Commit

Permalink
[#127] add setpoints to shuffleboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Fr1tzBot committed Jan 29, 2024
1 parent 740a486 commit 1291745
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/frc/robot/subsystems/Climber.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ public Climber() {

LightningShuffleboard.setDoubleSupplier("Climb", "Left Height", () -> getHeightL());
LightningShuffleboard.setDoubleSupplier("Climb", "Right Height", () -> getHeightR());
LightningShuffleboard.setDoubleSupplier("Climb", "Left Setpoint", () -> getSetpointL());
LightningShuffleboard.setDoubleSupplier("Climb", "Right Setpoint", () -> getSetpointR());
}

/**
Expand Down

0 comments on commit 1291745

Please sign in to comment.