Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 983 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 983 Bytes

Apollo Template

License: MPL 2.0

A custom template based on VEXCode V5 Pro for Visual Studio Code meant to handle basic robot functions

Usage

  1. Download the latest library of the template here.
  2. Open the project in Microsoft's Visual Studio Code (Make sure you have the VEX Robotics extension installed and enabled!!!)
  3. Finally, reference the class in any .cpp or .h file, such as main.h, like such:
extern Chassis chassis();

In order to configure your drivetrain, lookin main.cpp for the possible configurations and un-comment out which one you would like.

Than choose your desired control scheme in int main(){} !

And.... Your done!

It's not rocket science, it's Robotics!