Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 259 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 259 Bytes

vrooom

A motion controller for the VIAM Rover V1 written in C.

This program is intended to run on a Raspberry Pi.

Dependencies

  • lgpio

build instructions

To compile:

mkdir build
cd build
cmake ..
make

To run:

cd build
./rover