#include <android/log.h>
#include <rtabmap/utilite/UEventsHandler.h>
#include <rtabmap/utilite/ULogger.h>
#include <rtabmap/core/CameraModel.h>
#include <tango-gl/util.h>
#include <pcl/point_cloud.h>
#include <pcl/point_types.h>
#include <pcl/Vertices.h>
#include <pcl/pcl_base.h>
Go to the source code of this file.
Classes | |
class | LogHandler |
class | Mesh |
Functions | |
glm::mat4 | glmFromTransform (const rtabmap::Transform &transform) |
rtabmap::Transform | glmToTransform (const glm::mat4 &mat) |
static const rtabmap::Transform | opengl_world_T_rtabmap_world (0.0f,-1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f,-1.0f, 0.0f, 0.0f, 0.0f) |
static const rtabmap::Transform | opengl_world_T_tango_world (1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f,-1.0f, 0.0f, 0.0f) |
static const rtabmap::Transform | rtabmap_device_T_opengl_device (0.0f, 0.0f,-1.0f, 0.0f,-1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f) |
static const rtabmap::Transform | rtabmap_world_T_tango_world (0.0f, 1.0f, 0.0f, 0.0f,-1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f) |
static const rtabmap::Transform | tango_device_T_rtabmap_device (0.0f,-1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f,-1.0f, 0.0f, 0.0f, 0.0f) |
glm::mat4 glmFromTransform | ( | const rtabmap::Transform & | transform | ) | [inline] |
rtabmap::Transform glmToTransform | ( | const glm::mat4 & | mat | ) | [inline] |
static const rtabmap::Transform opengl_world_T_rtabmap_world | ( | 0. | 0f, |
-1. | 0f, | ||
0. | 0f, | ||
0. | 0f, | ||
0. | 0f, | ||
0. | 0f, | ||
1. | 0f, | ||
0. | 0f, | ||
-1. | 0f, | ||
0. | 0f, | ||
0. | 0f, | ||
0. | 0f | ||
) | [static] |
static const rtabmap::Transform opengl_world_T_tango_world | ( | 1. | 0f, |
0. | 0f, | ||
0. | 0f, | ||
0. | 0f, | ||
0. | 0f, | ||
0. | 0f, | ||
1. | 0f, | ||
0. | 0f, | ||
0. | 0f, | ||
-1. | 0f, | ||
0. | 0f, | ||
0. | 0f | ||
) | [static] |
static const rtabmap::Transform rtabmap_device_T_opengl_device | ( | 0. | 0f, |
0. | 0f, | ||
-1. | 0f, | ||
0. | 0f, | ||
-1. | 0f, | ||
0. | 0f, | ||
0. | 0f, | ||
0. | 0f, | ||
0. | 0f, | ||
1. | 0f, | ||
0. | 0f, | ||
0. | 0f | ||
) | [static] |
static const rtabmap::Transform rtabmap_world_T_tango_world | ( | 0. | 0f, |
1. | 0f, | ||
0. | 0f, | ||
0. | 0f, | ||
-1. | 0f, | ||
0. | 0f, | ||
0. | 0f, | ||
0. | 0f, | ||
0. | 0f, | ||
0. | 0f, | ||
1. | 0f, | ||
0. | 0f | ||
) | [static] |
static const rtabmap::Transform tango_device_T_rtabmap_device | ( | 0. | 0f, |
-1. | 0f, | ||
0. | 0f, | ||
0. | 0f, | ||
0. | 0f, | ||
0. | 0f, | ||
1. | 0f, | ||
0. | 0f, | ||
-1. | 0f, | ||
0. | 0f, | ||
0. | 0f, | ||
0. | 0f | ||
) | [static] |