|
1 | 1 | <body style="font-family: Calibri">
|
2 |
| -<h1 style="color: #00156E">SpikesLib</h1> |
| 2 | +<h1 style="color: #00156B">SpikesLib</h1> |
3 | 3 | SpikesLib is a library that extends <a href="https://github.com/wpilibsuite/allwpilib">WPILib</a> written by the FRC team The
|
4 | 4 | Spikes#2212.
|
5 | 5 |
|
6 |
| -<h2 style="color: #00156E;">Examples</h2> |
7 |
| -Examples of how to use the library can be found <a href = "https://github.com/Spikes-2212-Programming-Guild/SpikesLib2-Examples">here</a>. |
| 6 | +<h2 style="color: #00156B;">Examples</h2> |
| 7 | +Examples of how to use the library can be |
| 8 | +found <a href = "https://github.com/Spikes-2212-Programming-Guild/SpikesLib2-Examples">here</a>. |
8 | 9 |
|
9 |
| -<h2 style="color: #00156E;">Packages</h2> |
| 10 | +<h2 style="color: #00156B;">Packages</h2> |
10 | 11 |
|
11 | 12 | - command - extensions for WPILib's Command Based framework
|
12 | 13 | - control - controller wrappers and custom controllers
|
13 | 14 | - dashboard - wrappers for SmartDashboard elements
|
14 | 15 | - path - path following code and pure pursuit algorithm
|
15 | 16 | - util - additional utilities
|
16 | 17 |
|
17 |
| -<h2 style="color: #00156E;">Installation</h2> |
| 18 | +<h2 style="color: #00156B;">Installation</h2> |
18 | 19 | After creating a Robot Project, import SpikesLib as an online vendor libray, using this link: <br> <br>
|
19 | 20 | https://spikes2212.com/SpikesLib.json
|
20 | 21 |
|
21 |
| -<h2 style="color: #00156E;">2024 Season</h2> |
| 22 | +<h2 style="color: #00156B;">2025 Season</h2> |
22 | 23 |
|
23 |
| -Spikeslib has been <a href = "https://github.com/Spikes-2212-Programming-Guild/SpikesLib2/compare/v3.2.1...v4.1.0"> updated </a> to support WPILib 2024. |
| 24 | +Spikeslib has been <a href = "https://github.com/Spikes-2212-Programming-Guild/SpikesLib2/compare/v4.1.0...v5.0.0-beta"> updated </a> to support WPILib 2025. |
24 | 25 |
|
25 |
| -<h2 style="color: #00156E;">2023 Season</h2> |
| 26 | +<h2 style="color: #00156B;">2024 Season</h2> |
26 | 27 |
|
27 |
| -Spikeslib has been <a href = "https://github.com/Spikes-2212-Programming-Guild/SpikesLib2/compare/v2.0.0...v3.0.0"> updated </a> to support WPILib 2023. |
| 28 | +Spikeslib has been <a href = "https://github.com/Spikes-2212-Programming-Guild/SpikesLib2/compare/v3.2.1...v4.1.0"> |
| 29 | +updated </a> to support WPILib 2024. |
28 | 30 |
|
29 |
| -<h2 style="color: #00156E;">2022 Season</h2> |
| 31 | +<h2 style="color: #00156B;">2023 Season</h2> |
| 32 | + |
| 33 | +Spikeslib has been <a href = "https://github.com/Spikes-2212-Programming-Guild/SpikesLib2/compare/v2.0.0...v3.0.0"> |
| 34 | +updated </a> to support WPILib 2023. |
| 35 | + |
| 36 | +<h2 style="color: #00156B;">2022 Season</h2> |
30 | 37 |
|
31 | 38 | Spikeslib has been updated to support WPILib 2022.
|
32 | 39 |
|
33 |
| -<h2 style="color: #00156E;" >2020 Season</h2> |
| 40 | +<h2 style="color: #00156B;" >2020 Season</h2> |
34 | 41 |
|
35 | 42 | For this season, SpikesLib has been moved to this repository due to the extensive changes in WPILib. <br>
|
36 | 43 | The old version is still available at the [old repository](https://github.com/Spikes-2212-Programming-Guild/SpikesLib).
|
37 | 44 |
|
38 |
| -<h2 style="color: #00156E;">Development</h2> |
| 45 | +<h2 style="color: #00156B;">Development</h2> |
39 | 46 | SpikesLib is developed in a feature branches workflow. <br>
|
40 | 47 | All feature branches are merged into <code><i>dev</i></code> branch after testing, which in turn is merged into
|
41 | 48 | <code><i>master</i></code> after it passing complete testing <br>
|
42 | 49 | Branches should be named according to the following convention - <code><i>name_package_feature</i></code>
|
43 | 50 |
|
44 |
| - |
45 |
| -<h2 style="color: #00156E;">Help us out!</h2> |
| 51 | +<h2 style="color: #00156B;">Help us out!</h2> |
46 | 52 | We accept help from everyone! <br>
|
47 | 53 | If you want to contribute, simply create a branch and open up a pull request, according to the instructions above.
|
48 | 54 |
|
|
0 commit comments