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

States ash prep #117

Merged
merged 4 commits into from
Mar 27, 2024
Merged

States ash prep #117

merged 4 commits into from
Mar 27, 2024

Conversation

GBKP
Copy link
Collaborator

@GBKP GBKP commented Mar 27, 2024

basic changes

Signed-off-by: KP <86213869+Kanishk-Pandey@users.noreply.github.com>
Signed-off-by: KP <86213869+Kanishk-Pandey@users.noreply.github.com>
.
Signed-off-by: KP <86213869+Kanishk-Pandey@users.noreply.github.com>
Signed-off-by: KP <86213869+Kanishk-Pandey@users.noreply.github.com>
@GBKP GBKP requested a review from a1cd March 27, 2024 00:39
Comment on lines +413 to +415
driverController
.a()
.whileTrue(FeederCommands.feedToShooter(feeder));
Copy link
Collaborator

Choose a reason for hiding this comment

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

You can put this on the operator controller but right now we are trying to reduce the number of controls on the drivers controller

Comment on lines +570 to +572
.andThen(
LEDCommands.setIntakeType(leds)
)
Copy link
Collaborator

Choose a reason for hiding this comment

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

The LEDs are making me confused, if we had the LEDs actually visually indicate up or down then I might approve

}, shooter)
.withName("Shooter Idle");
}

public static Command SHOOTLONGWAY (Shooter shooter) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Name? Maybe document this one idk what this is supposed to do

Copy link
Collaborator

@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'm really confused by some of these changes

@GBKP GBKP merged commit 7445ce1 into main Mar 27, 2024
1 check passed
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