Skip to content
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

Merged
merged 59 commits into from
Feb 6, 2024
Merged

Add SO3 tasks #19

merged 59 commits into from
Feb 6, 2024

Conversation

davidegorbani
Copy link
Collaborator

@davidegorbani davidegorbani commented Jan 9, 2024

This closes #16

@davidegorbani davidegorbani marked this pull request as ready for review January 12, 2024 15:13
Copy link
Member

@GiulioRomualdi GiulioRomualdi left a 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

@davidegorbani
Copy link
Collaborator Author

The PR is now ready for the review.

Copy link
Member

@GiulioRomualdi GiulioRomualdi left a 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

Comment on lines 190 to 191
std::cout << "calibration matrix of node " << node << ": "
<< m_OrientationTasks[node].calibrationMatrix << std::endl;
Copy link
Member

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()->

Copy link
Collaborator Author

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.

std::string input;
while (!stopThread)
{
std::cout << ">> ";
Copy link
Member

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()->

Copy link
Collaborator Author

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()->.

@davidegorbani
Copy link
Collaborator Author

Thank you @GiulioRomualdi @traversaro! Merging!

@davidegorbani davidegorbani merged commit 7c76c28 into main Feb 6, 2024
6 checks passed
@davidegorbani davidegorbani deleted the add_SO3_tasks branch February 6, 2024 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add orientation tasks to HumanIK
3 participants