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

Spatial Mapping: Fused point cloud for a dynamic scene #543

Open
2 tasks done
Sri20021 opened this issue Mar 20, 2023 · 2 comments
Open
2 tasks done

Spatial Mapping: Fused point cloud for a dynamic scene #543

Sri20021 opened this issue Mar 20, 2023 · 2 comments

Comments

@Sri20021
Copy link

Preliminary Checks

  • This issue is not a duplicate. Before opening a new issue, please search existing issues.
  • This issue is not a question, bug report, or anything other than a feature request directly related to this project.

Proposal

I have used the zed examples for the spatial mapping case where I am trying to fuse the point cloud and/or mesh over multiple time instances. Currently, it seems that the fused point cloud functionality is getting updated to the dynamic scene (or the last 500 millsecond time stamp of the scene). I have the following two feature requests:

  1. Can functionality be built in so as to fuse the point clouds obtained from the same camera but at different instants of time (or specifically the detected object of interest) even during dynamic scene using iterative closest point algorithms such as PointtoPoint or PointtoPlane or even the colored icp registration algorithms?
  2. Can functionality be built to enable point cloud registrations obtained from two different cameras having an overlapping region between them?

Use-Case

We have two fixed zed cameras mounted on a moving platform and goes around the object of interest. The idea is to detect the object of interest in either camera across multiple time stamps, use the 3d detected region for point cloud registration and obtain an accurate point cloud fused from both cameras as well as from multiple time instants.

Anything else?

I think point cloud registration algorithms would be more suitable than volumetric fusion algorithms for accurate point cloud reconstruction. This is the reason for a new feature request. Thanks

@P-yver
Copy link
Member

P-yver commented Oct 26, 2023

Hi,
currently the spatial mapping is running in a background thread, there is no control possible over the data send to it.

@ttsesm
Copy link

ttsesm commented Mar 28, 2024

@Sri20021, @P-yver is there any update on this?

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

No branches or pull requests

3 participants