mirror of
https://github.com/huggingface/lerobot.git
synced 2026-06-04 12:51:27 +00:00
- 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
5 lines
139 B
Python
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
|