-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
The bolt size is incorrect in the Assembly Instructions. #3
Comments
Ah yes thanks, I'll change that ! |
Done ! I'm keeping the issue open if you have more remarks during your build :) Thanks ! |
Do I need to run the relevant scripts on the servos before assembling them? |
Yes, for now I use the LeRobot configure script (from https://github.com/huggingface/lerobot) like this python lerobot/scripts/configure_motor.py \
--port /dev/ttyACM0 \
--brand feetech \
--model sts3215 \
--baudrate 1000000 \
--ID 1 (Change the id for each motor according to this https://github.com/apirrone/Open_Duck_Mini_Runtime/blob/0c5d84742d18f482ba59199c960755cd2842e6f1/mini_bdx_runtime/mini_bdx_runtime/hwi_feetech_pwm_control.py#L14) The motor will move to the 180 position during configuration, which is the actual zero position we want. I'll add scripts and documentation to do this soon ! |
"Then assamble trunk_bottom and trunk_top, and screw them together with 2 M3x6 screws through these holes", the bolts need to be M3x10.
The text was updated successfully, but these errors were encountered: