Pid help

does anyone have a working pid for v5? I cant seem to get mine to work, thanks. Im using vexpro c++

V5 has integrated PID. the motor.rotateTo is automatically position PID.

https://vexforum.com/t/vcs-open-loop-motor-control/49969/1 – You can create your own open loop PID through powering the motors w/ voltage.

The link above explains how to use voltage to power motors and how one could use them and implement their own control loops, such as PID.