mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-14 16:19:45 +00:00
Remove print
This commit is contained in:
@@ -125,7 +125,6 @@ class Reachy2Robot(Robot):
|
||||
def connect(self, calibrate: bool = False) -> None:
|
||||
self.reachy = ReachySDK(self.config.ip_address)
|
||||
if not self.is_connected:
|
||||
print("Error connecting to Reachy 2.")
|
||||
raise ConnectionError()
|
||||
|
||||
for cam in self.cameras.values():
|
||||
|
||||
Reference in New Issue
Block a user