Aditya Ardiya 7c6a2a5a38
Avoid redundant boost::make_shared copy in pcl_ros::Publisher<PointT> (#380)
`boost make_shared` is actually making a copy. This PR introduces the `sensor_msgs::PointCloud2` as pointer directly so that it doesn't need a `boost::make_shared` convertsion to pointer anymore.
2022-11-18 10:39:32 -08:00
..
2020-08-09 16:47:01 -07:00
2018-05-20 04:14:40 +09:00