First call to leader_arm.connect()
does nothing, then manual motor configuration breaks
#574
Open
1 of 2 tasks
System Info
Information
Reproduction
I am following the instructions in
https://github.com/huggingface/lerobot/blob/main/examples/7_get_started_with_real_robot.md
I connect my robots for the first time and run the following script:
The instructions and linked video show that the follow error should pop up during the first connection:
However, on my run, this motor configuration process does not appear. Something is clearly wrong, as this code errors out:
leader_arm.read("Present_Position")
So, I try to manually configure the motors with the following command, which produces the error
Error occurred during motor configuration: 'Lock'
:How exactly do I proceed to set up the robots? I have viewed the motor in the Dynamixel Wizard. All appears fine, and I can successfully
ping
the motor through this process.Expected behavior
The expected motor-calibration process.
The text was updated successfully, but these errors were encountered: