#include <ros/ros.h>
#include <nav_msgs/Odometry.h>
#include <sensor_msgs/Imu.h>
#include <sensor_msgs/PointCloud2.h>
#include <sensor_msgs/point_cloud2_iterator.h>
#include <std_srvs/Trigger.h>
#include <tf2/utils.h>
#include <tf2_geometry_msgs/tf2_geometry_msgs.h>
#include <random>
#include <vector>
#include <gtest/gtest.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (DebugOutput, MatchedUnmatched) | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 214 of file test_debug_output.cpp.
TEST | ( | DebugOutput | , |
MatchedUnmatched | |||
) |
Definition at line 141 of file test_debug_output.cpp.