waitForAngle

fun waitForAngle(angle: Angle, speed: Angle): Command

Returns a command that uses range and speed (specified in units per second) to estimate when the servo will reach the specified angle, and waits until that point.


fun waitForAngle(angle: Angle, speed: Double): Command

Returns a command that uses speed to estimate when the servo will reach the specified angle, and waits until that point.