ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Assuming you are interested in sensor_msgs/PointCloud2
using C++, I recommend using one of the pcl_ros::transformPointCloud()
methods.
As Dan said, you probably want to transform from whatever frame the message was published in to the "/map" frame.