-
Notifications
You must be signed in to change notification settings - Fork 439
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
RGB is only supported on binary PCD #90
Comments
Thanks! The rgb field has to be an integer, not a float. |
Really excited to get your reply! Could you help provide a sample pcd file ? I have tried several types of rgb values and they all failed. |
It was a bug, sorry. You should now be able to visualize colors for text PCD files like this one:
Note that you have to click the ligh bulb button (bottom right) to display colors. |
It works now ! Thank you |
Fix Hitachi-Automotive-And-Industry-Lab#90 RGB is only supported on binary PCD
Thank you for brilliant work.
I have a problem with loading colored pointcloud, it didn't show any color information in the editor.
My pcd file is like this, is it a format issue or something else?
.PCD v.7 - Point Cloud Data file format
VERSION .7
FIELDS x y z rgb
SIZE 4 4 4 4
TYPE F F F F
COUNT 1 1 1 1
WIDTH 20991
HEIGHT 1
VIEWPOINT 0 0 0 1 0 0 0
POINTS 20991
DATA ascii
0 -0.04876 1.219 1.648931e-38
0.002329524 -0.04892 1.223 1.887956e-38
0.004659048 -0.04892 1.223 1.860623e-38
0.006965715 -0.04876 1.219 1.833323e-38
0.00928762 -0.04876 1.219 1.851654e-38
0.01160952 -0.04876 1.219 1.869984e-38
-0.002321905 -0.0464381 1.219 1.35449e-38
0 -0.0464381 1.219 1.842727e-38
0.002329524 -0.04659048 1.223 2.340182e-38
........
The text was updated successfully, but these errors were encountered: