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

stitching point clouds #4

Open
cyu-craftnetics opened this issue Sep 19, 2019 · 3 comments
Open

stitching point clouds #4

cyu-craftnetics opened this issue Sep 19, 2019 · 3 comments

Comments

@cyu-craftnetics
Copy link

If you don't mind sharing, how did you stitch the point clouds from two depth cameras? I currently don't have two cameras so I'm trying to simulate using Gazebo.

Thanks!
Calvin

@atenpas
Copy link
Owner

atenpas commented Sep 19, 2019

We just concatenated the two point clouds. No advanced fusion methods.

@cyu-craftnetics
Copy link
Author

I see. Any particular library or package you used to concatenate?

@atenpas
Copy link
Owner

atenpas commented Oct 11, 2019

We used numpy. It's a simple numpy.vstack.

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