Have you searched the issue from the closed issue threads?
Yes
Please describe the issue in detail
I have not been able to get my Dynamixel AX-12A to go to a specified goal position. It connects successfully and outputs the following when I run the read_write.py test after modifying the appropriate values:
Succeeded to open the port
Succeeded to change the baudrate
Dynamixel has been successfully connected
When I hit any key to continue, it loops infinitely since the present position does not change. I know the servo AX-12 works since I have moved it using the Dynamixel Wizard, and also when I set a moving speed from the python script.
How can we reproduce the issue?
Simply connect the AX-12A to the PC via a USB2AX then find the appropriate device name and id to substitute in the code. Run the read_write.py from protocol 1.
ISSUE TEMPLATE ver. 1.2.0
Which DYNAMIXEL SDK version do you use?
Which programming language/tool do you use?
Which operating system do you use?
Which USB serial converter do you use?
Which DYNAMIXEL do you use?
Have you searched the issue from the closed issue threads?
Please describe the issue in detail I have not been able to get my Dynamixel AX-12A to go to a specified goal position. It connects successfully and outputs the following when I run the
read_write.py
test after modifying the appropriate values:When I hit any key to continue, it loops infinitely since the present position does not change. I know the servo AX-12 works since I have moved it using the Dynamixel Wizard, and also when I set a moving speed from the python script.
How can we reproduce the issue? Simply connect the AX-12A to the PC via a USB2AX then find the appropriate device name and id to substitute in the code. Run the
read_write.py
from protocol 1.