Edit on GitHub
Python Windows
Recommended Editor
Compiler and Builder
Building the Library
-
Go to the [
DynamixelSDK folder
] following command on the command prompt. (cd [DynamixelSDK folder]\python
). Run setup.py by entering following command on the command prompt (python setup.py install
).
Building and Running the Sample Code
The DYNAMIXEL SDK example code for Python uses the library files built in previous step.
Run Example
-
Open
python
folder withAtom
. Modify the settings that is needed for the Dynamixel control. -
Run
read_write.py
by double click -
Or run it manually through command prompt, using
cd
.