Skip to content

Commit 8620a2c

Browse files
committed
merge API stuff into backend
1 parent 24ad76b commit 8620a2c

File tree

4 files changed

+2061
-2121
lines changed

4 files changed

+2061
-2121
lines changed

pylabrobot/arms/backend.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,6 @@ class HorizontalAccess:
5757
class ArmBackend(MachineBackend, metaclass=ABCMeta):
5858
"""Backend for a robotic arm"""
5959

60-
@abstractmethod
61-
async def set_speed(self, speed: float):
62-
"""Set the speed percentage of the arm's movement (0-100)."""
63-
...
64-
65-
@abstractmethod
66-
async def get_speed(self) -> float:
67-
"""Get the current speed percentage of the arm's movement."""
68-
...
69-
7060
@abstractmethod
7161
async def open_gripper(self):
7262
"""Open the arm's gripper."""

0 commit comments

Comments
 (0)