Skip to content

UIKit0/autorustler

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Eagle 78.8%
  • C++ 15.2%
  • Python 3.6%
  • OpenSCAD 1.0%
  • C 0.8%
  • CMake 0.5%
  • Makefile 0.1%