GW-Robotics / 2017-Firefighter

2017 GW Robotics code for the Trinity College Fire Fighting Robot competition
MIT License
2 stars 2 forks source link
arduino python raspberrypi robotics

2017-Fire-Fighter

This repository is for the source code for GW Robotic's 2017 robot, which was entered in the Trinity College Firefighting Robot Contest and will be entered in the GW SEAS Innovation Challenge. It has an Arduino and Python implementation of the code due to various time constraints.

Documentation

[In-Progress] The robot's documentation can be found on its GitHub Wiki.

Installation

[To-Do] Installation instructions can be found here.

Arduino-Project Organisation

The Arduino implementation was written as a last-minute project to have a working robot for the Trinity College Firefighting Robot Contest and therefore does not have a clear structure. All logic is within the .ino file.

Python-Project Organisation