Function AnglePIDController.RotationSpeedToFollowingStrength

RotationSpeedToFollowingStrength (float speed, float maxRotationSpeed)

Given a speed and a rotation speed, what is the approximate corresponding following strength.

Public Static
float RotationSpeedToFollowingStrength (

float

speed

float

maxRotationSpeed

)

Given a speed and a rotation speed, what is the approximate corresponding following strength.

This is based on the PID controller in the Control method.