-
Notifications
You must be signed in to change notification settings - Fork 1
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
Intake - add intake (button 12) and eject (button 15) #7
base: main
Are you sure you want to change the base?
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.
Need to test this on the robot before merging
README.md
Outdated
# 2022-2023-training | ||
|
||
Blah blah blah |
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.
let's make the readme file descriptive
return isExtended; | ||
} | ||
|
||
// TODO is DisabledCommand depracated or something? Why does the import not work |
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.
DisabledCommand is not part of the framework. I came up with it last year and made it run in Robot.java. However, we realized we should not do that because it seems to interfere with the robot's communication with the driver station.
No description provided.