A custom template based on VEXCode V5 Pro for Visual Studio Code meant to handle basic robot functions
- Download the latest library of the template here.
- Open the project in Microsoft's Visual Studio Code (Make sure you have the VEX Robotics extension installed and enabled!!!)
- Finally, reference the class in any
.cpp
or.h
file, such asmain.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!