-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Ordering of the extrinsic rotation #2543
Comments
Hi @geoeo The official SDK documentation page link below states extrinsic rotation to be column major. https://intelrealsense.github.io/librealsense/python_docs/_generated/pyrealsense2.extrinsics.html |
Thanks @MartyG-RealSense ! Thats a pretty obscure link. A mention of this in the Readme.md would be appreciated! |
I will add a Enhancement label to this case to highlight it in the future to Intel RealSense colleagues responsible for documentation. This case should be kept open but you do not need to take any further action. Thanks again! |
@MartyG-RealSense, the fix #2693 was merged. |
Thanks very much @SamerKhshiboun :) |
The rotation in the extrinsic message is defined as float[9].
But it does not state explicitly if its row major or column major.
Which one does the array in the extrinsic message represent?
Best,
Marc
The text was updated successfully, but these errors were encountered: