#include <stdio.h>#include <ros/ros.h>#include <ros/console.h>#include "inference/SceneInferenceEngine.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Inference engine main program. Sets up a ros node running the inference engine.
Definition at line 34 of file inference_batch.cpp.