ROS nodelet that transforms pointcloud (sensor_msgs/Pointcloud or sensor_msgs/Pointcloud) to some other
TF frame (e.g. from "camera_frame" to "base_link"). It uses sensor_msgs/point_cloud_conversion.h for conversion.
It will publish both Pointcloud and Pointcloud2 messages for any input type (if any node is subscribed to it)
~input_pcl (sensor_msgs/Pointcloud)input topic~inptu_pcl2 (sensor_msgs/Pointcloud2)input topic
~output_pcl (sensor_msgs/Pointcloud)output topic~output_pcl2 (sensor_msgs/Pointcloud2)output topic
to_frame (string, default:base_link)To what TF frame to transform the outputtransform_timeout (double, default: 0.5 seconds)How long to block before failingpolling_timeout (double, default: 0.1 seconds)How often to retest if failed
- required is the transform from frame that input pointcloud is to frame set by
to_frameparameter
See transform_pointcloud/launch/transform.launch for example