-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add SO3 tasks #19
Add SO3 tasks #19
Conversation
Co-authored-by: Giulio Romualdi <giulio.romualdi@gmail.com>
Co-authored-by: Giulio Romualdi <giulio.romualdi@gmail.com>
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.
I have to finish the review
The PR is now ready for the review. |
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.
Minor comment feel free to merge it
src/IK/src/InverseKinematics.cpp
Outdated
std::cout << "calibration matrix of node " << node << ": " | ||
<< m_OrientationTasks[node].calibrationMatrix << std::endl; |
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.
I don't know if this is needed. If yes you can use log()->
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.
Actually this was just for debugging purposes, now I deleted it.
src/examples/IK/exampleIK.cpp
Outdated
std::string input; | ||
while (!stopThread) | ||
{ | ||
std::cout << ">> "; |
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.
I would remove all the cout
and use log()->
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.
I substituted all the cout
with the log()->
.
Thank you @GiulioRomualdi @traversaro! Merging! |
This closes #16