-
Notifications
You must be signed in to change notification settings - Fork 2.4k
(feature): Add support for koch screwdriver robot and teleoperator #1303
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
Closed
jackvial
wants to merge
64
commits into
huggingface:main
from
jackvial:jv/lerobot-hackathon-2025-screwdriver
Closed
(feature): Add support for koch screwdriver robot and teleoperator #1303
jackvial
wants to merge
64
commits into
huggingface:main
from
jackvial:jv/lerobot-hackathon-2025-screwdriver
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for more information, see https://pre-commit.ci
…ckvial/lerobot into jv/lerobot-hackathon-2025-screwdriver
…ckvial/lerobot into jv/lerobot-hackathon-2025-screwdriver
for more information, see https://pre-commit.ci
…ckvial/lerobot into jv/lerobot-hackathon-2025-screwdriver
for more information, see https://pre-commit.ci
…ckvial/lerobot into jv/lerobot-hackathon-2025-screwdriver
…rry pick and remove this commit before review
for more information, see https://pre-commit.ci
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this does
koch_screwdriver_follower
that replaces the Koch gripper with a screwdriver driven in wheel (velocity) mode.• New implementation, dataclass config, docs (
.mdx
), and package init.koch_screwdriver_leader
.• Maps leader-side gripper motion to follower-side screwdriver velocity (close ⇢ clockwise, open ⇢ counter-clockwise).
calibrate
,teleoperate
,record
) and themake_*_from_config
helpers.Present_Position
/Goal_Position
for XL330-M077 table to avoid 4-byte range error.IMG_4136.MOV
Screwdriver Hardware
The screwdriver STL files and bill of materials can be found at https://github.com/jackvial/koch_robotic_arm_screwdriver
How It Was Tested
Recorded dataset
https://huggingface.co/datasets/jackvial/koch_screwdriver_thread_checker_06_e20
Calibration
Teleoperation
python -m lerobot.teleoperate \ --robot.type=koch_screwdriver_follower \ --robot.port=/dev/servo_5837053138 \ --robot.cameras="{ screwdriver: {type: opencv, index_or_path: /dev/video0, width: 800, height: 600, fps: 30}, side: {type: opencv, index_or_path: /dev/video2, width: 800, height: 600, fps: 30}}" \ --robot.id=koch_screwdriver_follower_testing \ --teleop.type=koch_screwdriver_leader \ --teleop.port=/dev/servo_585A007782 \ --teleop.id=koch_screwdriver_leader_testing \ --display_data=true
Recording
All commands completed successfully and produced the dataset linked above.
TODO