开源软件名称(OpenSource Name):zju-sclab/NDT-library
开源软件地址(OpenSource Url):https://github.com/zju-sclab/NDT-library
开源编程语言(OpenSource Language):
C++
63.8%
开源软件介绍(OpenSource Introduction):NDT library
These libraries are from AutoWare
We use these libraries to create dynamic link libraries
Environment
CUDA9.0 is required.
- check GPU version:
lspci | grep -i nvidia
- check NVIDIA version:
sudo dpkg --list | grep nvidia-*
- check CUDA version:
nvcc --version
Usage:
- Download all these files, and build it.
- create a new project, and put all these files under
src folder.
- conduct
catkin_make -DCMAKE_BUILD_TYPE=Release
- check
devel/lib folder, and you can get all the .so files.(the libndt_gpu.so is about 1.1MB)
- Put all the
.so files to other folder you want, and add the folder to .bashrc
for example:
export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH
- Check
CMakeLists.txt to make sure the directory is linked.
|
请发表评论