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