Skip to content
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

Arm subystem fixes #25

Merged
merged 3 commits into from
Sep 2, 2024
Merged

Arm subystem fixes #25

merged 3 commits into from
Sep 2, 2024

Conversation

ryanknj5
Copy link
Contributor

No description provided.

@jonahsnider jonahsnider self-requested a review August 31, 2024 06:16
src/main/java/frc/robot/arm/ArmSubsystem.java Outdated Show resolved Hide resolved
src/main/java/frc/robot/arm/ArmSubsystem.java Outdated Show resolved Hide resolved
src/main/java/frc/robot/arm/ArmSubsystem.java Outdated Show resolved Hide resolved
src/main/java/frc/robot/arm/ArmSubsystem.java Show resolved Hide resolved
Copy link
Member

@jonahsnider jonahsnider left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, left one comment and then it's good to merge once formatted

@@ -166,40 +166,24 @@ public void robotPeriodic() {
DogLog.log("Arm/Left/SupplyCurrent", leftMotor.getSupplyCurrent().getValueAsDouble());
DogLog.log("Arm/Left/ArmAngle", leftMotor.getPosition().getValueAsDouble());
DogLog.log("Arm/Left/AppliedVoltage", leftMotor.getMotorVoltage().getValueAsDouble());
DogLog.log("Arm/Left/LowestSeenAngleLeft", lowestSeenAngleLeft);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

recording this as LowestSeenAngleLeft is redundant since it's already prefixed with Arm/Left/. same for the right motor too

@ryanknj5 ryanknj5 merged commit 86e5b6a into main Sep 2, 2024
5 of 6 checks passed
@ryanknj5 ryanknj5 deleted the arm-subsystem branch September 2, 2024 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants