-
Notifications
You must be signed in to change notification settings - Fork 34
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
Checksum evaluation bug #5
Comments
Hi ! Thanks ! |
Unfortunately, Robotis deleted all of their forums over a year ago. I reported this bug there and to Robotis directly. They don't appear to support their software very much. I don't recall exactly what the issue was – probably an overflow or incorrect masking. You should be able to edit In the meantime, you might try out my |
Hi @horchler , many thanks for your help. |
Wow @horchler your library is working fantastic ! No more corruptions |
You have have a checksum bug that is corrupting the reading of data values that span more than one byte. See this line:
https://github.com/robotis-pandora/ROBOTIS-OpenCM/blob/master/OpenCM_ide/processing-head/hardware/robotis/cores/robotis/Dynamixel.cpp#L273
Additionally, I'm guessing that the version of
Dynamixel.cpp
in this repository may not be the same as that in the currently available version 1.0.2 of the ROBOTIS IDE as the line numbers don't match up at all (what's the deal with that?).This issue was reported on your forums about a month ago to which I posted a detailed response when I found the cause:
http://www.robotis.com/xe/?mid=qna_en&document_srl=1140665
The text was updated successfully, but these errors were encountered: