Testing Moteus Drivers over CAN-FD
curl -sSL https://raw.githubusercontent.com/pulsarupb/ControlHub/main/install-server.sh | bashThis downloads the latest driver server binary and places it in your current directory.
Download the latest .AppImage or .deb from the Releases page.
Download the latest .msi from the Releases page.
cargo build -p driver --release
./target/release/driverBuild and start the driver container on the Jetson:
docker compose up -d --buildThe compose service uses restart: unless-stopped, so Docker restarts the driver after Jetson boot once the Docker service starts. It also runs with host networking and privileged device access so the driver can bind 0.0.0.0:8080, access CAN/serial devices, and start the WiFi hotspot through NetworkManager.
To stop automatic restarts:
docker compose downcd web
bun install
bun run tauri buildThe built bundles are in web/src-tauri/target/release/bundle/.