werobot-france / tdr2019

The code for the main robot of tdr2019, in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

werobot tdr2019 python code

Install

pip3 -r requirements.txt
npm install

arduino code

Install arduino Encoder Library:

arduino-cli lib install Encoder

Arduino code is in arduino folder, to compile and upload using Arduino Cli

make arduino
arduino-cli compile --fqbn arduino:avr:uno ./arduino

arduino-cli upload --fqbn arduino:avr:uno -p /dev/ttyACM0 ./arduino

About

The code for the main robot of tdr2019, in python


Languages

Language:Python 91.7%Language:C++ 4.6%Language:JavaScript 3.4%Language:Makefile 0.3%