Getting Started

Fast setup for VEX V5 in VS Code.

Quick Start

1. Create a VEX V5 C++ project in VS Code.

2. Copy include/, src/, docs/, and user/ into the project.

3. Edit robot_config.hpp with ports, sensors, and profile.

4. Build and download with the VEX VS Code Extension.

Pick a Profile

Start with Profile::kBeginner. Switch to kAdvanced once you are ready for odometry and pathing.

Download

Download Template (GitHub)