rviz with pcl::PointCloud<T>
Is it possible to display a PCL point cloud of type pcl::PointCloud<T>, where T is a custom class, in rviz? Specifically, are there any requirements/limitations on the custom class T for it to play nice with rviz? It seems that the pcl_visualizer does provide a framework for displaying pcl::PointCloud<T> data through custom handlers. Thanks!