We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to visualize point clouds. Data type: PointCloud2
The text was updated successfully, but these errors were encountered:
@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),...]
[ (x,y,z), (x,y,z),...]
Please find a way to visualize it!
Sorry, something went wrong.
@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.
vietxoan
No branches or pull requests
We need to visualize point clouds.
Data type: PointCloud2
The text was updated successfully, but these errors were encountered: