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

Add support for Ned2 (Niryo) #487

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

Conversation

aliberts
Copy link
Collaborator

@aliberts aliberts commented Oct 26, 2024

What this does

Adds native support for the Ned 2 robot arm.

How it was tested

TODO

How to checkout & try? (for the reviewer)

  • Calibration (homing):
python lerobot/scripts/control_robot.py calibrate \
    --robot-path lerobot/configs/robot/ned2.yaml
  • Teleoperation:
python lerobot/scripts/control_robot.py teleoperate \
    --robot-path lerobot/configs/robot/ned2.yaml
  • Dataset recording:
python lerobot/scripts/control_robot.py record \
    --robot-path lerobot/configs/robot/ned2.yaml \
    --fps 30 \
    --root data \
    --repo-id ${HF_USER}/ned2_test \
    --tags ned2 tutorial \
    --warmup-time-s 3 \
    --episode-time-s 40 \
    --reset-time-s 10 \
    --num-episodes 2 \
    --push-to-hub 0
  • Replay:
python lerobot/scripts/control_robot.py replay \
    --robot-path lerobot/configs/robot/ned2.yaml \
    --fps 30 \
    --root data \
    --repo-id ${HF_USER}/ned2_test \
    --episode 0

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.

2 participants