offline_item_search.cpp
Go to the documentation of this file.
00001 
00012 #include "world_item_search/OfflineItemSearcher.h"
00013 
00014 using namespace std;
00015 using namespace rail::spatial_temporal_learning;
00016 
00024 int main(int argc, char **argv)
00025 {
00026   // initialize ROS and the node
00027   ros::init(argc, argv, "offline_item_search");
00028   OfflineItemSearcher searcher;
00029   // check if everything started okay
00030   if (searcher.okay())
00031   {
00032     // run the process
00033     searcher.run();
00034     return EXIT_SUCCESS;
00035   } else
00036   {
00037     return EXIT_FAILURE;
00038   }
00039 }


world_item_search
Author(s): Russell Toris
autogenerated on Fri Feb 12 2016 00:24:30