Project QuIST (Quickly Integrated Software Toolkit) is the experimental software repository for the Miami Beach Bots' 2027 FRC robot. This project is implemented in C++ using the WPILib Command-Based framework to provide a robust and scalable architecture for robot control.
The project is currently in the initial development phase. The codebase follows the 2027 WPILib standards.
- WPILib 2027 Toolchain
- C++17 or later
- CMake / Gradle
- Clone the repository:
git clone https://github.com/MiamiBeachBots/Project-QuIST.git
- Navigate to the project directory:
cd Project-QuIST - Build the project:
./gradlew build
Additional documentation can be found in the docs/ directory:
This project is licensed under the GPL-3.0 License. See the LICENSE file for details.
This branch contains only proven, competition-ready code.