|
2 | 2 |
|
3 | 3 | ## Welcome to frc6506/docs
|
4 | 4 |
|
| 5 | +Hello, and welcome to the general documentation site for the Steelboot programming team! This is index contains some links that may be useful. |
| 6 | + |
5 | 7 | [Repository README](https://github.com/frc6506/docs/blob/master/README.md)
|
6 | 8 |
|
7 | 9 | [Team GitHub](https://github.com/orgs/frc6506)
|
8 | 10 |
|
9 | 11 | ## Basic Java
|
10 | 12 |
|
| 13 | +Start here if you are new to Java! |
| 14 | + |
11 | 15 | [WPILIB New to Programming Resources](https://docs.wpilib.org/en/stable/docs/getting-started/getting-started-frc-control-system/intro.html)
|
12 | 16 |
|
| 17 | +> REMINDER: Look at the _Java_ portion of the website. |
| 18 | +
|
13 | 19 | [Codecademy](https://www.codecademy.com/learn/learn-java)
|
14 | 20 |
|
15 |
| -[Helsinki MOOC (Massively Open Online Course)](http://moocfi.github.io/courses/2013/programming-part-1/) |
| 21 | +[University of Helsinki MOOC (Massively Open Online Course)](https://java-programming.mooc.fi/) |
| 22 | +> NOTE: As part of "Java Programming I: Part 1", one must follow the provided installation guide. |
| 23 | +
|
| 24 | +[Legacy Helsinki MOOC](http://moocfi.github.io/courses/2013/programming-part-1/) |
| 25 | + |
| 26 | +## Introduction to `git` and GitHub |
16 | 27 |
|
17 |
| -## Introduction FRC Coding in Java |
| 28 | +This section includes information about GitHub |
18 | 29 |
|
19 | 30 | [Programming Quick Setup Guide](quickStart/programingQuickStart)
|
20 | 31 |
|
|
26 | 37 |
|
27 | 38 | - [GitHub Presentation (Covers most stuff here)](https://docs.google.com/presentation/d/e/2PACX-1vRZlrW9X5Tn2a9EdpZ2iVTtD4TPZJUqQlTI4D0ThXZwhgwMI8DkeJMmreyRZ4Eh2ZlNa5eA1I8kLV7d/pub?start=false&loop=false&delayms=3000)
|
28 | 39 |
|
| 40 | +## Introduction to FRC Coding in Java |
| 41 | + |
| 42 | +Additional tutorials Coming Soon! |
| 43 | + |
29 | 44 | ## FRC Coding Resources
|
30 | 45 |
|
| 46 | +Assorted WPLib-j resources. |
| 47 | + |
31 | 48 | [WPILib](https://docs.wpilib.org/en/latest/)
|
32 | 49 |
|
33 | 50 | [Old WPILBJ Docs Site](https://wpilib.screenstepslive.com/s/currentCS/m/kop)
|
|
36 | 53 |
|
37 | 54 | [List of Official Installers](https://docs.wpilib.org/en/stable/docs/getting-started/getting-started-frc-control-system/offline-installation-preparations.html)
|
38 | 55 |
|
39 |
| -[Tomb of secrets - Slack Login Required](https://shsrobotics6506.slack.com/files/UCH5CQTCG/FFWC5E8BV/tome_of_secrets.pdf) |
| 56 | +[Tomb of secrets - PDF - Legacy](../docs/Tome%20of%20Secrets.pdf) |
40 | 57 |
|
41 |
| -### WPILib-J Coding Resources |
42 |
| - |
43 |
| -[WPILibj GitHub](https://github.com/wpilibsuite/allwpilib/tree/master/wpilibj/src/main/java/edu/wpi/first/wpilibj) |
| 58 | +[WPILibj GitHub](https://github.com/wpilibsuite/allwpilib) |
44 | 59 |
|
45 | 60 | ### Command Based Resources
|
46 | 61 |
|
|
54 | 69 |
|
55 | 70 | [SparkMax examples](https://github.com/REVrobotics/SPARK-MAX-Examples)
|
56 | 71 |
|
| 72 | +[SparkMax - Java Documentation - API reference - PDF - (Legacy)](../docs/SPARK-MAX-Java-API-Offline.pdf) |
| 73 | + |
57 | 74 | ### Other Coding Resources
|
58 | 75 |
|
59 | 76 | [NavX-MXP Software](https://pdocs.kauailabs.com/navx-mxp/software/)
|
|
86 | 103 |
|
87 | 104 | [Limelight Docs](https://docs.limelightvision.io/en/latest/getting_started.html#imaging)
|
88 | 105 |
|
89 |
| -[Limelight Docs - PDF - Slack Login Required](https://shsrobotics6506.slack.com/archives/CCF7E9P1B/p1579015832000100) |
| 106 | +[Limelight Docs - PDF - Release 1.0 - 2019](../docs/limelight%20stuff.pdf) |
90 | 107 |
|
91 | 108 | [Vision Control](https://www.team254.com/documents/vision-control/)
|
92 | 109 |
|
|
108 | 125 |
|
109 | 126 | <br>
|
110 | 127 |
|
111 |
| -_Updated 20210510T1630 PDT_ |
| 128 | +_Updated 20210804T1875 PDT_ |
112 | 129 |
|
0 commit comments