pcl-for-android
pcl-for-android copied to clipboard
Cross-compilation of PCL (point cloud library) for Android
how to enable Qhull and VTK?? I modify qhull and VTK as ON: cmake.definitions["WITH_QHULL"] = "ON" cmake.definitions["WITH_VTK"] = "ON" but nothing happen. I cannot get the result that i wish....
Hello, I have compilation error when running ```./pcl-build-for-android.sh arm64-v8a```. For ```armeabi-v7a``` and ```x86_64``` it's working well. The error occurs when compiling ```boost```. You can see a part of the error...
I have compiled arm64-v8a sucessfully, but when I make the project, there is an error: C/C++ debug|arm64-v8a : CMake Error at /home/ming/AndroidStudioProjects/pcl-for-android/example-app/app/.cxx/cmake/debug/arm64-v8a/conanbuildinfo.cmake:1065 (message): Detected a mismatch for the compiler version...
Cross-build from 'Linux:x86_64' to 'Android:armv8' Installing (downloading, building) binaries... android-toolchain/r20@bashbug/stable: Already installed! lz4/1.9.1@bashbug/stable: Already installed! flann/1.9.1@bashbug/stable: Applying build-requirement: android-toolchain/r20@bashbug/stable flann/1.9.1@bashbug/stable: WARN: Build folder is dirty, removing it: /home/docker/.conan/data/flann/1.9.1/bashbug/stable/build/0ae23ce156a999016ff3644328f7150befab40a6 flann/1.9.1@bashbug/stable: WARN:...
I successfully built the PCL for Android arm64-v8a libraries, but then got an error attempting to build the example app. Appears to be an issue with Gradle configuration. It is...
已经安装了Eigen ,并且在/usr/include/eigen3目录下执行了 sudo cp Eigen/ .. -R sudo cp unsupported/ .. -R 在KDevelop 中也可以引用到 ,但还是报这个错,详情是: In file included from /home/xhb/.conan/data/pcl/1.9.1/bashbug/stable/build/1dbc8a6a865a8fad699417711b0b0b490d4d2d18/pcl/sample_consensus/src/sac_model_circle.cpp:39: In file included from /home/xhb/.conan/data/pcl/1.9.1/bashbug/stable/build/1dbc8a6a865a8fad699417711b0b0b490d4d2d18/pcl/sample_consensus/include/pcl/sample_consensus/impl/sac_model_circle.hpp:44: /home/xhb/.conan/data/pcl/1.9.1/bashbug/stable/build/1dbc8a6a865a8fad699417711b0b0b490d4d2d18/pcl/sample_consensus/include/pcl/sample_consensus/eigen.h:48:10: fatal error: 'unsupported/Eigen/NonLinearOptimization' file...
########################################### ### ANDROID-TOOLCHAIN setup... ### ########################################### usage: conan create [-h] [-f FORMAT] [-v [V]] [--name NAME] [--version VERSION] [--user USER] [--channel CHANNEL] [-l LOCKFILE] [--lockfile-partial] [--lockfile-out LOCKFILE_OUT] [--lockfile-packages] [--lockfile-clean] [-b...
CMake Error at cmake/conan.cmake:399 (message): Conan install failed='1' Call Stack (most recent call first): cmake/conan.cmake:485 (conan_cmake_install) CMakeLists.txt:7 (conan_cmake_run) This the error i received when i run the program with JDK...
The current master has a few outdated stuff causing a compile error. I managed to get a working copy with thsese fixes: 1) conanfile.py for boost. The link to download...
Cross-build from 'Linux:x86_64' to 'Android:armv8' Installing (downloading, building) binaries... android-toolchain/r25b@bashbug/stable: Already installed! lz4/1.9.2@bashbug/stable: Applying build-requirement: android-toolchain/r25b@bashbug/stable lz4/1.9.2@bashbug/stable: WARN: Build folder is dirty, removing it: /root/.conan/data/lz4/1.9.2/bashbug/stable/build/278fbbfd93b48508f4bb6ebf2f52cc80110f5b26 lz4/1.9.2@bashbug/stable: Copying sources to build...