В момента ресурсът е наличен само на английски

Angular velocity Pro Preview

We already know that we can set the velocity of the motor and the amount of time we want it to move. What we can't program with the known commands so far is how much we want the motor to turn. For the motor to turn at a specific number of degrees, we need to use some math. 

content picture

Необходимо е да се абонирате за FLLCasts.com, за да достъпите това видео

Абонирай се

  • #2582
  • 06 Feb 2026

The speed of the motor is set as degrees per second and we can use this to calculate how much the motor will turn using the following formula:

S = V * T

S = The travelled distance (in our case the amount of degrees the motor has turned;

V = Velocity;

T = Time;