ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Although I appreciate the suggestions from locasw, I have solved this issue with just one line of code:

pcl_ros::transformPointCloud(...)

This allows me to perform the transformations and live build the combined cloud. Then, I can create a counter which will allow me to publish the combined could every 20 iterations of my callback.The produced combined cloud is as expected and produces a cloud which mimics kinect clouds.