-
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
Expose stereo extrinsics #1242
Expose stereo extrinsics #1242
Conversation
Thank you for this PR. |
@doronhi Why are you suggesting that it would require an API change? |
If I understand correctly, what you've done here complies with the definition of cameraInfo. If indeed, a change in frame_id is needed, I would like to have it in the same PR. So far I did not manage to expert myself on this subject and therefor, a clear "official" reference, would help me commit. @tykurtz? @pavloblindnology ? @stwirth ? I would appreciate help. What is the the official, acceptable, convention regarding the frame id's of a stereo camera? |
Hi, |
@mindThomas , would you be interested in checking @shirbarzel's experience and trouble with this PR? #1310 |
fe4f21e
to
471ab82
Compare
@mindThomas , |
Somehow I missed this PR discussion. And Another problem to note is that
which may reset changes done by updateExtrinsicsCalibData . So it needs to be called here too.
|
This is a good point. |
BTW, no such problem in #901 :) |
…pair Based on suggestion by @pavloblindnology (#1242 (comment))
Added filling correct Tx, Ty values in projection matrix of right camera. Generalize solution to all stereo sensors (fisheye) Fixed frame_id of right sensor to match left sensor in a stereo pair. Based on suggestion by @pavloblindnology (IntelRealSense#1242 (comment))
These change will ensure that the
camera_info
includes the correct information expected by e.g. thestereo_undistort
node in: https://github.com/ethz-asl/image_undistort