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

can not read .pcd file. #8

Open
renliao opened this issue Apr 13, 2023 · 0 comments
Open

can not read .pcd file. #8

renliao opened this issue Apr 13, 2023 · 0 comments

Comments

@renliao
Copy link

renliao commented Apr 13, 2023

hello! I an a newer to deal with point Cloud data in matlab, I attempt to read a .pcd file as following:
ptCloud = pcread('C:\Program Files\Polyspace\R2020b\MyProjects\data\bun0.pcd');
the error happend:
" input_ply_pcd
索引超出数组元素的数目(0)。

出错 pcread (第 238 行)
X = [allData{1} allData{2} allData{3}]; % points

出错 input_ply_pcd (第 4 行)
ptCloud = pcread('C:\Program Files\Polyspace\R2020b\MyProjects\data\bun0.pcd');
"
how can I solve this problem?thank you !

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

1 participant