#include <ros/ros.h>
#include "door_handle_detector/DoorsDetector.h"
#include <cstdlib>
#include <cstdio>
Go to the source code of this file.
Functions | |
bool | callDetector () |
int | main (int argc, char **argv) |
bool callDetector | ( | ) |
Definition at line 38 of file test_detect_service.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 58 of file test_detect_service.cpp.