How to add transform tf to pointcloud2?
In c++, I know how to publish a PointCloud2 message.
ROS::Publisher p = nodehandle.advertise
But how do I attach a transform matrix tf?
Asked by Anurag on 2016-09-20 19:47:48 UTC
In c++, I know how to publish a PointCloud2 message.
ROS::Publisher p = nodehandle.advertise
But how do I attach a transform matrix tf?
Asked by Anurag on 2016-09-20 19:47:48 UTC
Comments