-
Notifications
You must be signed in to change notification settings - Fork 196
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
KeyError: ('I', 1) #31
Comments
Hi, I got the same problem, have you solved that? |
Hi, |
one possible solution: change here Lines 64 to 72 in 20b032b
to:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
File "/home/ubuntu/pypcd/pypcd/pypcd.py", line 675, in from_path
return point_cloud_from_path(fname)
File "/home/ubuntu/pypcd/pypcd/pypcd.py", line 293, in point_cloud_from_path
pc = point_cloud_from_fileobj(f)
File "/home/ubuntu/pypcd/pypcd/pypcd.py", line 275, in point_cloud_from_fileobj
dtype = _build_dtype(metadata)
File "/home/ubuntu/pypcd/pypcd/pypcd.py", line 197, in _build_dtype
np_type = pcd_type_to_numpy_type[(t, s)]
KeyError: ('I', 1)
The text was updated successfully, but these errors were encountered: