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

Test shooter subsystem #2

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

Test shooter subsystem #2

wants to merge 9 commits into from

Conversation

Zaque2
Copy link
Contributor

@Zaque2 Zaque2 commented Jan 30, 2024

Pull request template

Please fill out the fields below by replacing their explaination text.


Subsystem: Affected Subsystem name

Description:

Describe your changes in a few sentences.

Tested: Yes/No was your code tested on a robot or simulator?

Checking that the code has built locally is important, but that is not testing.
If yes, please elaborate.

Collaborators: List anyone else who worked on this PR, preferably with @s


Before submitting:

  • Review that your code meets our coding standards
  • Confirm there is a green ✔️ (not a red ❌) next to your last commit's date
  • Replace all text above with appropriate descriptions
  • Remove header and footer from this template
  • Add @smccrorie and @fruzyna as reviewers

private WsSpark shooterMotor2;
private double shooterMotor1Speed = 0.5;
private double shooterMotor2Speed = 0.5;
private AnalogInput leftTrigger;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Lets change this to the left bumper instead of the left trigger (DigitalInput)

else{
shooterMotor1.setSpeed(0);
shooterMotor2.setSpeed(0);
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Add a SmartDashboard printout so we can see the shooter motor speed setpoint

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.

4 participants