Skip to content

The code for the main robot of tdr2019, in python

Notifications You must be signed in to change notification settings

werobot-france/tdr2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published