We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66ebb7 commit f473f1eCopy full SHA for f473f1e
XRPLib/motor_group.py
@@ -46,9 +46,9 @@ def get_position(self) -> float:
46
avg += motor.get_position()
47
return avg / len(self.motors)
48
49
- def get_position_ticks(self) -> int:
+ def get_position_counts(self) -> int:
50
"""
51
- :return: The average position of all motors in this group, in encoder ticks, relative to the last time reset was called.
+ :return: The average position of all motors in this group, in encoder counts, relative to the last time reset was called.
52
:rtype: int
53
54
avg = 0
0 commit comments