Conductor
Conductor copied to clipboard
A cross-platform FRC Driver Station written with Rust and React
I tried to use Conductor on macOS this morning to drive a robot. Forward, backwards, and sideways translations worked great, but when I tried to twist to change yaw, it...
Change link from Github page to git repository.
Cloned the repository and built it with make setup && make release. Ran it by through `/Users/justin/Conductor/target/release/conductor` Is also tried running it through `cargo run` (MacOS, Big Sur, intel) `justin@JustinJiang...
the installation instructions are missing a `cd` after the git clone of this repo (should be e.g ```bash # Dependencies sudo apt-get install -y nodejs libudev-dev libx11-dev libxi-dev libpango1.0-dev libatk1.0-dev...
The install scripts in the readme do not work. I fixed this issue by just adding a cd to the install.
Hey, This is less of an issue and more of a question(I didn't find the Discussion tab...) - Does this app still work with roboRIO version of this year? Are...