How to add transform tf to pointcloud2? [closed]
In c++, I know how to publish a PointCloud2 message. ROS::Publisher p = nodehandle.advertise<sensor_msgs::pointcloud2>("cloud_in") ; and p.publish(PC_msg);
But how do I attach a transform matrix tf?