-
Notifications
You must be signed in to change notification settings - Fork 0
Resources #5
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
Open
michaelk036
wants to merge
8
commits into
main
Choose a base branch
from
Naming
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Resources #5
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
05d0fe4
grammar
michaelk036 996f841
resources
michaelk036 590685e
more resources
michaelk036 e4b4945
added resources
michaelk036 6634a35
more
michaelk036 5db00aa
made linux use markdown
e25f0a3
fixed indentation and made all links work
27a836b
put append back
michaelk036 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "default": true, | ||
| "MD007": { | ||
| "indent": 4 | ||
| }, | ||
| "MD013": false | ||
| } |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| # Redshift 4048 Documentation | ||
|
|
||
| This is the homepage for Redshift's documentation. | ||
| This is the homepage for FRC Team 4048's documentation. | ||
|
|
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| # FRC Specific Resources | ||
|
|
||
| This is a guide of resources for FRC programming, and some other helpful stuff you might need. | ||
|
|
||
| ## WPILib | ||
|
|
||
| An all in one package of tools and libraries used for FRC programming, developed by WPI. | ||
|
|
||
| - [Installing WPILib](https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-2/wpilib-setup.html) | ||
| - [WPILib Documentation](https://docs.wpilib.org/en/stable/docs/zero-to-robot/introduction.html) | ||
|
|
||
| ### Included in WPILib | ||
|
|
||
| #### AdvantageScope + AdvantageKit | ||
|
|
||
| - AdvantageScope (Developed by FRC Team 6328), which can be used to log real time data of the robot during testing. | ||
| - [AdvantageScope Documentation](https://docs.advantagescope.org/) | ||
|
|
||
| - Advantage Kit (Also Developed by FRC Team 6328), is a code library used for logging and replaying matches. | ||
| - [Advantage Kit Documentation](https://docs.advantagekit.org/) | ||
|
|
||
| #### VS Code (Visual Studio Code) | ||
|
|
||
| - The FRC supported IDE, with WPILib Integrations, allowing for native `Build Robot Code`, `Simulate Robot Code`, `Deploy Robot Code`, and other FRC and WPILib specific things. | ||
|
|
||
| #### Elastic and Shuffleboard | ||
|
|
||
| - Elastic (Made by FRC Team 353) and Shuffleboard are both customizable tools for inputting and displaying information during a match or for testing purposes on a dashboard. | ||
| - [Elastic Documentation](<https://frc-elastic.gitbook.io/docs>) | ||
| - [Shuffleboard Documentation](<https://docs.wpilib.org/en/stable/docs/software/dashboards/shuffleboard/index.html>) | ||
|
|
||
| ## Not Included in WPILib | ||
|
|
||
| - Git, they easiest way to share locally written code to other people, in our case we use GitHub and every task get's assigned to a branch, which is later turned into a PR (Pull Request), which may be merged into Main. | ||
| - [Git Download](<https://git-scm.com/downloads>) | ||
| - [Git Documentation](<https://git-scm.com/doc>) | ||
|
|
||
| ### Additional Tools | ||
|
|
||
| - PathPlanner (Developed by FRC Team 3015), allows you to map out Autonomous Routines and Paths with a UI. | ||
| - [PathPlanner Download](<https://github.com/mjansen4857/pathplanner>) -> click Releases | ||
| - [PathPlanner Documentation](<https://pathplanner.dev/home.html>) | ||
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
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
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.
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.
This section is not really accurate