This project aims to integrate the UI of the QDriverStation with ds-rs, a library written by Kaitlyn Kenwell.
This repository makes use of git submodule
. In order to clone it, you have two options:
One-liner:
git clone --recursive https://github.com/FRC-Utilities/QDriverStation/
Normal procedure:
git clone https://github.com/FRC-Utilities/QDriverStation/
cd QDriverStation
git submodule init
git submodule update
(TODO)
This project is released under the MIT License. For more information, click here.