Skip to content

Conversation

@OhadMeir
Copy link
Contributor

Tracked on [RSDEV-3140]

@@ -0,0 +1,57 @@
# License: Apache 2.0. See LICENSE file in root directory.
# Copyright(c) 2022-4 Intel Corporation. All Rights Reserved.
Copy link
Collaborator

Choose a reason for hiding this comment

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

2025

Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe we can rename the test name to test-imu.py?
Currently the full name is has 2 extrinsics
found test-live-extrinsics-imu-extrinsics

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

if device_name.find( "D457" ) != -1:
expected_translation = [-0.09529999643564224, -0.000560000014957041, 0.017400000244379044]
if device_name.find( "D555" ) != -1:
expected_translation = [-0.03739999979734421, 0.007189999800175428, 0.022299999371170998]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Where do we get this amount of digits? we set less no?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, we set less, but float values are not exact. This is the python float precision. You can get even more precision using float calculators like https://www.h-schmidt.net/FloatConverter/IEEE754.html

@Nir-Az Nir-Az merged commit da4a566 into realsenseai:development Mar 11, 2025
25 checks passed
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.

2 participants