#include <string>
#include <cv_bridge/cv_bridge.h>
#include <gtest/gtest.h>
#include <message_filters/subscriber.h>
#include <message_filters/time_synchronizer.h>
#include <ros/ros.h>
#include <object_msgs/ObjectInBox.h>
#include <object_msgs/ObjectsInBoxes.h>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
void | syncCb (const sensor_msgs::ImageConstPtr &img, const object_msgs::ObjectsInBoxes::ConstPtr &objs_in_boxes) |
|
| TEST (UnitTestStreamClassification, testClassification) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
void syncCb |
( |
const sensor_msgs::ImageConstPtr & |
img, |
|
|
const object_msgs::ObjectsInBoxes::ConstPtr & |
objs_in_boxes |
|
) |
| |
TEST |
( |
UnitTestStreamClassification |
, |
|
|
testClassification |
|
|
) |
| |