Code Blame 178 lines (137 loc) · 2.47 KB Raw # This gitignore has been specially created by the WPILib team. # If you remove items from this file, intellisense might break. ### C++ ### # Prerequisites *.d # Compiled Object files *.slo *.lo *.o *.obj # Precompiled Headers *...
WPILib-License.md build.gradle gradlew gradlew.bat settings.gradle Repository files navigation README License Robot24 (Competition Code) FRC Team 4450 2024 Robot Control program (Cole's fork). This is the 2024 competition robot control program created by the Olympia Robotics Federation (FRC...
The code for each phase will be done in a branch unique to that phase and system. Once coding and testing are finished, a review of the code will be done in a Pull Request. When the Pull Request is approved, the code will be merged into a mainline branch for that system. Make sure...
.wpilib 3d models gradle src vendordeps .gitignore Screenshot 2024-03-11 162316.png TODO.md WPILib-License.md build.gradle checklist.md gradlew gradlew.bat image.png notes.md settings.gradle shuffleboard2.json smartdashboard 20224 config.xmlBreadcrumbs NHHS-FRC-2024-3681 / checklist.md Latest...
"name": "WPILib Desktop Debug", "request": "launch", "desktop": true, }, { "type": "wpilib", "name": "WPILib roboRIO Debug", "request": "launch", "desktop": false, } ] } 29 changes: 29 additions & 0 deletions 29 .vscode/settings.json Show comments Edit file Delete file ...
I think tests should base on a realistic simulation so that our tests can catch any 'harmful' code changes whenever we swap motors, encoders/sensors, or add new lines of code. I took a look at Ankit simulation code and WPILib Physics Simulation but not satisfied yet. Looking at wpilibsuit...
Breadcrumbs 2024 / .gitignoreTop File metadata and controls Code Blame 178 lines (137 loc) · 2.64 KB Raw # This gitignore has been specially created by the WPILib team. # If you remove items from this file, intellisense might break. ### C++ ### # Prerequisites *.d # Compiled Obje...
All of the user-written code is in Kotlin and we are implementing most of the same libraries as last year, but with a new structure based on WPIlib. This repository is mostly just a technical challenge for our build team and our programmers to sharpen their skills. NOTICE This repository ...