-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shuffleboard Debug Mode vs Non Debug Mode #78
Conversation
src/main/java/frc/team2412/robot/subsystems/IntakeSubsystem.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noting a mismatch between the label and data.
src/main/java/frc/team2412/robot/subsystems/LauncherSubsystem.java
Outdated
Show resolved
Hide resolved
This reverts commit dc53f30.
Approved (pending formatting issues). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Shuffleboard.getTab("Launcher") | ||
.addDouble("Bottom FlyWheel Temp", () -> launcherBottomMotor.getMotorTemperature()); | ||
Shuffleboard.getTab("Launcher") | ||
.addDouble("Top FlyWheel Temp", () -> launcherTopMotor.getMotorTemperature()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have we tested the placement of these? Bottom previously had .withPosition(0, 3)
and .withSize(2, 1)
and top previously had .withPosition(2, 3)
and .withSize(2, 1)
, but without those I'm worried they will be assigned a spot that overlaps with something else.
Logs more or less depending whether or not debug mode is true