Project Overview Video
- FTC Scouting Tool for Relic Recovery
(Insecure protocol due to school security) http://angstrom.stuycs.org/
- Clone the repo:
git clone https://github.com/kkhan01/Atomic_Theory-Project_Angstrom.git angstrom
- (Optional) Activate or create and activate a new pyhton virtual environment
- Install dependencies (Flask, numpy)
- cd
project_angstrom
- Have the secret file
toa_key.txt
at this level (Contact us for this if you're evaluating the project for class, it contains an orange alliance key. Or else, obtain your own key.) - cd
angstrom/
- Run the app:
python __init__.py
- View and interact the site by opening a browser and navigating to:
127.0.0.1:5000
orlocalhost:5000
Although this was made for a software development class, we almost pitched the idea officially to FTC, but ultimately did not. We previously did not have a license, but now have a GNU General Public License v3.0 and we ask you abide by it. We're also open to take any questions or comments you may have (you can either open an issue here or contact Khinshan, other team members may be available as well).