[x] Boot up the Pi with the SD chip inserted, and follow all installation instructions
[x] Connect the Pi to the internet via ethernet, and using sudo pip install processes download numpy, opencv-python, and pynetworktables. Install git with sudo apt-get install git-all. Also run sudo apt-get install uvcdynctrl to install the webcam utilities we need.
[x] Copy our Robot2017 Repo onto some directory in the Documents folder of the RPi
[x] After finishing, work with with Ana/Kevin to test the RPi and make sure it all works like it needs to
For each processor:
sudo pip install
processes download numpy, opencv-python, and pynetworktables. Install git withsudo apt-get install git-all
. Also runsudo apt-get install uvcdynctrl
to install the webcam utilities we need.