Conductor icon indicating copy to clipboard operation
Conductor copied to clipboard

A cross-platform FRC Driver Station written with Rust and React

Results 4 Conductor issues
Sort by recently updated
recently updated
newest added

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...