-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create an example subsystem #18
Comments
@colemacphail Should this be banded together and be classified as just porting the subsystems? |
you mean do this, #8, and other subsystems as 1 issue? I'd prefer leaving them separate personally. Could have a bunch of things as subtasks under 1 high level task of "port over subsystems" but either way they should be separate issues. |
Would #28 be good enough to be an "example subsystem" or was there some other quality or requirement needed? |
Noe, I was thinking something like an arm, elevator, or an intake. As a student it would be VERY helpful to have something to reference that we'll most likely use for that year. The odds we'll need an intake of some kind it very likely so I'd pick that. |
# Description This pull request adds an example subsystem for students to use to learn about how subsystems and commands are used in a robot environment. Fixes #18 ## Type of change Please delete options that are not relevant. - [X] New feature (non-breaking change which adds functionality) # Checklist: - [x] My code follows the style guidelines of this project - [X] I have performed a self-review of my code - [X] I have commented my code, particularly in hard-to-understand areas - [X] I have made corresponding changes to the documentation, if any - [X] My changes generate no new warnings - [ ] I have performed tests that prove my fix is effective or that my feature works, if necessary - [ ] New and existing unit tests pass locally with my changes --------- Co-authored-by: Ian Tapply <[email protected]> Co-authored-by: Cole MacPhail <[email protected]>
This should be a simple example of what a subsystem would look like and how it would integrate into the codebase while utilizing the proper tools.
Contributors, students, or mentors should be able to reference this example subsystem and truly understand how it works and how it meshes with the rest of the robot.
The text was updated successfully, but these errors were encountered: