This is a collection of documents to be used as a reference for current and future programmers on Team 7407.
git clone [email protected]:Choate-Robotics/Programming-SOPs.git
pip install -r docs/requirements.txt
cd docs
make html
- Fork the repo
- Make some changes
- Submit a pull request
- Setting up a programming environment.
- What IDE we generally use
- How to setup a virtual environment
- How to setup poetry
- How to connect to GitHub
- GitHub Utilization
- How to get a repo
- How to make a branch
- How make a pull request
- Who reviews a pull request
- How to use the toolkit
- What is in the toolkit
- What do you need to make sure you use
- Our general robot file structure