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

Feeder subsystem refinement #74

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

AbhiJ2706
Copy link
Contributor

Added code to stop the motor at the end of EmptyFeeder command.

@@ -126,6 +126,10 @@ public void emptyFeeder(){
feederTalon.set(ControlMode.Position, 6*FEEDERSUBSYSTEM_INCREMENT_TICKS.get());
}

public void stopFeeder(){
feederTalon.set(0);
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we make 0 into a CONSTANT?

Copy link
Member

@Zinka010 Zinka010 left a comment

Choose a reason for hiding this comment

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

Vector Oh Yeah

@nicojopr
Copy link
Contributor

nicojopr commented Mar 7, 2020

Abhi is this still needed? Can you get it done today?

@nicojopr
Copy link
Contributor

nicojopr commented Mar 7, 2020

After discussion we don't believe this is needed now. Please review what is on master and provide input if you see anything

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.

5 participants