ROBOTIS-GIT / DynamixelSDK

ROBOTIS Dynamixel SDK (Protocol1.0/2.0)
http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/overview/
Apache License 2.0
443 stars 397 forks source link

where is the file :"dynamixel_functions_py" #587

Open lianuo opened 1 year ago

lianuo commented 1 year ago

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?

ROBOTIS-Will commented 1 year ago

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.