-
Notifications
You must be signed in to change notification settings - Fork 177
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
Reason for removal of support for Dynamixel models in release 2.2.3 #384
Comments
Now |
@pazeshun |
@robotpilot Also, we have some PRs which were automatically closed by the branch deletion: Will |
@pazeshun Thank you very much for your support. I merged the the commit and reopen the you mentioned PRs. Thanks! |
I am currently using the newest release
2.2.3
to interact with Dynamixels that we are using. One of the key requirements was to be able to enable Current based position control on the dynamixels. We use a few different versions of dynamixels and most of them were enabled to current based position control, however thedynamixel-workbench-toolbox
did not allow for the two models shown below:XL330-M288-T
XC330-T288-T
Upon looking at the source code for release
2.2.3
I realised that a lot of the supported Dynamixel models were removed fromdynamixel_workbench.cpp
relative to themaster
branch. I have included a diff file which details the theif condition
checks that had a variety of models removed from them (patch file not supported for upload on linux):Git diff between
2.2.3
andmaster
fordynamixel_workbench.cpp
What is the reason for these motor models not being added from
master
into release2.2.3
?The text was updated successfully, but these errors were encountered: