Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 987 Bytes

setup_guide.md

File metadata and controls

20 lines (15 loc) · 987 Bytes

Setup Guide

Prerequisites

  • PROS Library: Ensure you have the PROS library installed for VEX robotics programming.
  • LemLib Library: Ensure you have the LemLib library installed.
  • Okapilib Library: Ensure you have the Okapilib library installed (should be auto downloaded when creating a PROS project).
  • C++ Compiler: A compatible C++ compiler for building the project (ex. VS Code).
  • VEX Robotics Kit: Make sure you have the necessary hardware components (ex. Brain, Controller, Robot, etc).

1. Installation

Clone the repository: git clone

2. Install dependencies

Follow the PROS. LemLib, and Okapilib documentation to set up the required libraries.

3. Build the Project

N/A

Feel free to adjust the content further based on specific details or features of your project!