mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-24 21:19:53 +00:00
Add Hope Jr robot and homonculus teleoperator support
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user