No description
- Rust 97.8%
- Makefile 1.9%
- Shell 0.3%
| .cargo | ||
| fonts | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| Makefile | ||
| README.md | ||
| upload.sh | ||
EV3 Line follower using ev3dev-lang-rust
This program follows a line using a PID controller.
Setup
Install the armv5te-musl toolchain
rustup target add armv5te-unknown-linux-musleabi
The robot needs exactly two large motors and exactly one color sensor.
Usage
Build this project:
cargo build --release
The resulting binary can be found at ./target/armv5te-unknown-linux-musleabi/release/<ARTIFACT>.
Alternatively use the provided script to build and upload the binary to the robot using ssh:
./upload.sh