cv_gordon

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: :: :: 管理 ::

参考网址 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

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

posted on 2018-06-05 23:20  cv_gordon  阅读(565)  评论(0编辑  收藏  举报