waitForPosition

fun waitForPosition(position: Double, 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 position, and waits until that point.


fun waitForPosition(position: Double, speed: Double): Command

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