Dear Bernd,
Hi, thanks for your good work.
I want to build the tag map with a single camera. The environment is simple with circle boards (tag size 0.06m) and rectangle boards (tag size 0.05m).
The tag family is tagStandard41h12. I changed the apriltag detector code to suport the tag family and works (with tag payload 6 ? , I don't know the meaning).
I have check the tag size and the camera intrinsic paramter with not error. And there were not the same two tag ID.
I still can not figure out my problem below:
could not initialize subgraph!
[ERROR] [1675949240.995866549]: /tagslam: Indeterminant linear system detected while working near variable 15 (Symbol: 15).
Thrown when a linear system is ill-posed. The most common cause for this error is having underconstrained variables. Mathematically, the system is underdetermined. See the GTSAM Doxygen documentation at http://borg.cc.gatech.edu/ on gtsam::IndeterminantLinearSystemException for more information.
/tagslam: Requested the BayesTree clique for a key that is not in the BayesTree
I read the relative group issue below but still no progress.
https://groups.google.com/g/tagslam/c/V0v7HtnaNEo
I had send you the test bag by email. Please help me out!
Thanks!
As in the document https://docs.opencv.org/4.x/dc/dbb/tutorial_py_calibration.html,radial distortion can be represented as follows:x_distorted = x(1 + k1*r^2 + k2*r^4 + k3*r^6) and y_distorted use the same k1, k2, k3y_distorted = y(1 + k1*r^2 + k2*r^4 + k3*r^6)So I am confused that, if I use the rad-tan model, the xy distorted uses the same k1, k2, k3, or the missing k params assumed to be zero.
--
You received this message because you are subscribed to a topic in the Google Groups "tagslam" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tagslam/WT5muqg80Ww/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tagslam+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tagslam/21e53887-f06c-4bfe-b84d-fd48fc745ad0n%40googlegroups.com.