📄️ Visual Studio Code
Welcome to what is most likely your first introduction into Visual Studio Code! Visual Studio Code, commonly referred to as VS Code, is an integrated development environment (IDE) developed by Microsoft for Windows, Linux, macOS and web browsers.
📄️ C++ Basics
All the basics related to C++
📄️ Libraries (Vex and Custom ones)
Reference for functions//api.vex.com/v5/home/cpp/Motor.html
📄️ Drive Code
The code provided is for reference only! These are extremly basic topics, similar to what can be found in the API.
📄️ Auton Code
The code provided is for reference only! These are extremly basic topics, similar to what can be found in the API.
📄️ Multi-Tasking (Parallel Computing)
Now here's where coding gets a lot more complicated. Typically once you start being very competitive, you want to increase the speed of your robot. The easiest way that this can be done by having the robot now do multiple things at once. In computing terms this is refered to as Asynchrony or Parallel Computing (Often used interchangably).
📄️ PID's (Feedback Control Systems)
Resources from//en.wikipedia.org/wiki/Proportional%E2%80%93integral%E2%80%93derivative_controller
📄️ Odometry & Position Tracking
Robot Depiction