kinect_downsampler_node.cpp
Go to the documentation of this file.
00001 #include <kinect_downsampler.h>
00002 
00003 int main(int argc, char *argv[])
00004 {
00005   ros::init(argc, argv, "Kinect Dowmsampler Node");
00006   ros::NodeHandle nh;
00007   ros::NodeHandle n("~");
00008 
00009   KinectV2Downsampler sampler(nh, n);
00010   sampler.run();
00011   
00012   return 0;
00013 }


point_cloud_reducer
Author(s): CIR-KIT
autogenerated on Thu Jun 6 2019 20:19:55