#include "pcl/pcl_base.h"
#include "jsk_pcl_ros/point_types.h"
#include "jsk_pcl_ros/color_converter.h"
#include <ros/ros.h>
#include <sensor_msgs/PointCloud2.h>
Go to the source code of this file.
Functions | |
void | callback (const sensor_msgs::PointCloud2::ConstPtr &msg) |
int | main (int argc, char **argv) |
void callback | ( | const sensor_msgs::PointCloud2::ConstPtr & | msg | ) |
Definition at line 8 of file hsv_listener.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 20 of file hsv_listener.cpp.