forked from tangger/lerobot
Fix tests
This commit is contained in:
@@ -131,6 +131,7 @@ class MockMotorsBus(MotorsBus):
|
|||||||
self.port_handler = MockPortHandler(port)
|
self.port_handler = MockPortHandler(port)
|
||||||
|
|
||||||
def _assert_protocol_is_compatible(self, instruction_name): ...
|
def _assert_protocol_is_compatible(self, instruction_name): ...
|
||||||
|
def _handshake(self): ...
|
||||||
def configure_motors(self): ...
|
def configure_motors(self): ...
|
||||||
def disable_torque(self, motors): ...
|
def disable_torque(self, motors): ...
|
||||||
def enable_torque(self, motors): ...
|
def enable_torque(self, motors): ...
|
||||||
|
|||||||
Reference in New Issue
Block a user