Skip to content

5-intaking-functional - #7

Merged
FRCTeam3255-Shared-K1-10 merged 9 commits into
mainfrom
5-intaking-functional
May 24, 2026
Merged

5-intaking-functional#7
FRCTeam3255-Shared-K1-10 merged 9 commits into
mainfrom
5-intaking-functional

Conversation

@jaymendo670-png

Copy link
Copy Markdown
Contributor

i made the intake pivot deploy

i made the intake pivot deploy
@jaymendo670-png
jaymendo670-png requested a review from a team as a code owner May 23, 2026 04:25
@jaymendo670-png jaymendo670-png linked an issue May 23, 2026 that may be closed by this pull request
…ting and intaking on the controller.

Co-Authored-By: Tej shah <187054380+Tejshah88@users.noreply.github.com>
Co-Authored-By: lameesnotlame <258483139+lameesnotlame@users.noreply.github.com>

@Wu-Fan-529 Wu-Fan-529 left a comment

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.

good to me

@BrodyKarr

Copy link
Copy Markdown
Contributor

looks good👍

public static final TalonFXConfiguration HOOD_PIVOT_CONFIGURATION = new TalonFXConfiguration();
public static final Angle INTAKE_PIVOT_DEPLOY = Degrees.of(90);
// jayden in the future make a intake retract/
public static final Angle RETRACT_PIVOT_DEPLOY = Degrees.of(-90);

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 name is confusing? What is pivoting? Is it retracting or deploying?

Fixxed naming issue to be less confusing
moved up code
public static final TalonFXConfiguration TRANSFER_ROLLERS_WEST_CONFIGURATION = new TalonFXConfiguration();
public static final TalonFXConfiguration FLYWHEEL_EAST_CONFIGURATION = new TalonFXConfiguration();
public static final TalonFXConfiguration FLYWHEEL_WEST_CONFIGURATION = new TalonFXConfiguration();
public static final AngularVelocity INTAKE_ROLLERS_INTAKING = Units.RPM.of(4000);

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 name does not represent what type of value this is. Is it for an angle? For speed?

@BrodyKarr BrodyKarr left a comment

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.

looks good to me

public static final TalonFXConfiguration INTAKE_PIVOT_CONFIGURATION = new TalonFXConfiguration();
public static final TalonFXConfiguration HOOD_PIVOT_CONFIGURATION = new TalonFXConfiguration();
public static final Angle INTAKE_PIVOT_DEPLOY = Degrees.of(90);
// justin in the future make a intake retract/

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.

We should update these values to match robot values
public static final Angle DEPLOY_INTAKE_PIVOT_ANGLE = Units.Degrees.of(125); public static final Angle RETRACT_INTAKE_PIVOT_ANGLE = Units.Degrees.of(0);

public static final TalonFXConfiguration TRANSFER_ROLLERS_WEST_CONFIGURATION = new TalonFXConfiguration();
public static final TalonFXConfiguration FLYWHEEL_EAST_CONFIGURATION = new TalonFXConfiguration();
public static final TalonFXConfiguration FLYWHEEL_WEST_CONFIGURATION = new TalonFXConfiguration();
public static final AngularVelocity INTAKE_ROLLERS_SPEED = Units.RPM.of(4000);

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.

lets keep the value at 0-4, setting it to 4000 will still make it go to its max(4) but, lets keep it to the lower values to keep clarity

@FRCTeam3255-Shared-K1-10
FRCTeam3255-Shared-K1-10 merged commit ae7410e into main May 24, 2026
1 check passed
@FRCTeam3255-Shared-K1-10
FRCTeam3255-Shared-K1-10 deleted the 5-intaking-functional branch May 24, 2026 03:23
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.

Intaking functional

5 participants