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

PointCloud<PointT>::Ptr cloud;
cloud.reset(new PointCloud<PointT>());

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
  • 2021-10-10
猜你喜欢
  • 2021-07-03
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2021-12-18
  • 2021-12-04
  • 2021-09-02
相关资源
相似解决方案