MCPcopy Create free account
hub / github.com/LimHyungTae/patchwork / cloudmsg2cloud

Function cloudmsg2cloud

nodes/ros_kitti.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65template <typename T>
66pcl::PointCloud<T> cloudmsg2cloud(sensor_msgs::PointCloud2 cloudmsg) {
67 pcl::PointCloud<T> cloudresult;
68 pcl::fromROSMsg(cloudmsg, cloudresult);
69 return cloudresult;
70}
71
72template <typename T>
73sensor_msgs::PointCloud2 cloud2msg(pcl::PointCloud<T> cloud) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected