simutoni / 4_wheeled_python

An autonomous toy car

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. install rabbitmq: sudo apt-get install rabbitmq
  2. install redis: sudo apt-get install redis
  3. create virtual environment python3 -m virtualenv -p python3 venv
  4. install opencv: https://www.pyimagesearch.com/2019/09/16/install-opencv-4-on-raspberry-pi-4-and-raspbian-buster/
  5. install python dependeciespip install -r requirements.txt

About

An autonomous toy car


Languages

Language:Python 99.1%Language:Shell 0.9%