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

Error happens when reading pcd file #15

Open
CassieMai opened this issue Oct 14, 2018 · 0 comments
Open

Error happens when reading pcd file #15

CassieMai opened this issue Oct 14, 2018 · 0 comments

Comments

@CassieMai
Copy link

CassieMai commented Oct 14, 2018

pcd = pypcd.PointCloud.from_path(pcd_path)

  File "/exercises/py35_env/lib/python3.5/site-packages/pypcd/pypcd.py", line 743, in from_path
    return point_cloud_from_path(fname)
  File "/exercises/py35_env/lib/python3.5/site-packages/pypcd/pypcd.py", line 309, in point_cloud_from_path
    pc = point_cloud_from_fileobj(f)
  File "/exercises/py35_env/lib/python3.5/site-packages/pypcd/pypcd.py", line 290, in point_cloud_from_fileobj
    dtype = _build_dtype(metadata)
  File "/exercises/py35_env/lib/python3.5/site-packages/pypcd/pypcd.py", line 215, in _build_dtype
    dtype = np.dtype(zip(fieldnames, typenames))
TypeError: data type not understood

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