Files
lerobot/examples/hope_jr/vis/hand.py
2025-05-27 16:54:14 +02:00

9 lines
225 B
Python

from lerobot.common.robots.hope_jr import HopeJrHand, HopeJrHandConfig
cfg = HopeJrHandConfig("/dev/tty.usbmodem58760433641", id="left", side="left")
hand = HopeJrHand(cfg)
hand.connect()
hand.calibrate()
hand.disconnect()