#include <sensor_msgs/PointCloud2.h>
#include <pcl/io/pcd_io.h>
#include <pcl/features/fpfh.h>
#include <pcl/console/print.h>
#include <pcl/console/parse.h>
#include <pcl/console/time.h>
#include <pcl/common/transforms.h>
Go to the source code of this file.
Functions | |
bool | loadCloud (const std::string &filename, sensor_msgs::PointCloud2 &cloud) |
int | main (int argc, char **argv) |
void | printHelp (int, char **argv) |
void | saveCloud (const std::string &filename, const sensor_msgs::PointCloud2 &output) |
void | transform (const sensor_msgs::PointCloud2::ConstPtr &input, sensor_msgs::PointCloud2 &output) |
Variables | |
Eigen::Quaternionf | orientation |
Eigen::Vector4f | translation |
bool loadCloud | ( | const std::string & | filename, |
sensor_msgs::PointCloud2 & | cloud | ||
) |
Definition at line 62 of file transform_from_viewpoint.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 134 of file transform_from_viewpoint.cpp.
void printHelp | ( | int | , |
char ** | argv | ||
) |
Definition at line 56 of file transform_from_viewpoint.cpp.
void saveCloud | ( | const std::string & | filename, |
const sensor_msgs::PointCloud2 & | output | ||
) |
Definition at line 119 of file transform_from_viewpoint.cpp.
void transform | ( | const sensor_msgs::PointCloud2::ConstPtr & | input, |
sensor_msgs::PointCloud2 & | output | ||
) |
Definition at line 77 of file transform_from_viewpoint.cpp.
Eigen::Quaternionf orientation |
Definition at line 53 of file transform_from_viewpoint.cpp.
Eigen::Vector4f translation |
Definition at line 52 of file transform_from_viewpoint.cpp.