#include <iostream>
#include <pcl/point_types.h>
#include <ros/ros.h>
#include <pcl_ros/point_cloud.h>
#include <pcl_ros/transforms.h>
#include <sensor_msgs/PointCloud2.h>
#include <tf/transform_listener.h>
Go to the source code of this file.
Functions | |
void | cloudCallback (const sensor_msgs::PointCloud2ConstPtr &cloud) |
int | main (int argc, char **argv) |
Variables | |
ros::Publisher | cloud_pub |
std::string | g_target_frame |
tf::TransformListener * | listener |
void cloudCallback | ( | const sensor_msgs::PointCloud2ConstPtr & | cloud | ) |
Definition at line 15 of file transform_pointcloud.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 21 of file transform_pointcloud.cpp.
Definition at line 11 of file transform_pointcloud.cpp.
std::string g_target_frame |
Definition at line 12 of file transform_pointcloud.cpp.
Definition at line 13 of file transform_pointcloud.cpp.