Edit on GitHub
Python Linux
Recommended Editor
Compiler and Builder
Building the Library
-
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
.