A 2-D/3-D dense mapping library based on norlab_icp_mapper intended to be used with the ROS package norlab_dense_mapper_ros.
-
Follow the instructions to install the libpointmatcher library and its dependencies
-
Clone this repository
git clone https://github.com/norlab-ulaval/norlab_dense_mapper.git
-
cd norlab_dense_mapper
-
mkdir build && cd build
-
cmake -DCMAKE_BUILD_TYPE=Release ..
-
sudo make install
Next, follow the instruction of the norlab_dense_mapper_ros package in order to use this library.