Python-powered Raspberry Pi tank with:
- 4-DOF robotic arm (ADAfruit ServoKit)
- OpenCV target tracking via Pi Camera
- Flask-based control web interface
- Assembly: chasssis, tracks, arm, Pi & camera setup
- Motor Control (
src/motors.py) - Arm Control (
src/arm.py) - Vision (
src/vision.py) - Web UI (
src/webapp.py) - Integration & Testing
git clone git@github.com:lee1981b/RaspTank-Robot.git
cd RaspTank-Robot
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt