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

Score Note Command #16

Closed
9 tasks done
matunkar opened this issue Jan 13, 2024 · 0 comments · Fixed by #20
Closed
9 tasks done

Score Note Command #16

matunkar opened this issue Jan 13, 2024 · 0 comments · Fixed by #20
Assignees
Labels

Comments

@matunkar
Copy link
Contributor

matunkar commented Jan 13, 2024

command to run the roller that scores the notes.

  • Create a command named ScoreNote.java. extend CommandBase
  • create a timer
  • Do the import (commandbase) + import the acquisition subsystem
  • in the constructor - add the scoring subsystem as a requirement.
  • add in the @ Override methods (initialize, isFinished, end)
  • initialize should run the roller run method
  • isFinished should return true if the timer is greater than a constant secondsToScore
  • end should run the roller run method.
  • steal from pretty much any command.
@matunkar matunkar moved this to Backlog in 2024 Robot Project Jan 13, 2024
@matunkar matunkar moved this from Backlog to To Do in 2024 Robot Project Jan 13, 2024
@Griffin9881 Griffin9881 moved this from To Do to In Progress in 2024 Robot Project Jan 13, 2024
@Griffin9881 Griffin9881 linked a pull request Jan 13, 2024 that will close this issue
@Griffin9881 Griffin9881 moved this from In Progress to Back to developer in 2024 Robot Project Jan 13, 2024
@Griffin9881 Griffin9881 moved this from Back to developer to Peer review in 2024 Robot Project Jan 13, 2024
@Griffin9881 Griffin9881 moved this from Peer review to Mentor review in 2024 Robot Project Jan 13, 2024
@Griffin9881 Griffin9881 moved this from Mentor review to Back to developer in 2024 Robot Project Jan 13, 2024
@Griffin9881 Griffin9881 moved this from Back to developer to Peer review in 2024 Robot Project Jan 13, 2024
@matunkar matunkar moved this from Peer review to Mentor review in 2024 Robot Project Jan 13, 2024
@reediculous456 reediculous456 moved this from Mentor review to Back to developer in 2024 Robot Project Jan 15, 2024
@Griffin9881 Griffin9881 moved this from Back to developer to Mentor review in 2024 Robot Project Jan 15, 2024
@reediculous456 reediculous456 moved this from Mentor review to Back to developer in 2024 Robot Project Jan 15, 2024
@Griffin9881 Griffin9881 moved this from Back to developer to Mentor review in 2024 Robot Project Jan 15, 2024
@github-project-automation github-project-automation bot moved this from Mentor review to Done in 2024 Robot Project Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants