WIP stretch 3 robot & teleop

This commit is contained in:
Simon Alibert
2025-03-04 13:32:58 +01:00
parent 7ed7570b17
commit 06988b2135
5 changed files with 220 additions and 20 deletions
@@ -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.