-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Dynamixel SDK installable for Python using "pip" #93
Comments
Hi, Let me check this out, but it will take few weeks. Thank you. |
Just the fact that you're checking it out is excellent. Thanks. I've had to hack things together just to get my use of the Dynamixel SDK working in a straightforward, python-scriptable fashion. I can share the "hacked" code if you'd like. |
Please let me have a look thanks |
and if you want to share via PR, pull at develop branch, not master branch |
This issue will be closed since there was no actions for a while. |
I now have the hacked code I created to download and process the Dynamixel SDK, published and public here. Instead of this I just want to execute @ROBOTIS-Leon -- I don't have the ability to reopen this Issue. |
Hi, again, I had been having curiosity for pip since I first heard about the pip install. Let me guess, you have an idea to get this well. The next DynamixelSDK release will happen in mid of August. |
. |
As I know, there's a specific file structure that is recognizable by pip install. |
@ROBOTIS-Leon these are the instructions for packaging code into PyPi that I have used successfully for multiple other projects. (link) |
Yeah, actually I saw this and tried, but it couldn't help me much Anyway, I will retry this further after Oct.20th Thank you for your kindness |
Please, please make a Dynamixel SDK available via
pip
. Specifically I want to install the dependency upon Dynamixel by executing a command like:pip install dynamixel
.Of if you want separate distributions for different families then a collection of installs like:
..anything really that doesn't require that I parse and edit files in order to compile.
Which DYNAMIXEL is it?
[ All ] ( ex: MX-64AT , XM430-350R , PRO H54-100-S500-R , ...)
Which CONTROLLER is it?
[ USB2Dynamixel ] ( ex: OpenCM , OpenCR , Arduino Uno , PC via USB2Dynamixel , ... )
Which VERSION of DynamixelSDK is it?
([NOTE] DynamixelSDK Q&A is not available anymore if it is older than ver. 3.0.0, but feedback us)
[ 3.4.3+ ] ( ex: 3.4.2 , dxl_sdk_win32_v2_02.zip , ... )
Any SOURCE SAMPLES?
I am trying to distribute Servode via
pip
. As is, the Dynamixel SDK makes it pretty much impossible to package and distribute my own library to leverage the SDK without forking or hacking my way through.The text was updated successfully, but these errors were encountered: