updating config instructions for koch 1v1 motors#658
Merged
Cadene merged 1 commit intohuggingface:mainfrom Jan 28, 2025
Merged
Conversation
89ff2de to
e290e4b
Compare
menhguin
pushed a commit
to menhguin/lerobot
that referenced
this pull request
Feb 9, 2025
JIy3AHKO
pushed a commit
to vertix/lerobot
that referenced
this pull request
Feb 27, 2025
Ke-Wang1017
pushed a commit
to Ke-Wang1017/lerobot
that referenced
this pull request
Mar 26, 2025
Kalcy-U
referenced
this pull request
in Kalcy-U/lerobot
May 13, 2025
ZoreAnuj
pushed a commit
to luckyrobots/lerobot
that referenced
this pull request
Jul 29, 2025
Ricci084
pushed a commit
to JeffWang987/lerobot
that referenced
this pull request
Sep 5, 2025
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
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
Updates to
configure_motor.pyscript and example 7 to provide correct motor configuration of dynamixels in a Koch 1v1 robot.Example 7 now refers to the updated motor configuration script. Prior to this it referred to an outdated method of automatically running the configuration on connection.
The script to configure the motor now only sends Lock commands if the motor is a feetech, otherwise it skips the Lock.
How it was tested
I built my own Koch 1v1 and configured it using the above changes. Motors all took the updated baud rate and ID properly. Follower/leader motors work correctly.
How to checkout & try? (for the reviewer)
Follow the updated instructions in
examples/7_get_started_with_real_robot.mdto configure a Koch 1v1 from scratch.If you have a dynamixel disconnected from any robot, you could also just run something like this:
Update the model and port according to your setup first.