-
Notifications
You must be signed in to change notification settings - Fork 286
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
tutorial-apriltag-detector-live-rgbd-realsense.cpp problem #1374
Comments
I'm unable to reproduce your issue. I added some printings in
On my side I have printings like:
What do you have on your side ? |
Could be some linear algebra issue? |
thanks,i try your code, and get the follow result |
when i run the program, it also show |
why the matrix from orig and rgb is different |
Because the underlying algorithm uses depth info in the second case. |
ViSP-third-party.txt |
Maybe you can try to record the data when you have the issue with: |
when i use tutorial-apriltag-detector-live-rgbd-realsense.cpp to detect Apriltag,vpPose::computePlanarObjectPoseFromRGBD() maybe get a wrong result, like
-0.01018921118 -0.9994735211 -0.03080358246 -1.138677748e+63
-0.9994234887 0.009181315827 0.03268629311 7.796915965e+62
-0.03238626704 0.03111887139 -0.9989908636 1.84748416e+64
0 0 0 1
The text was updated successfully, but these errors were encountered: