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
rustypot/src/device/xl320.rs
Lines 63 to 76 in 3b2930d
I was wondering why when converting angles from xl320 from angular bit to radians, the range chosen is 300 and not 360.
I guess its probably linked to the Drive mode right?
In which case I would guess it could be good to:
The text was updated successfully, but these errors were encountered:
Hi, Well it looks like for the XL320 the valid range is in [0°, 300°] in joint mode. cf. https://emanual.robotis.com/docs/en/dxl/x/xl320/#present-position ?
Sorry, something went wrong.
No branches or pull requests
rustypot/src/device/xl320.rs
Lines 63 to 76 in 3b2930d
I was wondering why when converting angles from xl320 from angular bit to radians, the range chosen is 300 and not 360.
I guess its probably linked to the Drive mode right?
In which case I would guess it could be good to:
The text was updated successfully, but these errors were encountered: