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

added pass function #122

Closed
wants to merge 11 commits into from
Closed

added pass function #122

wants to merge 11 commits into from

Conversation

Ryan-Bauroth
Copy link
Contributor

not keyboard to a controller yet

@Ryan-Bauroth Ryan-Bauroth requested a review from a1cd April 3, 2024 21:12
@Ryan-Bauroth Ryan-Bauroth linked an issue Apr 3, 2024 that may be closed by this pull request
@@ -173,6 +173,15 @@ public static Command simpleHoodZero(Shooter shooter) {
.withName("Simple Hood Zero");
}

//https://www.desmos.com/calculator/rcnsmtoqwi hypothetical math
Copy link
Contributor

Choose a reason for hiding this comment

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

change to same angle and 1000 rpm

Copy link
Contributor

@a1cd a1cd left a comment

Choose a reason for hiding this comment

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

i'd go a bit faster but we can change that with testing

Copy link
Contributor

@a1cd a1cd left a comment

Choose a reason for hiding this comment

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

need feed command dbchadlafkhds;lghfpaoskdgh;asdkgh;askldhg;oaskldjngalks.,jdmgn;aksdjx

Comment on lines 176 to 183
public static Command passNote(Shooter shooter) {
return run(() -> {
shooter.shooterRunVelocity(1000);
shooter.setTargetShooterAngle(Rotation2d.fromRadians(.25));
}, shooter)
.withName("passNote");
}

Copy link
Contributor

Choose a reason for hiding this comment

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

hold on i actually think we need to also have a feeder command for this, without it we won't actually shoot, so once the shooter is at setpoint you should shoot

@Ryan-Bauroth Ryan-Bauroth requested a review from a1cd April 4, 2024 20:07
@GBKP GBKP closed this Apr 16, 2024
@Ryan-Bauroth Ryan-Bauroth deleted the hypothetical-shooter-pass branch October 10, 2024 18:32
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.

shoot back to alliance command
3 participants