在示例代码中,我们有以下内容:
void
grabberCallback(const PointCloud<PointXYZRGBA>::ConstPtr& cloud)
{
}
不幸的是,我需要处理的数据类型是
PointCloud<PointXYZRGB>::Ptr cloud
我该如何将其转换为此形式?
答案 0 :(得分:0)
这个答案可能有所帮助:
http://answers.ros.org/question/9515/how-to-convert-between-different-point-cloud-types-using-pcl/
请注意,它可能已经过时(大约在2011年左右)
答案 1 :(得分:0)