Code for the Quadcopter Project using Raspberry Pi done as a final year project at College of Engineering, Guindy.
- Require OpenCV 3.1.0 and OpenSfm installed for image processing
- Require pigpio library for motor control
sudo python server2.py
This will start a server on port 12345 and start balancing with minimal speed.
sudo python client.py
This will start a client program to control the height and the PID values of the quadcopter.