Create Educator's Guide#36
Draft
roboteer5291 wants to merge 11 commits into
Draft
Conversation
* Create autoimport * Remove references to now-unnecessary imports from readme and styleguide * Fix build errors
ArchdukeTim
suggested changes
Jun 20, 2026
| ## Course Usage | ||
|
|
||
| The course is built for self-paced learning, where students can progress at their own speed. | ||
| It utilizes code and robot simulation, a tool standard throughout FRC programming, to enable students to see their work and results quickly and not require a specific robot, or any robot access. |
There was a problem hiding this comment.
Suggested change
| It utilizes code and robot simulation, a tool standard throughout FRC programming, to enable students to see their work and results quickly and not require a specific robot, or any robot access. | |
| It utilizes robot simulation, a tool standard throughout FRC programming, to enable students to see their work and results quickly and not require a specific robot, or any robot access. |
| <Aside type="note" title="Why Java?"> | ||
| Java is the most popular language used in FRC by a significant margin ([source](https://community.firstinspires.org/more-reefscape-by-the-numbers-new-legal-devices "FRC Blog: More REEFSCAPE By The Numbers")). | ||
| This means that there's an abundance of public code to refer to and that it's the easiest language to receive help for. | ||
| Additionally, many students learn Java through AP Computer Science in school, giving them exposure to the language already. |
There was a problem hiding this comment.
You might also add that even though the course uses java, the core concepts should be applicable to c++ and python as well
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Working PR. Creates educator's guide. Addresses #35