How to merge two point clouds
I can get the pose of kinect using rgbdslam. I want to merge the point clouds of the Kinect got. So that I can get the global map for navigation.
I want to know how can I multiply all my points of one cloud with the rotation matrix and merge the clouds. Is there any package in ros hydro for that?
Thanks for your help !