Parallax’s Robotics Curriculum
The goal of this repository is to provide a collection of articles containing information helpful to building VEX robots. Since its founding in 2015, our robotics program has learned a ton of stuff, and to ensure that future students receive that information, we’ve made it all publicly available here. There are a huge variety of topics and guides to troubleshoot certain issues within this repository.
Table of Contents
Competition
Electronics
Hardware
Miscellaneous
Programming
- Device Drivers
- Downloading Code To Robot
- Flashing Errors
- How To Use Git
- Introduction To Programming
- Pairing The Joystick
Contributing
Feel free to make edits, or add articles to this repository. Make the changes, commit them, and then send a pull request so we can merge it. Cheers!
Generating the README
This repository has a table of contents on the README that can be generated by simply running
node generateTableOfContents.js
in the root directory of the repository.