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

Visualize Point Clouds #13

Open
anhtuduong opened this issue May 6, 2023 · 2 comments
Open

Visualize Point Clouds #13

anhtuduong opened this issue May 6, 2023 · 2 comments

Comments

@anhtuduong
Copy link
Owner

anhtuduong commented May 6, 2023

We need to visualize point clouds.
Data type: PointCloud2

@anhtuduong
Copy link
Owner Author

@vietxoan
I have extracted point cloud of 1 object: point_cloud.txt

Note that: point cloud saved to this file is a list of tuples. Where every tuple is the coordinate x,y,z of a single point.
[ (x,y,z), (x,y,z),...]

Please find a way to visualize it!

@anhtuduong
Copy link
Owner Author

@vietxoan
For now you can test on any file outside of the project.
But if you are interested in setting up the real one, here is the instruction.

@anhtuduong anhtuduong added the point cloud Point cloud label May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants