-
Notifications
You must be signed in to change notification settings - Fork 4.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
Saving pose data from multiple T265s, drift error. #3845
Comments
Hi @antithing I don't see a problem with the saving of pose data. Although you mention drift in the same statement. How are you handling the cameras? Do you have them all affixed to the same jig? Also our newer version has updates to the relocalization feature. |
Hi, thank you for getting back to me. it is drift between the cameras. Which I could be seeing due to my extrinsics being slightly off. I am trying to improve these with a bundle adjustment step, but i am struggling to stereo triangulate points with the t265. I have been fighting this for a week, and cannot seem to get it right. I am using opencv, feature matching, and using the onboard intrinsics to calculate projection matrices, then triangulating points. Is there any example code around for doing this with a t265? Any help would be much appreciated! Thanks again for your time. |
Will you be needing further assistance with this? |
Hi! This is solved. thank you! |
Issue Description
I have an application where I am streaming pose data from three T265 cameras.
Once I graph the data that I save, I see huge amounts of drift when i move the camera cluster.
Am I storing the data correctly here?
Additionally, which is more robust / accurate:
rs2_pose predicted_pose = predict_pose2(pose_data, dt_s);
or simply:
auto pose_data = pose_frame.get_pose_data();
Thank you.
The text was updated successfully, but these errors were encountered: