We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
First, I don't understand what the speed units are supposed to be. Looking the code it look like it is should be °/s, but for instance:
In: import pypot.dynamixel.conversion as conv In: conv.speed_to_dxl(360, 'MX-28') Out: 526
From the MX-28 Manual, 526 is 526*0.229RPM = 120 RPM which is 2 turns per second.
Moreover, the conversion result is the same for the MX-12W which has a 0.916rpm speed ratio per unit:
0.916rpm
In : conv.speed_to_dxl(10, 'MX-12') Out: 15
The text was updated successfully, but these errors were encountered:
Update: The ratio that we can see in the code is 0.114 rpm per unit, which is correct for MX-106 for instance but not for the other MX (28, 64, 12)
Sorry, something went wrong.
No branches or pull requests
Hello,
First, I don't understand what the speed units are supposed to be. Looking the code it look like it is should be °/s, but for instance:
From the MX-28 Manual, 526 is 526*0.229RPM = 120 RPM which is 2 turns per second.
Moreover, the conversion result is the same for the MX-12W which has a
0.916rpm
speed ratio per unit:The text was updated successfully, but these errors were encountered: