#include <gtest/gtest.h>
#include <math.h>
#include <iostream>
#include <opencv2/highgui/highgui.hpp>
#include <ros/console.h>
#include <ros/package.h>
#include <ed/entity.h>
#include <ed/world_model.h>
#include <ed/models/model_loader.h>
#include <ed/update_request.h>
#include <ed/rendering.h>
#include <ed/uuid.h>
#include <ed/relations/transform_cache.h>
#include <geolib/Shape.h>
#include "tue/config/reader_writer.h"
#include "tue/config/loaders/sdf.h"
#include <ed/laser/updater.h>
Go to the source code of this file.
◆ main()
      
        
          | int main | ( | int | argc, | 
        
          |  |  | char ** | argv | 
        
          |  | ) |  |  | 
      
 
 
◆ moveFurnitureObject()
◆ TEST_F()
◆ MAX_POSITION_ERROR
      
        
          | const double MAX_POSITION_ERROR = 0.05 | 
      
 
 
◆ MAX_YAW_ERROR_DEGREES
      
        
          | const double MAX_YAW_ERROR_DEGREES = 5.0 |