#include "colors.h"#include <velodyne_pointcloud/point_types.h>#include <pcl/io/pcd_io.h>#include <pcl/point_cloud.h>
Go to the source code of this file.
Namespaces | |
| namespace | velodyne_pointcloud |
Typedefs | |
| typedef pcl::PointXYZRGB | velodyne_pointcloud::RGBPoint |
| typedef pcl::PointCloud< RGBPoint > | velodyne_pointcloud::RGBPointCloud |
Implementation for converting a Velodyne 3D LIDAR PointXYZIR cloud to PointXYZRGB, assigning colors for visualization of the laser rings.
Definition in file colors.cc.