Files
lerobot-clone/lerobot/common/robots/so100/__init__.py
Simon Alibert 1f7ddc1d76 New Feetech calibration (#859)
Co-authored-by: Pepijn <pepijn@huggingface.co>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-03-14 11:31:23 +01:00

5 lines
132 B
Python

from .configuration_so100 import SO100RobotConfig
from .robot_so100 import SO100Robot
__all__ = ["SO100RobotConfig", "SO100Robot"]