DynamixelSDK
DynamixelSDK copied to clipboard
where is the file :"dynamixel_functions_py"
in the emanual:
https://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/sample_code/python_read_write_protocol_1_0/#python-read-write-protocol-10
we have a sample code , but it cannot run with the SDK,some file are missing, how can I get the file dynamixel_functions_py?
Hi,
The example has been updated to install the python library, but the code in the documentation wasn't updated. Please refer to the latest code in the below.
https://github.com/ROBOTIS-GIT/DynamixelSDK/blob/master/python/tests/protocol1_0/read_write.py
Thank you.