This project aims to integrate the UI of the QDriverStation with ds-rs, a library written by Kaitlyn Kenwell.
:warning: For the moment, this project is under heavy development. The user interface will be built from the ground-up to use newer Qt/QML technologies. Integration with ds-rs is underway. If you need to drive a robot, check the original QDriverStation.
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.