WPID Library Tutorials

Below are links that will take you to each of our tutorials that should help you incorporate and use our library in your VEX Project.

Check out our YouTube page!

VSCode

Setting up VSCode for V5

This tutorial teaches you how to get the V5 environment up and running through VSCode with extensions.

<5 mins
Logo

Library Implementation

This tutorial walks you through the basic implementation of our library into your project.

5 mins
Robot Chassis

Chassis

This tutorial will teach you how to utilize the chassis class and its basic movement functions.

>15 mins
Mechanism

Mechanism Setup/Usage

This tutorial explains how to use our library to get the VEX Mechanism up and running in your program.

>10 mins
PID

What is PID?

This is an introduction to PID. There will be both educational explanations and code examples available.

>10 mins
File Logging

Data Logging

This tutorial exemplifies how to log the PID parameters that the VEX robot is using and how to graph this data.

>5 mins
Asynchronous

Asynchronous Movement

This tutorial will teach you how to use the asynchronous functions to move multiple mechanisms at once.

5 mins
Tuning

PID Tuning

This tutorial teaches you how to tune the PID parameters on the robot to create highly efficient movements.

>5 mins