Skip to content

These is ndt library for ndt_mapping and ndt_localization

Notifications You must be signed in to change notification settings

WeichuanPan/NDT-library

This branch is up to date with chenmeng0508/NDT-library:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ca27c76 · Apr 9, 2019

History

2 Commits
Apr 9, 2019
Apr 9, 2019
Apr 9, 2019
Apr 9, 2019
Apr 9, 2019

Repository files navigation

NDT library

These libraries are from AutoWare
We use these libraries to create dynamic link libraries


Environment

CUDA9.0 is required.

  1. check GPU version: lspci | grep -i nvidia
  2. check NVIDIA version: sudo dpkg --list | grep nvidia-*
  3. check CUDA version: nvcc --version

Usage:

  1. 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)
  1. 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

  1. Check CMakeLists.txt to make sure the directory is linked.

About

These is ndt library for ndt_mapping and ndt_localization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.8%
  • Cuda 31.4%
  • C 2.8%
  • CMake 2.0%