Skip to content

Commit

Permalink
saved layout on elastic
Browse files Browse the repository at this point in the history
  • Loading branch information
PGgit08 committed Mar 14, 2024
1 parent 9922869 commit 3475bbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/subsystems/ElevatorSubsystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public void periodic() {
// harry chen code maybe fix

SmartDashboard.putNumber("ELEVATOR HEIGHT METERS", getHeight());
SmartDashboard.putNumber("ELEVATOR PERCENT OUTPUT", _leftMotor.get());
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/IntakeSubsystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,6 @@ public void feed(FeedMode feedMode) {
public void periodic() {
// This method will be called once per scheduler run
SmartDashboard.putNumber("ACTUATOR ENCODER", getActuator());
SmartDashboard.putNumber("ACTUATOR OUTPUT", _actuatorMotor.get());
SmartDashboard.putNumber("ACTUATOR PERCENT OUTPUT", _actuatorMotor.get());
}
}

0 comments on commit 3475bbf

Please sign in to comment.