Skip to content

Conversation

@mbrq13
Copy link

@mbrq13 mbrq13 commented Nov 4, 2025

What this does

Explain what this PR does. Feel free to tag your PR with the appropriate label(s).

Examples:

Title Label
Fixes #[issue] (πŸ› Bug)
Adds new dataset (πŸ—ƒοΈ Dataset)
Optimizes something (⚑️ Performance)

How it was tested

Explain/show how you tested your changes.

Examples:

  • Added test_something in tests/test_stuff.py.
  • Added new_feature and checked that training converges with policy X on dataset/environment Y.
  • Optimized some_function, it now runs X times faster than previously.

How to checkout & try? (for the reviewer)

Provide a simple way for the reviewer to try out your changes.

Examples:

pytest -sx tests/test_stuff.py::test_something
lerobot-train --some.option=true

SECTION TO REMOVE BEFORE SUBMITTING YOUR PR

Note: Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR. Try to avoid tagging more than 3 people.

Note: Before submitting this PR, please read the contributor guideline.

Koen van Wijk and others added 17 commits July 10, 2025 13:17
 SO101 follower robots now that the motor type is
 configurable in their respective config files.

python -m lerobot.teleoperate     \
            --robot.type=so100_follower \
            --robot.port=/dev/ttyACM0    \
            --robot.id=white_12     \
            --robot.motor_type=sts3250  \
            --teleop.type=so100_leader   \
            --teleop.port=/dev/ttyUSB0   \
            --teleop.id=black \
- Add BiPiperFollower robot for controlling 2 Piper arms via CAN
- Add BiSO100PiperLeader teleoperator with 7 DOF (6 DOF + gripper)
- Add forearm_roll joint to match Piper's 7 joints
- Update teleoperate.py, calibrate.py, and record.py imports
- Add README_piper_teleoperation.md with hardware setup guide
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