My team wants to make a way to guarantee the linear displacement of our base. Some idea of how to achieve it in the Vex coding study.
Thank you
My team wants to make a way to guarantee the linear displacement of our base. Some idea of how to achieve it in the Vex coding study.
Thank you
Look at the VCS API to find out how to use degrees instead of time for autonomous. If you mean during driver control I’d use the encoders in the V5 motors and make a PID loop.