FRC Team 4450 2024 Robot Control program used in competition.
This is the 2024 competition robot control program created by the Olympia Robotics Federation (FRC Team 4450).
Operates the robot USS Protostar for FRC game CRESCENDO.
- Follow the instructions here to setup the JDK, Visual Studio Code, the FRC plugins and tools. Do not install the C++ portion. You do not need the FRC Update Suite to compile code.
- Clone this repository to local folder.
- Open that folder in Visual Studio Code.
- Build the project using the build project command from the WPILib commands list.
Download the RobotLib.json file from the RobotLib Github repo and drop it into the vendordeps folder inside the project folder. Build the project.
Final Competition Version
- Final release of the 2024 ProtoStar Control Code
- Versions are tagged at
glacier_peak
,auburn
,pre_dcmp
,dcmp
, andcmp
.
C. Wilson, April 25 2024
The vast majority of this code and the control concepts implmented by it, are the work of Cole Wilson, with support from the software, build and drive teams of 4450.
Version 24.1
- Final 2024 competition version after Worlds (as noted above).
R. Corn, April 30 2024
Version 24.0
- First release of 2024 Base Code.
- Note that there was extensive development done between end of 2023 and this release. The history of that development is in the Robot24B project MaxSwerve2 branch.
R. Corn, February 6 2024