FRC Team 4450 2023 Robot Control program.
This is the 2023 competition robot control program reference implementation created by the Olympia Robotics Federation (FRC Team 4450), updated to 2024 beta.
Operates the robot "Prometheus" for FRC game "Charged Up".
- 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.
Version 24.1.1
- Update2023 project to 2024.1.1 kickoff release. Navx and Rev as well.
- CTRE still at beta so they wait.
- Pathplanner left at 2023 as not had time to look at all the changes.
R. Corn, January 8 2024
Version 24.B3
- Update 2023 project to 2024 Beta 3.
R. Corn, November 2023
Version 23.2
- Replace Claw with Intake, continue post season development.
R. Corn, May 29 2023
Version 23.1
- Post season updates. Requires RobotLib v4.5.0 or later.
R. Corn, April 2023
Version 23.0
- Base code for 2023 robot. Requires RobotLib v4.3.1 or later.
R. Corn, February 2023