How do you convert a PointCloud2 to Map Frame Coordinates?
I am receiving data from a Kinect sensor and attempting to convert the data into coordinates relative to a pre created map using python. However, it doesn't seem that tf supports converting point cloud2.
Asked by bsuwirjo on 2016-03-26 11:23:14 UTC
Answers
This question has been answered well here. This should get you up and running in no time.
http://answers.ros.org/question/9103/how-to-transform-pointcloud2-with-tf/
Asked by PeteBlackerThe3rd on 2016-03-27 12:52:59 UTC
Comments
I forgot to mention that I'm trying to do this in Python. All other solutions ive serm were done on c++. Pcl, doesn't have a Python method to transform pointclouds.
Asked by bsuwirjo on 2016-03-27 13:09:56 UTC
Comments