a1k0n / autorustler

experimental R/C car autopilot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autorustler

My work-in-progress self-driving RC car.

Most host code runs on a Raspberry Pi; some runs on an Atmel AVR connected to it via SPI.

To build on a host with a raspberry pi cross-compiler (mine's called arm-none-linux-gnueabi-gcc, you may need to edit crosscompile.cmake):

mkdir build
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=../crosscompile.cmake ..
make -j4

Building on a raspberry pi is more straightforward but slow.

About

experimental R/C car autopilot


Languages

Language:Jupyter Notebook 94.5%Language:C++ 3.4%Language:Python 1.3%Language:OpenSCAD 0.5%Language:C 0.1%Language:Objective-C 0.1%Language:CMake 0.1%Language:Makefile 0.0%