We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b3ebc commit 9624345Copy full SHA for 9624345
1 file changed
source/ev3dev2/simulator/connector/MotorCommandCreator.py
@@ -80,7 +80,7 @@ def _frames_required(self, speed: float, distance: float) -> int:
80
def _coast_frames_required(self, speed: float) -> int:
81
"""
82
Calculate the number of frames required for a motor to coast to a halt based on the given speed.
83
- :param speed: in degrees per second.
+ :param speed: in pixels per second.
84
:return: an integer representing the number of frames.
85
86
0 commit comments