#include <ros/ros.h>
#include <geometry_msgs/PoseArray.h>
#include <mcl_3dl_msgs/Status.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 (GlobalLocalization, Localize) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 292 of file test_global_localization.cpp.
TEST | ( | GlobalLocalization | , |
Localize | |||
) |
Definition at line 169 of file test_global_localization.cpp.