-
Notifications
You must be signed in to change notification settings - Fork 104
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
Fix parsing data dimension in lost can boards error #941
Fix parsing data dimension in lost can boards error #941
Conversation
Remove parsing time from justLOST canmonitor error, add parsing time to justFOUND and fix canmapping parsing Fix canmapping in can service errors Fix datatype and copy-paste typo Fix missing joint ID in motor generic error message
Hi @MSECode , I don't know which is the duplicated code
We ought to create a function that parametrizes the string to print in case of I guess we can use the same function in the cases |
08bba06
to
09e3d46
Compare
Hi @MSECode ,
In this way, we reuse the code totally and provide a bit safer code forcing the use of the sting with a fixed size. Moreover, we avoid creating a temporary object on the heap with the to_string function. |
Quality Gate failedFailed conditions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well done!
Test already done! see here see #937
This PR is in draft, because we are waiting for the robotology/icub-firmware-shared#92. |
robotology/icub-firmware-shared#92 is merged. |
CI is ok ✅ |
Fix added with this PR: