-
Notifications
You must be signed in to change notification settings - Fork 3
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
Setup intake interface #6
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar to the shooter comments, for the intake the basic control interface is:
- Intake
- Off - No/All Bumper Pressed
- In - Right Bumper Pressed
- Out - Left Bumper Pressed
A single command might be useful, similar to the shooter. E.g. setSpeed(double speed) [-1.0 .. 1.0] might be sufficient to implement in (+ values), out (- values), off (0).
Please use draft PRs if the PR is not ready to merge. Also, please merge the latest changes in & make sure the build is not failing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
No description provided.