参考网址 http://wiki.ros.org/pcl/Overview ,重点参看第2和第3节。

1. Data types

介绍了三种点云数据类型:sensor_msgs::PointCloud(不常用),sensor_msgs::PointCloud2pcl::PointCloud<T>

2. Point Cloud conversion

两种情形下需要进行数据转换

2.1. Converting between sensor_msgs::PointCloud2 and pcl::PointCloud<T> objects

2.2. Converting between the `sensor_msgs::PointCloud` and `sensor_msgs::PointCloud2` format

3. Publishing and subscribing to point cloud messages

代码演示,订阅和发布不同数据类型的点云。

相关文章:

  • 2021-05-26
  • 2021-08-28
  • 2021-12-05
  • 2022-03-04
  • 2021-12-05
  • 2023-03-03
猜你喜欢
  • 2022-12-23
  • 2021-06-21
  • 2021-12-20
  • 2021-07-11
  • 2022-12-23
相关资源
相似解决方案