Skip to content

Make autos fit time limit better - #112

Open
BrodyKarr wants to merge 6 commits into
mainfrom
Make-Autos-fit-time-limit-better
Open

Make autos fit time limit better#112
BrodyKarr wants to merge 6 commits into
mainfrom
Make-Autos-fit-time-limit-better

Conversation

@BrodyKarr

Copy link
Copy Markdown
Contributor

No description provided.

@BrodyKarr
BrodyKarr requested a review from a team as a code owner August 16, 2026 03:07
@BrodyKarr
BrodyKarr enabled auto-merge (squash) August 16, 2026 03:07
@BrodyKarr BrodyKarr linked an issue Aug 16, 2026 that may be closed by this pull request
Comment on lines +60 to +77

RobotContainer.freeSpinInstance.setTransferBeltPercentOutput(1);
RobotContainer.freeSpinInstance.setAgitatorPercentOutput(1);
RobotContainer.freeSpinInstance.setIntakeRollersPercentOutput(1);
RobotContainer.freeSpinInstance.setTransferRampPercentOutput(1);
RobotContainer.freeSpinInstance.setHotdogRollersPercentOutput(1);
}

// Called once the command ends or is interrupted.
@Override
public void end(boolean interrupted) {
TOF = Seconds.zero();
RobotContainer.freeSpinInstance.setTransferBeltPercentOutput(0);
RobotContainer.freeSpinInstance.setAgitatorPercentOutput(0);
RobotContainer.freeSpinInstance.setIntakeRollersPercentOutput(0);
RobotContainer.freeSpinInstance.setTransferRampPercentOutput(0);
RobotContainer.freeSpinInstance.setFlywheelPercentOutput(0);
RobotContainer.freeSpinInstance.setHotdogRollersPercentOutput(0);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

use constants remember we have Zero constant too

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.

Tune the autos to fit time limit

2 participants