原因:智能指针没有初始化
解决:使用前初始化

PointCloud<PointT>::Ptr cloud;
cloud.reset(new PointCloud<PointT>());
posted on 2021-08-21 12:16  一抹烟霞  阅读(333)  评论(0编辑  收藏  举报

Live2D