RGB colour
Hi all-
I know pcl::PointClouds carry color data packed as a float and it can be subscribe using sensor msg in ros. but What happens when this is saved in a binary .pcd file, and then converted to ascii? Any chance that the color data is still valid if I later read that ascii number in as a float?
Is there currently any good way to save the r, g, b, color info as separate values?
Thanks :)