Add Hope Jr robot and homonculus teleoperator support

This commit is contained in:
nepyope
2025-06-26 14:30:10 +02:00
parent a5727e37b4
commit 0ccec237c0
17 changed files with 1437 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
from lerobot.common.robots.hope_jr import HopeJrHand, HopeJrHandConfig
cfg = HopeJrHandConfig("/dev/cu.usbmodem58760432281", id="left", side="left")
hand = HopeJrHand(cfg)
hand.connect()
hand.calibrate()
hand.disconnect()