Skip to content

(#145) Added intake open voltage down when intaking#147

Merged
thetaback merged 2 commits intomainfrom
145-hold-intake-down-when-intaking
Mar 21, 2026
Merged

(#145) Added intake open voltage down when intaking#147
thetaback merged 2 commits intomainfrom
145-hold-intake-down-when-intaking

Conversation

@thetaback
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Contributor

@aidnem aidnem left a comment

Choose a reason for hiding this comment

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

I'm approving this so we can move forward but there is some stuff that needs changes. Can we please see a 2nd ticket that can clean up the technical debt here?

if (Radians.of(world.pivotInputs.positionRadians)
.isNear(
world.targetPivotAngle, JsonConstants.intakeConstants.pivotHoldAngleTolerance)
&& world.holdVoltage != null) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@avidraccoon since this is your solution, can you make a ticket to use an optional for this instead

}

// Holds the intake down with a set voltage when intaking
if (runningIntakeRollers && deployIntake) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This is unnecessary right now. We don't need it. @avidraccoon please add it to your new ticket as well.

@thetaback thetaback merged commit b5d90f2 into main Mar 21, 2026
3 checks passed
@PChild PChild deleted the 145-hold-intake-down-when-intaking branch April 14, 2026 16:24
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