rotations Per Second To Meters Per Second
fun rotationsPerSecondToMetersPerSecond(rotations: Double, radius: Double, gearRatio: Double): Double
A function that converts from rotations per second to meters per second
Return
The speed in meters per second
Parameters
rotations
The input speed in rotations per second
radius
The radius of the wheel in meters
gear Ratio
The gear ratio of the wheel
A function that converts from rotations per second to meters per second
Return
The speed in meters per second
Parameters
rotations
The input speed in rotations per second
radius
The radius of the wheel in meters