A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Team# | Year | Language | Description | Link | Add Projects: | https://forms.gle/gbz2HV5TBnaJCjhaA | |||||||||||||||||||
2 | 191 | 2019 | Java | https://gitlab.com/XCats/Software/software-2019 | ||||||||||||||||||||||
3 | 254 | 2018 | Java | https://github.com/Team254/FRC-2018-Public | ||||||||||||||||||||||
4 | 254 | 2019 | Java | https://github.com/Team254/FRC-2019-Public | ||||||||||||||||||||||
5 | 1114 | 2015 | Java | https://www.chiefdelphi.com/t/paper-team-1114-2015-code-release-java/145888 | ||||||||||||||||||||||
6 | 1114 | 2016 | Java | https://www.chiefdelphi.com/t/paper-team-1114-2016-2016-offseason-code-release-java/154459 | ||||||||||||||||||||||
7 | 1114 | 2017 | Java | https://www.chiefdelphi.com/t/team-1114-2017-code-release-java/160156 | ||||||||||||||||||||||
8 | 1114 | 2018 | Java | https://www.chiefdelphi.com/t/team-1114-2018-code-release-java/186925 | ||||||||||||||||||||||
9 | 1114 | 2019 | Java | https://www.chiefdelphi.com/t/team-1114-2019-code-release/360460 | ||||||||||||||||||||||
10 | 1885 | 2020 | Java | - Data-centric architecture that separates inputs, logic of command, and outputs. This architecture was based off of the Curiosity and Spirit Mars rovers. It provides automated logging to Shuffleboard - this includes every data point that is gathered, every desired state that is calculated, and every motor output level. (check out TestController.java, and the readInputs() method of DriveModule.java for an example) - One way "latch" that tracks ball entry, travel, and exit for an individual beam break sensor (AbstractController.java, activateSerializer() method) - Vision-based range of an arbitrary point behind the OUTER GOAL using 254's code to find vision corners followed by custom Trilateration algorithm with 3D projection geometry (Ilite3DSolver.java). - Custom bob trajectory implementation that allows us to copy a prior path and modify it for an individual match. All files are automatically saved to the appropriate path in the repository, so there is no manual movement of files. | https://github.com/iliterobotics/FRC-Robot-2020 | |||||||||||||||||||||
11 | 2363 | 2015 | Java | https://github.com/TripleHelixProgramming/RecycleRush/tree/master/Eta%20working_branch | ||||||||||||||||||||||
12 | 2363 | 2016 | Java | https://github.com/TripleHelixProgramming/Stronghold | ||||||||||||||||||||||
13 | 2363 | 2017 | Java | https://github.com/TripleHelixProgramming/Steamworks | ||||||||||||||||||||||
14 | 2363 | 2018 | Java | https://github.com/TripleHelixProgramming/PowerUp | ||||||||||||||||||||||
15 | 2363 | 2019 | Java | https://github.com/TripleHelixProgramming/DeepSpace | ||||||||||||||||||||||
16 | 2363 | 2020 | Java | https://github.com/TripleHelixProgramming/InfiniteRecharge | ||||||||||||||||||||||
17 | 3847 | 2012 | Java | https://github.com/Spectrum3847/Robot-Ultraviolet | ||||||||||||||||||||||
18 | 3847 | 2013 | Java | https://github.com/Spectrum3847/Robot-Gamma | ||||||||||||||||||||||
19 | 3847 | 2014 | Java | https://github.com/Spectrum3847/Robot-Infrared | ||||||||||||||||||||||
20 | 3847 | 2015 | Java | https://github.com/Spectrum3847/X-Ray | ||||||||||||||||||||||
21 | 3847 | 2016 | Java | https://github.com/Spectrum3847/Violet-16 | ||||||||||||||||||||||
22 | 3847 | 2017 | Java | https://github.com/Spectrum3847/Gamma-2017 | ||||||||||||||||||||||
23 | 3847 | 2018 | Java | https://github.com/Spectrum3847/Infrared-2018 | ||||||||||||||||||||||
24 | 3847 | 2019 | Java | https://github.com/Spectrum3847/X-Ray-2019 | ||||||||||||||||||||||
25 | 3847 | 2020 | Java | https://github.com/Spectrum3847/Ultraviolet-2020 | ||||||||||||||||||||||
26 | 4646 | 2014 | C++ | https://github.com/frc4646/frc4646-2014-competition-code | ||||||||||||||||||||||
27 | 4646 | 2015 | C++ | https://github.com/frc4646/frc4646-2015-competition-code | ||||||||||||||||||||||
28 | 4646 | 2016 | C++ | https://github.com/frc4646/frc4646-2016-competition-code | ||||||||||||||||||||||
29 | 4646 | 2017 | C++ | https://github.com/frc4646/2017-competition-code | ||||||||||||||||||||||
30 | 4646 | 2018 | C++ | https://github.com/frc4646/2018-competition-code | ||||||||||||||||||||||
31 | 4646 | 2019 | C++ | https://github.com/frc4646/2019-competition-code | ||||||||||||||||||||||
32 | 4646 | 2019 | C++ | [amendment to previous submission] This code contains functions that interact with a Pixy2 connected over USB through libusb. The compiled libusb can be found here: https://github.com/frc4646/roborio-pixy2-libusb Be warned that it will crash if the Pixy2 is not plugged in. | https://github.com/frc4646/2019-competition-code | |||||||||||||||||||||
33 | 4646 | 2020 | Java | https://github.com/frc4646/2020-competition-code | ||||||||||||||||||||||
34 | 5190 | 2018 | Kotlin | 3 cube scale auto using Pathfinder trajectory, elevator and arm locking code, superstructure collision avoidance | https://github.com/FRC5190/2018CompetitionSeason | |||||||||||||||||||||
35 | 5190 | 2019 | Kotlin | Nonlinear trajectory follower with correction from vision inputs, SolvePnP for retroreflective targets, custom JeVois driver, 2 hatch-panel auto modes, superstructure planner, automatic Level 3 climb | https://github.com/FRC5190/2019CompetitionSeason | |||||||||||||||||||||
36 | 6377 | 2019 | Labview | - Architecture: Object-oriented LabVIEW with 4 classes for each subsystem, which are encapsulated in subsystem libraries. - Dynamic loading of code using a configuration file that provides both constant values for motor controllers and I/O references, as well as the class type to load for each subsystem. - Limelight integration 1: Use of limelight to control the robot’s alignment in the field. - Use in multiple robots: This code was written to control our 2019 robot: Outlaw. However, because of the system-based approach we took, it can also be used to control both our 2018 robot: PacBot, as well as our off-season testing robot. - Leveraging VIMs: Use of malleable VIs to provide adaptable code modules that automatically compile to work one of multiple supported data types. - Extending capabilities with CTRE: Used the Talon SRX motor controllers to offload the closed loop control from the NI roboRIO to each controller, thus allowing us to control mechanisms such as the flipping arm by just sending position commands. | https://github.com/frc6377/2019-Code-Publish | |||||||||||||||||||||
37 | ||||||||||||||||||||||||||
38 | ||||||||||||||||||||||||||
39 | ||||||||||||||||||||||||||
40 | ||||||||||||||||||||||||||
41 | ||||||||||||||||||||||||||
42 | ||||||||||||||||||||||||||
43 | ||||||||||||||||||||||||||
44 | ||||||||||||||||||||||||||
45 | ||||||||||||||||||||||||||
46 | ||||||||||||||||||||||||||
47 | ||||||||||||||||||||||||||
48 | ||||||||||||||||||||||||||
49 | ||||||||||||||||||||||||||
50 | ||||||||||||||||||||||||||
51 | ||||||||||||||||||||||||||
52 | ||||||||||||||||||||||||||
53 | ||||||||||||||||||||||||||
54 | ||||||||||||||||||||||||||
55 | ||||||||||||||||||||||||||
56 | ||||||||||||||||||||||||||
57 | ||||||||||||||||||||||||||
58 | ||||||||||||||||||||||||||
59 | ||||||||||||||||||||||||||
60 | ||||||||||||||||||||||||||
61 | ||||||||||||||||||||||||||
62 | ||||||||||||||||||||||||||
63 | ||||||||||||||||||||||||||
64 | ||||||||||||||||||||||||||
65 | ||||||||||||||||||||||||||
66 | ||||||||||||||||||||||||||
67 | ||||||||||||||||||||||||||
68 | ||||||||||||||||||||||||||
69 | ||||||||||||||||||||||||||
70 | ||||||||||||||||||||||||||
71 | ||||||||||||||||||||||||||
72 | ||||||||||||||||||||||||||
73 | ||||||||||||||||||||||||||
74 | ||||||||||||||||||||||||||
75 | ||||||||||||||||||||||||||
76 | ||||||||||||||||||||||||||
77 | ||||||||||||||||||||||||||
78 | ||||||||||||||||||||||||||
79 | ||||||||||||||||||||||||||
80 | ||||||||||||||||||||||||||
81 | ||||||||||||||||||||||||||
82 | ||||||||||||||||||||||||||
83 | ||||||||||||||||||||||||||
84 | ||||||||||||||||||||||||||
85 | ||||||||||||||||||||||||||
86 | ||||||||||||||||||||||||||
87 | ||||||||||||||||||||||||||
88 | ||||||||||||||||||||||||||
89 | ||||||||||||||||||||||||||
90 | ||||||||||||||||||||||||||
91 | ||||||||||||||||||||||||||
92 | ||||||||||||||||||||||||||
93 | ||||||||||||||||||||||||||
94 | ||||||||||||||||||||||||||
95 | ||||||||||||||||||||||||||
96 | ||||||||||||||||||||||||||
97 | ||||||||||||||||||||||||||
98 | ||||||||||||||||||||||||||
99 | ||||||||||||||||||||||||||
100 |