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

Imu test - review the error check #68

Merged
merged 3 commits into from
Feb 12, 2024

Conversation

martinaxgloria
Copy link
Contributor

This PR aims to fix the way the error between the expected values and the measured ones is computed during the IMU orientation test. In details:

  • starting from the rotation matrices of the expected and measured orientation values, the axis-angle representation is used to compute the error as the magnitude of the vector representing the rotation axis;
  • during the whole trajectory, the error is computed at every moment and stored;
  • the maximum value of error is compared with the reference value defined for the test, and so to determine if the test is passed or failed.

cc @pattacini

@Nicogene Nicogene merged commit ac195ce into robotology:master Feb 12, 2024
2 checks passed
@martinaxgloria martinaxgloria deleted the imu-test-error branch February 12, 2024 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants