Junkai-Liu

Results 7 issues of Junkai-Liu

my os is ubuntu16.04LTS and running QT5.9.1 in my system when i run g2o_viewer sphere.g2o the output is : * Error in `g2o_viewer': realloc(): invalid pointer: 0x00007ff6307a0820 *** ======= Backtrace:...

When I complie under VS2015, it occurs error: e:\bundlefusion\bundlefusion\external\mlib\include\core-mesh\meshdata.cpp(575): error C2280: “ml::MeshData &ml::MeshData::operator =(const ml::MeshData &)”: attempting to reference a deleted function I refer to the meshdata.cpp and can't find...

When I run integrate executable file , as follows: ./integrate --in ../sample_data/ --out ../output_data/ The output error is : Found PCD files with prefix: ../sample_data/cloud_, poses with prefix: ../sample_data/pose_ poses...

When I compile CMakeLists which depend on pcl1.10,the output error as follow: Could NOT find PCL_COMMON (missing: PCL_COMMON_LIBRARY) -- Could NOT find PCL_KDTREE (missing: PCL_KDTREE_LIBRARY) -- Could NOT find PCL_OCTREE...

When I make the project with pcl 1.10, the build error as follows: /usr/local/include/pcl-1.10/pcl/common/io.h:65:77: required from here /usr/include/c++/7/bits/predefined_ops.h:283:11: error: no match for call to ‘(pcl::getFieldIndex(const pcl::PCLPointCloud2&, const string&)::) (const pcl::PCLPointField&)’...

When I run gtsam matlab toolbox ,output error undefined function or variable 'NonlinearFactorGraph',I have added the gtsam/matlab to the matlab searching path,however,still can't fix this problem .Did I do something...

I follow the documentation to compile and run examples,when i run make CameraResectioning.run the output is make: *** No rule to make target 'CameraResectioning.run'. Stop. how to fix this bug?