How to visualize colored pointclouds in rviz?
Hi folks,
I want to show rgb values of a point cloud in rviz where I store some information inside the rgb channels. However, there is not any choice named "channel", as it is shown here.
I've tried to add various builtin display types, such as PointCloud2, PointCloud and even LaserScan but none of them contains a channel field.
I've tried to add plugins as it is mentioned in this question. But I couldn't add any plugin via the Plugins->Manage tab of the rviz. So, I cannot obtain something like this.
I've checked the rviz folder in case there might be a folder named plugins or anything related to the plugins but no success.
I tried rviz --help but no information there also.
Can someone please tell me how can we do such a simple thing:) ?
Thanks