#include "velo2cam_utils.h"
#include <ros/ros.h>
#include "ros/package.h"
#include <tf/tf.h>
#include <tf/transform_listener.h>
#include <pcl/point_cloud.h>
#include <pcl_conversions/pcl_conversions.h>
#include <pcl/common/transforms.h>
#include <pcl/filters/passthrough.h>
#include <pcl_ros/transforms.h>
#include <opencv2/opencv.hpp>
#include <cv_bridge/cv_bridge.h>
#include <sensor_msgs/CameraInfo.h>
#include <message_filters/subscriber.h>
#include <message_filters/synchronizer.h>
#include <message_filters/sync_policies/approximate_time.h>
#include <image_transport/image_transport.h>
Go to the source code of this file.
void callback |
( |
const PointCloud2::ConstPtr & |
pcl_msg, |
|
|
const CameraInfoConstPtr & |
cinfo_msg, |
|
|
const ImageConstPtr & |
image_msg |
|
) |
| |
COLOUR GetColour |
( |
double |
v, |
|
|
double |
vmin, |
|
|
double |
vmax |
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
void projectionAsMatrix |
( |
const CameraInfoConstPtr & |
cinfo_msg, |
|
|
Eigen::Matrix4f & |
out_mat |
|
) |
| |
void transformAsMatrix |
( |
const tf::Transform & |
bt, |
|
|
Eigen::Matrix4f & |
out_mat |
|
) |
| |