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

Fix clearCalibrationMatrices #47

Merged
merged 2 commits into from
Sep 20, 2024
Merged

Fix clearCalibrationMatrices #47

merged 2 commits into from
Sep 20, 2024

Conversation

davidegorbani
Copy link
Collaborator

With this PR the value of the calibration matrix $^{IMU}R_{link}$ is set to the value read from the configuration file when the method clearCalibrationMatrices is called.

Comment on lines 136 to 139
manif::SO3d IMU_R_link; // Rotation matrix from the IMU to related link, set through config
// file
manif::SO3d IMU_R_link_init; // Rotation matrix from the IMU to related link, set through config
// file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The two descriptions are the same?

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 just copied from the line above and forgot to change it, fixed it with 28ee781.

@davidegorbani
Copy link
Collaborator Author

Thanks! Merging!

@davidegorbani davidegorbani merged commit d955176 into main Sep 20, 2024
6 checks passed
@davidegorbani davidegorbani deleted the fix_clear_calib_matrix branch September 20, 2024 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working phase:implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants