#include <iostream>
#include <pcl/io/pcd_io.h>
#include <pcl/point_types.h>
#include <pcl/registration/icp.h>
#include <ros/ros.h>
#include <pcl_ros/point_cloud.h>
#include <laser_assembler/AssembleScans.h>
Go to the source code of this file.
Typedefs | |
typedef pcl::PointCloud < pcl::PointXYZ > | PointCloud |
Functions | |
void | cloudCallback (const PointCloud::ConstPtr &cloud1) |
PointCloud::Ptr | getLaserCloud () |
int | main (int argc, char **argv) |
Variables | |
ros::ServiceClient | client |
typedef pcl::PointCloud<pcl::PointXYZ> PointCloud |
Definition at line 14 of file find_transform.cpp.
void cloudCallback | ( | const PointCloud::ConstPtr & | cloud1 | ) |
Definition at line 37 of file find_transform.cpp.
Definition at line 19 of file find_transform.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 49 of file find_transform.cpp.
Definition at line 17 of file find_transform.cpp.