Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor robots #777

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from
Draft

Conversation

aliberts
Copy link
Collaborator

@aliberts aliberts commented Feb 26, 2025

What this does

  • Replaces all form-factor-based abstractions by a single and simpler Robot base class.
  • Splits Robot abstraction into separate Robot and Teleoperator.
  • Each robot gets its own directory where its code, config and docs live, similar to policies.
  • All robot-related code only use simple np.ndarrays for data (no more torch.Tensor).
  • Default calibration directory move to ~/.cache/huggingface/lerobot/.calibration. Also configurable with the HF_LEROBOT_CALIBRATION env variable.
  • More to come

How it was tested

TODO

How to checkout & try? (for the reviewer)

TODO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant