Changes from 3/5 meeting

This commit is contained in:
2026-03-05 19:05:09 -05:00
parent 10fb8d4aa5
commit f1f523de73
4 changed files with 19 additions and 11 deletions

View File

@@ -67,7 +67,7 @@ public class IntakePivotConstants {
kRightMotorConfig
.idleMode(kIdleMode)
.smartCurrentLimit(kCurrentLimit)
.inverted(false)
.follow(kLeftMotorCANID);
.inverted(true)
;//.follow(kLeftMotorCANID);
}
}