#include <gtest/gtest.h>
#include <ros/ros.h>
#include <image_transport/image_transport.h>
#include <sensor_msgs/CameraInfo.h>
#include <opencv2/highgui/highgui.hpp>
#include <cv_bridge/cv_bridge.h>
#include <fiducial_msgs/FiducialArray.h>
#include <fiducial_msgs/FiducialTransformArray.h>
Go to the source code of this file.
Classes | |
class | FiducialsVerticesTests |
Functions | |
int | main (int argc, char **argv) |
TEST_F (FiducialsVerticesTests, fiducial_30) | |
TEST_F (FiducialsVerticesTests, fiducial_34) | |
TEST_F (FiducialsVerticesTests, fiducial_35) | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 145 of file fiducial_vertices_test.cpp.
TEST_F | ( | FiducialsVerticesTests | , |
fiducial_30 | |||
) |
Definition at line 71 of file fiducial_vertices_test.cpp.
TEST_F | ( | FiducialsVerticesTests | , |
fiducial_34 | |||
) |
Definition at line 95 of file fiducial_vertices_test.cpp.
TEST_F | ( | FiducialsVerticesTests | , |
fiducial_35 | |||
) |
Definition at line 120 of file fiducial_vertices_test.cpp.