minAchievableVelocity

fun minAchievableVelocity(maxVoltage: Double, acceleration: Double): Double(source)

Calculates the minimum achievable velocity given voltage and acceleration constraints.

Return

The minimum (most negative) velocity achievable under these constraints.

Parameters

maxVoltage

The maximum voltage (or output) available.

acceleration

The current or desired acceleration.