mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-25 02:36:11 +00:00
WIP stretch 3 robot & teleop
This commit is contained in:
@@ -7,9 +7,9 @@ from lerobot.common.cameras.opencv import OpenCVCameraConfig
|
||||
from ..config import RobotConfig
|
||||
|
||||
|
||||
@RobotConfig.register_subclass("stretch")
|
||||
@RobotConfig.register_subclass("stretch3")
|
||||
@dataclass
|
||||
class StretchRobotConfig(RobotConfig):
|
||||
class Stretch3RobotConfig(RobotConfig):
|
||||
# `max_relative_target` limits the magnitude of the relative positional target vector for safety purposes.
|
||||
# Set this to a positive scalar to have the same value for all motors, or a list that is the same length as
|
||||
# the number of motors in your follower arms.
|
||||
|
||||
Reference in New Issue
Block a user