Skip to content

Comments

updating config instructions for koch 1v1 motors#658

Merged
Cadene merged 1 commit intohuggingface:mainfrom
mogar:koch_instructions_update
Jan 28, 2025
Merged

updating config instructions for koch 1v1 motors#658
Cadene merged 1 commit intohuggingface:mainfrom
mogar:koch_instructions_update

Conversation

@mogar
Copy link
Contributor

@mogar mogar commented Jan 28, 2025

What this does

Updates to configure_motor.py script 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.md to configure a Koch 1v1 from scratch.

If you have a dynamixel disconnected from any robot, you could also just run something like this:

python lerobot/scripts/configure_motor.py \
  --port /dev/tty.usbmodem58760432961 \
  --brand dynamixel \
  --model xl330-m288 \
  --baudrate 1000000 \
  --ID 2

Update the model and port according to your setup first.

@mogar mogar force-pushed the koch_instructions_update branch from 89ff2de to e290e4b Compare January 28, 2025 02:53
Copy link
Contributor

@Cadene Cadene left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Cadene Cadene merged commit 4323bdc into huggingface:main Jan 28, 2025
5 checks passed
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
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
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