All Projects → a1k0n → autorustler

a1k0n / autorustler

Licence: other
experimental R/C car autopilot

Programming Languages

Jupyter Notebook
11667 projects
C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
OpenSCAD
209 projects
c
50402 projects - #5 most used programming language
objective c
16641 projects - #2 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].