Files
lerobot-clone/lerobot/common/robots/__init__.py
Michel Aractingi 05fcfca374 - added back degrees mode back to motor bus for IK and FK to work properly
- created new so100followerendeffector robot that inherits from so100follower but takes eef actions and transforms them to joint positions
- created teleop_gamepad device to use gamepad as a teleoperater
2025-06-03 17:30:31 +02:00

5 lines
139 B
Python

from .config import RobotConfig
from .robot import Robot
from .robot_wrapper import RobotWrapper
from .utils import make_robot_from_config