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

Revision history [back]

Use

#include <pcl_ros/transforms.h>

You can find documentation for pcl_ros in ROS Inidigo at docs.ros.org. I found that page by googling for pcl_ros transformpointcloud. The linked file says that the function pcl_ros::transformPointCloud() is defined in transforms.hpp.