#include <cstdlib>
#include <ros/ros.h>
#include <std_msgs/Bool.h>
#include <std_srvs/Empty.h>
#include <gtest/gtest.h>
#include <mcl_3dl_compat/compatibility.h>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
| TEST (Mcl3DlCompat, AdvertiseService) |
|
| TEST (Mcl3DlCompat, CompatMode) |
|
| TEST (Mcl3DlCompat, ParamRename) |
|
| TEST (Mcl3DlCompat, Subscribe) |
|
◆ UNDEF_COMPATIBILITY_LEVEL
#define UNDEF_COMPATIBILITY_LEVEL |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ TEST() [1/4]
TEST |
( |
Mcl3DlCompat |
, |
|
|
AdvertiseService |
|
|
) |
| |
◆ TEST() [2/4]
TEST |
( |
Mcl3DlCompat |
, |
|
|
CompatMode |
|
|
) |
| |
◆ TEST() [3/4]
TEST |
( |
Mcl3DlCompat |
, |
|
|
ParamRename |
|
|
) |
| |
◆ TEST() [4/4]
TEST |
( |
Mcl3DlCompat |
, |
|
|
Subscribe |
|
|
) |
| |