mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Tango: Updated some files for docker
This commit is contained in:
1
app/android/jni/third-party/lib/.gitignore
vendored
Normal file
1
app/android/jni/third-party/lib/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
@@ -164,7 +164,11 @@ public:
|
||||
bool visible;
|
||||
rtabmap::CameraModel cameraModel;
|
||||
float gain;
|
||||
std::vector<Eigen::Vector2f> texCoords;
|
||||
#if PCL_VERSION_COMPARE(>=, 1, 8, 0)
|
||||
std::vector<Eigen::Vector2f, Eigen::aligned_allocator<Eigen::Vector2f> > texCoords;
|
||||
#else
|
||||
std::vector<Eigen::Vector2f> texCoords;
|
||||
#endif
|
||||
cv::Mat texture;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user