An offline object search example node. More...
#include "world_item_search/OfflineItemSearcher.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
An offline object search example node.
The offline item search is an example item search node. This node will fake observation data and build models from the faked data. This is useful for model verification methods and data collection for ongoing research.
Definition in file offline_item_search.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Creates and runs the offline_item_search node.
argc | argument count that is passed to ros::init. |
argv | arguments that are passed to ros::init. |
Definition at line 24 of file offline_item_search.cpp.