Skip to content
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

Questions about the Sequence of Data Association #3

Open
zxd123 opened this issue Apr 22, 2023 · 5 comments
Open

Questions about the Sequence of Data Association #3

zxd123 opened this issue Apr 22, 2023 · 5 comments

Comments

@zxd123
Copy link

zxd123 commented Apr 22, 2023

Thanks for sharing the great work!
But, I have a question about your paper. In section IV-D 4), you mentioned that for data association, one needs to first specify a point and a matching plane, and then look for the leaf node in the octree which contains the centroid of the plane to determine the matching relationship with the data point. However, I'm a bit confused about the sequence of this process. If we don't look for the leaf node in the octree, how can we know which plane the data point matches with?
Looking forward to your answer, thank you very much.
1682151520070-image

@lewisjiang
Copy link
Owner

Hi @zxd123,

It is a little confusing indeed, because we split matching a plane from matching measurement points. The first step gives the linearization point of the plane feature, and the second step gives the "observations of the plane" from older poses, which are used in measurement model. The reasons for this are: the plane calculated from the first step is more stable than using close measurement points, and the reuse of measurement points can be avoided.

@zxd123
Copy link
Author

zxd123 commented Apr 24, 2023

Thank you very much for your reply. Looking forward to the open-source of this project.

@zxd123
Copy link
Author

zxd123 commented Dec 18, 2023

In the paper, it's mentioned that to process the data, one should first identify the plane that corresponds to a given point, and then locate the octree node containing the centroid of that plane to find the associated measurement points. However, could you please elaborate on the initial step? Specifically, once I have a set of measurement points from a frame, how is the corresponding plane for each point determined?

中文:
论文中提到了需要先通过点找到其匹配的平面,再根据平面找到八叉树中包含该平面质心的节点,再在节点中找到对应的测量点。但是我希望请教下第一步是怎么做的呢?也就是说刚拿到一帧点云后,是如何确定每个点所匹配到的平面呢?

@lewisjiang
Copy link
Owner

@zxd123

也就是说刚拿到一帧点云后,是如何确定每个点所匹配到的平面呢?

和fastlio2 一样

@zxd123
Copy link
Author

zxd123 commented Dec 25, 2023

@zxd123

也就是说刚拿到一帧点云后,是如何确定每个点所匹配到的平面呢?

和fastlio2 一样

好的好的,非常感谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants