Add control scripts
This commit is contained in:
8
examples/hope_jr/vis/hand.py
Normal file
8
examples/hope_jr/vis/hand.py
Normal file
@@ -0,0 +1,8 @@
|
||||
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()
|
||||
Reference in New Issue
Block a user