segment_cluster_creator_node.cpp
Go to the documentation of this file.
00001 #include <target_object_detector.hpp>
00002 
00003 int main(int argc, char *argv[])
00004 {
00005   ros::init(argc, argv, "EuclideanClusterNode");
00006   ros::NodeHandle nh;
00007   ros::NodeHandle n("~");
00008 
00009   EuclideanCluster cluster(nh, n);
00010   cluster.run();
00011 
00012   return 0;
00013 }


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