mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-20 11:09:59 +00:00
push new exoskeleton code
This commit is contained in:
@@ -7,7 +7,7 @@ import yaml
|
||||
class HopeJuniorRobot:
|
||||
def __init__(self):
|
||||
self.arm_port = "/dev/ttyUSB0"
|
||||
self.hand_port = "/dev/ttyACM0"
|
||||
self.hand_port = "/dev/ttyACM1"
|
||||
self.arm_bus = FeetechMotorsBus(
|
||||
port = self.arm_port,
|
||||
motors={
|
||||
|
||||
Reference in New Issue
Block a user