motorTorque method

double motorTorque(
  1. double invDt
)

Implementation

double motorTorque(double invDt) => _motorImpulse * invDt;